COLOR #AB6ACF

HEX: #AB6ACF RGB: (171,106,207)

Color info

#AB6ACF contains mainly red and blue colors. Web safe color of #AB6ACF is #9966CC (or #96C).

RGB color model

#AB6ACF color RGB value is (171,106,207).

RGB: (171,106,207) (67%, 42%, 81%)

RGB channels and saturation

R 171 of 255 = 67%
G 106 of 255 = 42%
B 207 of 255 = 81%

171
106
207

R + G + B ~ 63%. #AB6ACF is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 106 + 207 = 484 (100%)
R 171 of 484 ~ 35.33%
G 106 of 484 ~ 21.9%
B 207 of 484 ~ 42.77'%

%35.33
%21.9
%42.77

CMYK color model

#AB6ACF color CMYK value is (17,49,0,19).

  • cyan value is 17.39%
  • magenta value is 48.79%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (17,49,0,19)
C17M49Y0K19 (17%, 49%, 0%, 19%)
(0.17 / 0.49 / 0.00 / 0.19)

CMYK percentages

%17.39
%48.79
%0
%18.82

Codes

Color #AB6ACF in popluar color models

AB 6A CF
RGB 171 106 207
HSL 279° 51.27% 61.37%
HSB/HSV 279° 48.79% 81.18%
CMYK 17.39% 48.79% 0.00%
18.82%

Color #AB6ACF in popluar number systems.

HEX AB 6A CF
Decimal 171 106 207
Binary 10101011 1101010 11001111
Octal 253 152 317

Shades and tints

Shades of #AB6ACF

#AB6ACF
(171,106,207)
#9C61BD
(156,97,189)
#8D58AB
(141,88,171)
#7E4F99
(126,79,153)
#6F4687
(111,70,135)
#603D75
(96,61,117)
#513463
(81,52,99)
#422B51
(66,43,81)
#33223F
(51,34,63)
#24192D
(36,25,45)
#15101B
(21,16,27)
#000000
(0,0,0)

Tints of #AB6ACF

#AB6ACF
(171,106,207)
#B277D3
(178,119,211)
#B984D7
(185,132,215)
#C091DB
(192,145,219)
#C79EDF
(199,158,223)
#CEABE3
(206,171,227)
#D5B8E7
(213,184,231)
#DCC5EB
(220,197,235)
#E3D2EF
(227,210,239)
#EADFF3
(234,223,243)
#F1ECF7
(241,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB6ACF color. Also use rgb(171,106,207) instead hex code.

Text Font Color

.myTextColor { color: #AB6ACF; }

<p style="color:#AB6ACF">This sample text font color is #AB6ACF.</p>

This text font color is #AB6ACF.

Background Color

.myBgColor { background-color: #AB6ACF; }

<div style="background-color:#AB6ACF">Inner text</div>

This div background color is #AB6ACF.

Border color

.myBorderColor { border: 1px solid #AB6ACF; }

<div style="border:3px solid #AB6ACF">Div</div>

This div border color is #AB6ACF.

Opacity

.myOpacity80 { color: #AB6ACF; opacity: 0.8; }

<p style="color:#AB6ACF;opacity:0.8;">80%</p>

Text with #AB6ACF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AB6ACF;}

<p style="text-shadow: 3px 3px 1px #AB6ACF">Text here.</p>

This text has shadow with #AB6ACF color.


.textShadow {text-shadow: 3px 3px 1px #AB6ACF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AB6ACF, 5px 5px 20px red">Text here.</p>

This text has shadow with #AB6ACF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AB6ACF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AB6ACF, Direction=45, Strength=4)">Text</p>

This text has shadow with #AB6ACF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #AB6ACF;
-webkit-box-shadow: 1px 1px 3px 2px #AB6ACF;
box-shadow: 1px 1px 3px 2px #AB6ACF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AB6ACF; -webkit-box-shadow: 1px 1px 3px 2px #AB6ACF; box-shadow:1px 1px 3px 2px #AB6ACF;">
Div content here
</div>

This div box has shadow with color #AB6ACF.

Preview

Color preview on black background

This text has color #AB6ACF on black background.


Color preview on white background

This text has color #AB6ACF on white background.


Black color preview on #AB6ACF background

This text has black color on #AB6ACF background.


White color preview on #AB6ACF background

This text has white color on #AB6ACF background.


Related colors

Complementary color

Complementary color for #hex is #549530.


I love getcolorcode.com

Triadic colors

1 #CFAB6A and #6ACFAB with #AB6ACF are triadic colors.

2 #CF6AAB and #6AABCF with #AB6ACF are triadic colors.