#AA2192

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

Shades of Medium Red Violet #AA2192

Tints of Medium Red Violet #AA2192

Color information

#AA2192 (or 0xAA2192) is unknown color: approx Medium Red Violet. HEX triplet: AA, 21 and 92. RGB value is (170,33,146). Sum of RGB (Red+Green+Blue) = 170+33+146=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2192 is #55DE6D. Grayscale: #565656. Windows color (decimal): -5627502 or 9576874. OLE color: 9576874.

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

Color convert

RGB17033146-
CMYK00.810.140.33
HSL310.51º67.49%39.8%-
HSV(B)310.51º80.59%66.67%-
XYZ22.3111.7128.28-
YUV86.84161.39187.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.71%
GREEN value IS 33 (13.28% from 255) = 9.46%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=48.71%
G=9.46%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703314600.810.140.33310.5167.4939.8
HexAA2192051E211374328
Octal252412220121164146710350
Binary10101010100001100100100101000111101000011001101111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2192; }

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

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

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

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

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

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

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

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