#AA4A97

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

Shades of Violet Blue #AA4A97

Tints of Violet Blue #AA4A97

Color information

#AA4A97 (or 0xAA4A97) is unknown color: approx Violet Blue. HEX triplet: AA, 4A and 97. RGB value is (170,74,151). Sum of RGB (Red+Green+Blue) = 170+74+151=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 151 (59.38% from 255 or 38.23% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A97 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4A97 is #55B568. Grayscale: #6F6F6F. Windows color (decimal): -5617001 or 9915050. OLE color: 9915050.

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

Color convert

RGB17074151-
CMYK00.560.110.33
HSL311.88º39.34%47.84%-
HSV(B)311.88º56.47%66.67%-
XYZ24.6115.6831.01-
YUV111.48150.3169.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 43.04%
GREEN value IS 74 (29.30% from 255) = 18.73%
BLUE value IS 151 (59.38% from 255) = 38.23%
R=43.04%
G=18.73%
B=38.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707415100.560.110.33311.8839.3447.84
HexAA4A97038B211382730
Octal25211222707013414704760
Binary1010101010010101001011101110001011100001100111000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4A97; }

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

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

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

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

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

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

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

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