#A86D9C

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

Shades of Violet Blue #A86D9C

Tints of Violet Blue #A86D9C

Color information

#A86D9C (or 0xA86D9C) is unknown color: approx Violet Blue. HEX triplet: A8, 6D and 9C. RGB value is (168,109,156). Sum of RGB (Red+Green+Blue) = 168+109+156=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86D9C is #579263. Grayscale: #838383. Windows color (decimal): -5739108 or 10251688. OLE color: 10251688.

HSL color Cylindrical-coordinate representation of color #A86D9C: hue angle of 312.2º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A86D9C is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB168109156-
CMYK00.350.070.34
HSL312.2º25.32%54.31%-
HSV(B)312.2º35.12%65.88%-
XYZ27.6221.6634.18-
YUV132141.55153.68-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.80%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 156 (61.33% from 255) = 36.03%
R=38.80%
G=25.17%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810915600.350.070.34312.225.3254.31
HexA86D9C0237221381936
Octal2501552340437424703166
Binary10101000110110110011100010001111110001010011100011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86D9C; }

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

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

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

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

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

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

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

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