#AA4AA0

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

Shades of Violet Blue #AA4AA0

Tints of Violet Blue #AA4AA0

Color information

#AA4AA0 (or 0xAA4AA0) is unknown color: approx Violet Blue. HEX triplet: AA, 4A and A0. RGB value is (170,74,160). Sum of RGB (Red+Green+Blue) = 170+74+160=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4AA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4AA0 is #55B55F. Grayscale: #707070. Windows color (decimal): -5616992 or 10504874. OLE color: 10504874.

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

Color convert

RGB17074160-
CMYK00.560.060.33
HSL306.25º39.34%47.84%-
HSV(B)306.25º56.47%66.67%-
XYZ25.3715.9835.01-
YUV112.51154.8169.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.08%
GREEN value IS 74 (29.30% from 255) = 18.32%
BLUE value IS 160 (62.89% from 255) = 39.60%
R=42.08%
G=18.32%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707416000.560.060.33306.2539.3447.84
HexAA4AA00386211322730
Octal2521122400706414624760
Binary101010101001010101000000111000110100001100110010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4AA0; }

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

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

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

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

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

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

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

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