#A86FA6

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

Shades of Violet Blue #A86FA6

Tints of Violet Blue #A86FA6

Color information

#A86FA6 (or 0xA86FA6) is unknown color: approx Violet Blue. HEX triplet: A8, 6F and A6. RGB value is (168,111,166). Sum of RGB (Red+Green+Blue) = 168+111+166=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 168 - color contains mainly: red. Hex color #A86FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86FA6 is #579059. Grayscale: #868686. Windows color (decimal): -5738586 or 10907560. OLE color: 10907560.

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

Color convert

RGB168111166-
CMYK00.340.010.34
HSL302.11º24.68%54.71%-
HSV(B)302.11º33.93%65.88%-
XYZ28.7222.4538.9-
YUV134.31145.88152.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.75%
GREEN value IS 111 (43.75% from 255) = 24.94%
BLUE value IS 166 (65.23% from 255) = 37.30%
R=37.75%
G=24.94%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16811116600.340.010.34302.1124.6854.71
HexA86FA602212212e1937
Octal2501572460421424563167
Binary101010001101111101001100100010110001010010111011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86FA6; }

 p { color: rgb(168,111,166); }

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

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

 a { background-color: rgb(168,111,166); }

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

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

 span { border-color: rgb(168,111,166); }

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