#AA2F96

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

Shades of Medium Red Violet #AA2F96

Tints of Medium Red Violet #AA2F96

Color information

#AA2F96 (or 0xAA2F96) is unknown color: approx Medium Red Violet. HEX triplet: AA, 2F and 96. RGB value is (170,47,150). Sum of RGB (Red+Green+Blue) = 170+47+150=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 150 (58.98% from 255 or 40.87% from 367); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2F96 is #55D069. Grayscale: #5F5F5F. Windows color (decimal): -5623914 or 9842602. OLE color: 9842602.

HSL color Cylindrical-coordinate representation of color #AA2F96: hue angle of 309.76º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA2F96 is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB17047150-
CMYK00.720.120.33
HSL309.76º56.68%42.55%-
HSV(B)309.76º72.35%66.67%-
XYZ23.112.7830.1-
YUV95.52158.75181.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.32%
GREEN value IS 47 (18.75% from 255) = 12.81%
BLUE value IS 150 (58.98% from 255) = 40.87%
R=46.32%
G=12.81%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704715000.720.120.33309.7656.6842.55
HexAA2F96048C21136392b
Octal25257226011014414667153
Binary1010101010111110010110010010001100100001100110110111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2F96; }

 p { color: rgb(170,47,150); }

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

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

 a { background-color: rgb(170,47,150); }

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

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

 span { border-color: rgb(170,47,150); }

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