#AA4F97

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

Shades of Violet Blue #AA4F97

Tints of Violet Blue #AA4F97

Color information

#AA4F97 (or 0xAA4F97) is unknown color: approx Violet Blue. HEX triplet: AA, 4F and 97. RGB value is (170,79,151). Sum of RGB (Red+Green+Blue) = 170+79+151=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 79 (31.25% from 255 or 19.75% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4F97 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA4F97 is #55B068. Grayscale: #727272. Windows color (decimal): -5615721 or 9916330. OLE color: 9916330.

HSL color Cylindrical-coordinate representation of color #AA4F97: hue angle of 312.53º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA4F97 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB17079151-
CMYK00.540.110.33
HSL312.53º36.55%48.82%-
HSV(B)312.53º53.53%66.67%-
XYZ24.9616.3731.12-
YUV114.42148.65167.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 42.5%
GREEN value IS 79 (31.25% from 255) = 19.75%
BLUE value IS 151 (59.38% from 255) = 37.75%
R=42.5%
G=19.75%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707915100.540.110.33312.5336.5548.82
HexAA4F97036B211392531
Octal25211722706613414714561
Binary1010101010011111001011101101101011100001100111001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4F97; }

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

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

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

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

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

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

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

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