#A66997

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

Shades of Violet Blue #A66997

Tints of Violet Blue #A66997

Color information

#A66997 (or 0xA66997) is unknown color: approx Violet Blue. HEX triplet: A6, 69 and 97. RGB value is (166,105,151). Sum of RGB (Red+Green+Blue) = 166+105+151=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A66997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66997 is #599668. Grayscale: #808080. Windows color (decimal): -5871209 or 9922982. OLE color: 9922982.

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

Color convert

RGB166105151-
CMYK00.370.090.35
HSL314.75º25.52%53.14%-
HSV(B)314.75º36.75%65.1%-
XYZ26.3620.4431.83-
YUV128.48140.71154.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 39.34%
GREEN value IS 105 (41.41% from 255) = 24.88%
BLUE value IS 151 (59.38% from 255) = 35.78%
R=39.34%
G=24.88%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16610515100.370.090.35314.7525.5253.14
HexA6699702592313b1a35
Octal24615122704511434733265
Binary101001101101001100101110100101100110001110011101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66997; }

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

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

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

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

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

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

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

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