#AA2188

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

Shades of Medium Red Violet #AA2188

Tints of Medium Red Violet #AA2188

Color information

#AA2188 (or 0xAA2188) is unknown color: approx Medium Red Violet. HEX triplet: AA, 21 and 88. RGB value is (170,33,136). Sum of RGB (Red+Green+Blue) = 170+33+136=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 33 (13.28% from 255 or 9.73% from 339); Blue value is 136 (53.52% from 255 or 40.12% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2188 is #55DE77. Grayscale: #555555. Windows color (decimal): -5627512 or 8921514. OLE color: 8921514.

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

Color convert

RGB17033136-
CMYK00.810.200.33
HSL314.89º67.49%39.8%-
HSV(B)314.89º80.59%66.67%-
XYZ21.5711.4124.36-
YUV85.7156.39188.12-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 33 (13.28% from 255) = 9.73%
BLUE value IS 136 (53.52% from 255) = 40.12%
R=50.15%
G=9.73%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703313600.810.200.33314.8967.4939.8
HexAA2188051142113b4328
Octal252412100121244147310350
Binary101010101000011000100001010001101001000011001110111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2188; }

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

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

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

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

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

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

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

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