#AA2196

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

Shades of Medium Red Violet #AA2196

Tints of Medium Red Violet #AA2196

Color information

#AA2196 (or 0xAA2196) is unknown color: approx Medium Red Violet. HEX triplet: AA, 21 and 96. RGB value is (170,33,150). Sum of RGB (Red+Green+Blue) = 170+33+150=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2196 is #55DE69. Grayscale: #565656. Windows color (decimal): -5627498 or 9839018. OLE color: 9839018.

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

Color convert

RGB17033150-
CMYK00.810.120.33
HSL308.76º67.49%39.8%-
HSV(B)308.76º80.59%66.67%-
XYZ22.6311.8429.95-
YUV87.3163.39186.99-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.16%
GREEN value IS 33 (13.28% from 255) = 9.35%
BLUE value IS 150 (58.98% from 255) = 42.49%
R=48.16%
G=9.35%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703315000.810.120.33308.7667.4939.8
HexAA2196051C211354328
Octal252412260121144146510350
Binary10101010100001100101100101000111001000011001101011000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2196; }

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

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

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

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

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

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

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

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