#AA4A9A

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

Shades of Violet Blue #AA4A9A

Tints of Violet Blue #AA4A9A

Color information

#AA4A9A (or 0xAA4A9A) is unknown color: approx Violet Blue. HEX triplet: AA, 4A and 9A. RGB value is (170,74,154). Sum of RGB (Red+Green+Blue) = 170+74+154=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 154 (60.55% from 255 or 38.69% from 398); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A9A is #55B565. Grayscale: #6F6F6F. Windows color (decimal): -5616998 or 10111658. OLE color: 10111658.

HSL color Cylindrical-coordinate representation of color #AA4A9A: hue angle of 310º 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 #AA4A9A is Cyan = 0, Magento = 0.56, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17074154-
CMYK00.560.090.33
HSL310º39.34%47.84%-
HSV(B)310º56.47%66.67%-
XYZ24.8615.7832.31-
YUV111.82151.8169.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.71%
GREEN value IS 74 (29.30% from 255) = 18.59%
BLUE value IS 154 (60.55% from 255) = 38.69%
R=42.71%
G=18.59%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707415400.560.090.3331039.3447.84
HexAA4A9A0389211362730
Octal25211223207011414664760
Binary1010101010010101001101001110001001100001100110110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A9A; }

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

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

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

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

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

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

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

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