#A65997

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

Shades of Violet Blue #A65997

Tints of Violet Blue #A65997

Color information

#A65997 (or 0xA65997) is unknown color: approx Violet Blue. HEX triplet: A6, 59 and 97. RGB value is (166,89,151). Sum of RGB (Red+Green+Blue) = 166+89+151=406 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.89% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 151 (59.38% from 255 or 37.19% from 406); Max value from RGB is 166 - color contains mainly: red. Hex color #A65997 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65997 is #59A668. Grayscale: #767676. Windows color (decimal): -5875305 or 9918886. OLE color: 9918886.

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

Color convert

RGB16689151-
CMYK00.460.090.35
HSL311.69º30.2%50%-
HSV(B)311.69º46.39%65.1%-
XYZ24.8817.4931.34-
YUV119.09146.01161.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 40.89%
GREEN value IS 89 (35.16% from 255) = 21.92%
BLUE value IS 151 (59.38% from 255) = 37.19%
R=40.89%
G=21.92%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.09
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668915100.460.090.35311.6930.250
HexA6599702E9231381e32
Octal24613122705611434703662
Binary101001101011001100101110101110100110001110011100011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65997; }

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

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

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

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

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

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

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

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