#AA1588

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

Shades of Medium Violet Red #AA1588

Tints of Medium Violet Red #AA1588

Color information

#AA1588 (or 0xAA1588) is unknown color: approx Medium Violet Red. HEX triplet: AA, 15 and 88. RGB value is (170,21,136). Sum of RGB (Red+Green+Blue) = 170+21+136=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1588 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1588 is #55EA77. Grayscale: #4E4E4E. Windows color (decimal): -5630584 or 8918442. OLE color: 8918442.

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

Color convert

RGB17021136-
CMYK00.880.200.33
HSL313.69º78.01%37.45%-
HSV(B)313.69º87.65%66.67%-
XYZ21.2910.8624.27-
YUV78.66160.36193.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.99%
GREEN value IS 21 (8.59% from 255) = 6.42%
BLUE value IS 136 (53.52% from 255) = 41.59%
R=51.99%
G=6.42%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702113600.880.200.33313.6978.0137.45
HexAA1588058142113a4e25
Octal252252100130244147211645
Binary10101010101011000100001011000101001000011001110101001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1588; }

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

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

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

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

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

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

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

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