#A86699

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

Shades of Violet Blue #A86699

Tints of Violet Blue #A86699

Color information

#A86699 (or 0xA86699) is unknown color: approx Violet Blue. HEX triplet: A8, 66 and 99. RGB value is (168,102,153). Sum of RGB (Red+Green+Blue) = 168+102+153=423 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.72% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 168 - color contains mainly: red. Hex color #A86699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A86699 is #579966. Grayscale: #7F7F7F. Windows color (decimal): -5740903 or 10053288. OLE color: 10053288.

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

Color convert

RGB168102153-
CMYK00.390.090.34
HSL313.64º27.5%52.94%-
HSV(B)313.64º39.29%65.88%-
XYZ26.6520.1332.62-
YUV127.55142.37156.85-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.72%
GREEN value IS 102 (40.23% from 255) = 24.11%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=39.72%
G=24.11%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16810215300.390.090.34313.6427.552.94
HexA8669902792213a1c35
Octal25014623104711424723465
Binary101010001100110100110010100111100110001010011101011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A86699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A86699; }

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

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

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

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

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

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

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

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