#A86999

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

Shades of Violet Blue #A86999

Tints of Violet Blue #A86999

Color information

#A86999 (or 0xA86999) is unknown color: approx Violet Blue. HEX triplet: A8, 69 and 99. RGB value is (168,105,153). Sum of RGB (Red+Green+Blue) = 168+105+153=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 105 (41.41% from 255 or 24.65% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 168 - color contains mainly: red. Hex color #A86999 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86999 is #579666. Grayscale: #818181. Windows color (decimal): -5740135 or 10054056. OLE color: 10054056.

HSL color Cylindrical-coordinate representation of color #A86999: hue angle of 314.29º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A86999 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.34.

Color convert

RGB168105153-
CMYK00.380.090.34
HSL314.29º26.58%53.53%-
HSV(B)314.29º37.5%65.88%-
XYZ26.9520.7332.72-
YUV129.31141.37155.6-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 105 (41.41% from 255) = 24.65%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=39.44%
G=24.65%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810515300.380.090.34314.2926.5853.53
HexA8699902692213a1b36
Octal25015123104611424723366
Binary101010001101001100110010100110100110001010011101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86999; }

 p { color: rgb(168,105,153); }

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

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

 a { background-color: rgb(168,105,153); }

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

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

 span { border-color: rgb(168,105,153); }

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