#A66B99

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

Shades of Violet Blue #A66B99

Tints of Violet Blue #A66B99

Color information

#A66B99 (or 0xA66B99) is unknown color: approx Violet Blue. HEX triplet: A6, 6B and 99. RGB value is (166,107,153). Sum of RGB (Red+Green+Blue) = 166+107+153=426 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.97% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 153 (60.16% from 255 or 35.92% from 426); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B99 is #599466. Grayscale: #818181. Windows color (decimal): -5870695 or 10054566. OLE color: 10054566.

HSL color Cylindrical-coordinate representation of color #A66B99: hue angle of 313.22º degrees, saturation: 0.25, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A66B99 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB166107153-
CMYK00.360.080.35
HSL313.22º24.89%53.53%-
HSV(B)313.22º35.54%65.1%-
XYZ26.7320.9232.77-
YUV129.88141.05153.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.97%
GREEN value IS 107 (42.19% from 255) = 25.12%
BLUE value IS 153 (60.16% from 255) = 35.92%
R=38.97%
G=25.12%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610715300.360.080.35313.2224.8953.53
HexA66B990248231391936
Octal24615323104410434713166
Binary101001101101011100110010100100100010001110011100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66B99; }

 p { color: rgb(166,107,153); }

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

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

 a { background-color: rgb(166,107,153); }

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

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

 span { border-color: rgb(166,107,153); }

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