#A66699

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

Shades of Violet Blue #A66699

Tints of Violet Blue #A66699

Color information

#A66699 (or 0xA66699) is unknown color: approx Violet Blue. HEX triplet: A6, 66 and 99. RGB value is (166,102,153). Sum of RGB (Red+Green+Blue) = 166+102+153=421 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.43% from 421); Green value is 102 (40.23% from 255 or 24.23% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 166 - color contains mainly: red. Hex color #A66699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66699 is #599966. Grayscale: #7E7E7E. Windows color (decimal): -5871975 or 10053286. OLE color: 10053286.

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

Color convert

RGB166102153-
CMYK00.390.080.35
HSL312.19º26.45%52.55%-
HSV(B)312.19º38.55%65.1%-
XYZ26.2319.9132.6-
YUV126.95142.7155.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.43%
GREEN value IS 102 (40.23% from 255) = 24.23%
BLUE value IS 153 (60.16% from 255) = 36.34%
R=39.43%
G=24.23%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610215300.390.080.35312.1926.4552.55
HexA666990278231381a35
Octal24614623104710434703265
Binary101001101100110100110010100111100010001110011100011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66699; }

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

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

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

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

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

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

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

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