#A86D9E

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

Shades of Violet Blue #A86D9E

Tints of Violet Blue #A86D9E

Color information

#A86D9E (or 0xA86D9E) is unknown color: approx Violet Blue. HEX triplet: A8, 6D and 9E. RGB value is (168,109,158). Sum of RGB (Red+Green+Blue) = 168+109+158=435 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.62% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 158 (62.11% from 255 or 36.32% from 435); Max value from RGB is 168 - color contains mainly: red. Hex color #A86D9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86D9E is #579261. Grayscale: #848484. Windows color (decimal): -5739106 or 10382760. OLE color: 10382760.

HSL color Cylindrical-coordinate representation of color #A86D9E: hue angle of 310.17º 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 #A86D9E is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.34.

Color convert

RGB168109158-
CMYK00.350.060.34
HSL310.17º25.32%54.31%-
HSV(B)310.17º35.12%65.88%-
XYZ27.7921.7335.08-
YUV132.23142.55153.52-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 38.62%
GREEN value IS 109 (42.97% from 255) = 25.06%
BLUE value IS 158 (62.11% from 255) = 36.32%
R=38.62%
G=25.06%
B=36.32%

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
Decimal16810915800.350.060.34310.1725.3254.31
HexA86D9E0236221361936
Octal2501552360436424663166
Binary10101000110110110011110010001111010001010011011011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86D9E; }

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

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

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

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

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

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

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

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