#A86E9E

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

Shades of Violet Blue #A86E9E

Tints of Violet Blue #A86E9E

Color information

#A86E9E (or 0xA86E9E) is unknown color: approx Violet Blue. HEX triplet: A8, 6E and 9E. RGB value is (168,110,158). Sum of RGB (Red+Green+Blue) = 168+110+158=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 110 (43.36% from 255 or 25.23% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86E9E is #579161. Grayscale: #848484. Windows color (decimal): -5738850 or 10383016. OLE color: 10383016.

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

Color convert

RGB168110158-
CMYK00.350.060.34
HSL310.34º25%54.51%-
HSV(B)310.34º34.52%65.88%-
XYZ27.921.9535.11-
YUV132.81142.22153.1-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.53%
GREEN value IS 110 (43.36% from 255) = 25.23%
BLUE value IS 158 (62.11% from 255) = 36.24%
R=38.53%
G=25.23%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811015800.350.060.34310.342554.51
HexA86E9E0236221361937
Octal2501562360436424663167
Binary10101000110111010011110010001111010001010011011011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86E9E; }

 p { color: rgb(168,110,158); }

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

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

 a { background-color: rgb(168,110,158); }

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

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

 span { border-color: rgb(168,110,158); }

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