#A65990

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

Shades of Violet Blue #A65990

Tints of Violet Blue #A65990

Color information

#A65990 (or 0xA65990) is unknown color: approx Violet Blue. HEX triplet: A6, 59 and 90. RGB value is (166,89,144). Sum of RGB (Red+Green+Blue) = 166+89+144=399 (52% of max value = 765). Red value is 166 (65.23% from 255 or 41.60% from 399); Green value is 89 (35.16% from 255 or 22.31% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 166 - color contains mainly: red. Hex color #A65990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65990 is #59A66F. Grayscale: #767676. Windows color (decimal): -5875312 or 9460134. OLE color: 9460134.

HSL color Cylindrical-coordinate representation of color #A65990: hue angle of 317.14º 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 #A65990 is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.35.

Color convert

RGB16689144-
CMYK00.460.130.35
HSL317.14º30.2%50%-
HSV(B)317.14º46.39%65.1%-
XYZ24.3317.2728.44-
YUV118.29142.51162.03-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 41.60%
GREEN value IS 89 (35.16% from 255) = 22.31%
BLUE value IS 144 (56.64% from 255) = 36.09%
R=41.60%
G=22.31%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668914400.460.130.35317.1430.250
HexA6599002ED2313d1e32
Octal24613122005615434753662
Binary101001101011001100100000101110110110001110011110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65990; }

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

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

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

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

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

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

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

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