#AA4A9E

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

Shades of Violet Blue #AA4A9E

Tints of Violet Blue #AA4A9E

Color information

#AA4A9E (or 0xAA4A9E) is unknown color: approx Violet Blue. HEX triplet: AA, 4A and 9E. RGB value is (170,74,158). Sum of RGB (Red+Green+Blue) = 170+74+158=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A9E is #55B561. Grayscale: #707070. Windows color (decimal): -5616994 or 10373802. OLE color: 10373802.

HSL color Cylindrical-coordinate representation of color #AA4A9E: hue angle of 307.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AA4A9E is Cyan = 0, Magento = 0.56, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB17074158-
CMYK00.560.070.33
HSL307.5º39.34%47.84%-
HSV(B)307.5º56.47%66.67%-
XYZ25.215.9134.09-
YUV112.28153.8169.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.29%
GREEN value IS 74 (29.30% from 255) = 18.41%
BLUE value IS 158 (62.11% from 255) = 39.30%
R=42.29%
G=18.41%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707415800.560.070.33307.539.3447.84
HexAA4A9E0387211342730
Octal2521122360707414644760
Binary101010101001010100111100111000111100001100110100100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A9E; }

 p { color: rgb(170,74,158); }

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

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

 a { background-color: rgb(170,74,158); }

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

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

 span { border-color: rgb(170,74,158); }

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