#A660A9

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

Shades of Violet Blue #A660A9

Tints of Violet Blue #A660A9

Color information

#A660A9 (or 0xA660A9) is unknown color: approx Violet Blue. HEX triplet: A6, 60 and A9. RGB value is (166,96,169). Sum of RGB (Red+Green+Blue) = 166+96+169=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 169 - color contains mainly: blue. Hex color #A660A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A660A9 is #599F56. Grayscale: #7D7D7D. Windows color (decimal): -5873495 or 11100326. OLE color: 11100326.

HSL color Cylindrical-coordinate representation of color #A660A9: hue angle of 297.53º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A660A9 is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB16696169-
CMYK0.020.4300.34
HSL297.53º29.8%51.96%-
HSV(B)297.53º43.2%66.27%-
XYZ27.0719.3439.84-
YUV125.25152.69157.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.52%
GREEN value IS 96 (37.89% from 255) = 22.27%
BLUE value IS 169 (66.41% from 255) = 39.21%
R=38.52%
G=22.27%
B=39.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal166961690.020.4300.34297.5329.851.96
HexA660A922B02212a1e34
Octal2461402512530424523664
Binary1010011011000001010100110101011010001010010101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A660A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A660A9; }

 p { color: rgb(166,96,169); }

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

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

 a { background-color: rgb(166,96,169); }

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

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

 span { border-color: rgb(166,96,169); }

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