#A86DAB

Color #A86DAB Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #A86DAB

Tints of Violet Blue #A86DAB

Color information

#A86DAB (or 0xA86DAB) is unknown color: approx Violet Blue. HEX triplet: A8, 6D and AB. RGB value is (168,109,171). Sum of RGB (Red+Green+Blue) = 168+109+171=448 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.5% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 171 (67.19% from 255 or 38.17% from 448); Max value from RGB is 171 - color contains mainly: blue. Hex color #A86DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86DAB is #579254. Grayscale: #858585. Windows color (decimal): -5739093 or 11234728. OLE color: 11234728.

HSL color Cylindrical-coordinate representation of color #A86DAB: hue angle of 297.1º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A86DAB is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB168109171-
CMYK0.020.3600.33
HSL297.1º26.96%54.9%-
HSV(B)297.1º36.26%67.06%-
XYZ28.9722.241.29-
YUV133.71149.05152.46-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 37.5%
GREEN value IS 109 (42.97% from 255) = 24.33%
BLUE value IS 171 (67.19% from 255) = 38.17%
R=37.5%
G=24.33%
B=38.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681091710.020.3600.33297.126.9654.9
HexA86DAB2240211291b37
Octal2501552532440414513367
Binary1010100011011011010101110100100010000110010100111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86DAB; }

 p { color: rgb(168,109,171); }

 H1.HeaderClassName
 {
   color: #A86DAB;
 }
 .AnyTagClassName
 {
   color: #A86DAB;
 }
</style>
background-color css

<style>
 a { background-color: #A86DAB; }

 a { background-color: rgb(168,109,171); }

 div.DivClassName
 {
   background-color: #A86DAB;
 }
 .BgClassName
 {
   background-color: #A86DAB;
 }
</style>
border-color css

<style>
 span { border-color: #A86DAB; }

 span { border-color: rgb(168,109,171); }

 td.TdClassName
 {
   border-color: #A86DAB;
 }
 .TagClassName
 {
   border-color: #A86DAB;
 }
</style>