#A86FAA

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

Shades of Violet Blue #A86FAA

Tints of Violet Blue #A86FAA

Color information

#A86FAA (or 0xA86FAA) is unknown color: approx Violet Blue. HEX triplet: A8, 6F and AA. RGB value is (168,111,170). Sum of RGB (Red+Green+Blue) = 168+111+170=449 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.42% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #A86FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86FAA is #579055. Grayscale: #868686. Windows color (decimal): -5738582 or 11169704. OLE color: 11169704.

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

Color convert

RGB168111170-
CMYK0.010.3500.33
HSL297.97º25.76%55.1%-
HSV(B)297.97º34.71%66.67%-
XYZ29.0922.640.86-
YUV134.77147.88151.7-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.42%
GREEN value IS 111 (43.75% from 255) = 24.72%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=37.42%
G=24.72%
B=37.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1681111700.010.3500.33297.9725.7655.1
HexA86FAA12302112a1a37
Octal2501572521430414523267
Binary101010001101111101010101100011010000110010101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86FAA; }

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

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

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

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

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

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

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

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