#A86AB0

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

Shades of Violet Blue #A86AB0

Tints of Violet Blue #A86AB0

Color information

#A86AB0 (or 0xA86AB0) is unknown color: approx Violet Blue. HEX triplet: A8, 6A and B0. RGB value is (168,106,176). Sum of RGB (Red+Green+Blue) = 168+106+176=450 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.33% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 176 (69.14% from 255 or 39.11% from 450); Max value from RGB is 176 - color contains mainly: blue. Hex color #A86AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86AB0 is #57954F. Grayscale: #848484. Windows color (decimal): -5739856 or 11561640. OLE color: 11561640.

HSL color Cylindrical-coordinate representation of color #A86AB0: hue angle of 293.14º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A86AB0 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB168106176-
CMYK0.050.4000.31
HSL293.14º30.7%55.29%-
HSV(B)293.14º39.77%69.02%-
XYZ29.1421.7743.74-
YUV132.52152.54153.31-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.33%
GREEN value IS 106 (41.80% from 255) = 23.56%
BLUE value IS 176 (69.14% from 255) = 39.11%
R=37.33%
G=23.56%
B=39.11%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681061760.050.4000.31293.1430.755.29
HexA86AB052801F1251f37
Octal2501522605500374453767
Binary1010100011010101011000010110100001111110010010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86AB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86AB0; }

 p { color: rgb(168,106,176); }

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

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

 a { background-color: rgb(168,106,176); }

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

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

 span { border-color: rgb(168,106,176); }

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