#A66497

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

Shades of Violet Blue #A66497

Tints of Violet Blue #A66497

Color information

#A66497 (or 0xA66497) is unknown color: approx Violet Blue. HEX triplet: A6, 64 and 97. RGB value is (166,100,151). Sum of RGB (Red+Green+Blue) = 166+100+151=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 100 (39.45% from 255 or 23.98% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A66497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66497 is #599B68. Grayscale: #7D7D7D. Windows color (decimal): -5872489 or 9921702. OLE color: 9921702.

HSL color Cylindrical-coordinate representation of color #A66497: hue angle of 313.64º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A66497 is Cyan = 0, Magento = 0.40, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB166100151-
CMYK00.400.090.35
HSL313.64º27.05%52.16%-
HSV(B)313.64º39.76%65.1%-
XYZ25.8719.4631.67-
YUV125.55142.37156.85-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.81%
GREEN value IS 100 (39.45% from 255) = 23.98%
BLUE value IS 151 (59.38% from 255) = 36.21%
R=39.81%
G=23.98%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610015100.400.090.35313.6427.0552.16
HexA6649702892313a1b34
Octal24614422705011434723364
Binary101001101100100100101110101000100110001110011101011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66497; }

 p { color: rgb(166,100,151); }

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

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

 a { background-color: rgb(166,100,151); }

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

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

 span { border-color: rgb(166,100,151); }

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