#AA4588

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

Shades of Medium Red Violet #AA4588

Tints of Medium Red Violet #AA4588

Color information

#AA4588 (or 0xAA4588) is unknown color: approx Medium Red Violet. HEX triplet: AA, 45 and 88. RGB value is (170,69,136). Sum of RGB (Red+Green+Blue) = 170+69+136=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4588 is #55BA77. Grayscale: #6A6A6A. Windows color (decimal): -5618296 or 8930730. OLE color: 8930730.

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

Color convert

RGB17069136-
CMYK00.590.200.33
HSL320.2º42.26%46.86%-
HSV(B)320.2º59.41%66.67%-
XYZ23.1514.5824.89-
YUV106.84144.46173.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.33%
GREEN value IS 69 (27.34% from 255) = 18.4%
BLUE value IS 136 (53.52% from 255) = 36.27%
R=45.33%
G=18.4%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706913600.590.200.33320.242.2646.86
HexAA458803B14211402a2f
Octal25210521007324415005257
Binary10101010100010110001000011101110100100001101000000101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4588; }

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

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

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

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

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

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

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

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