#AA4889

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

Shades of Medium Red Violet #AA4889

Tints of Medium Red Violet #AA4889

Color information

#AA4889 (or 0xAA4889) is unknown color: approx Medium Red Violet. HEX triplet: AA, 48 and 89. RGB value is (170,72,137). Sum of RGB (Red+Green+Blue) = 170+72+137=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4889 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4889 is #55B776. Grayscale: #6C6C6C. Windows color (decimal): -5617527 or 8997034. OLE color: 8997034.

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

Color convert

RGB17072137-
CMYK00.580.190.33
HSL320.2º40.5%47.45%-
HSV(B)320.2º57.65%66.67%-
XYZ23.4114.9925.33-
YUV108.71143.97171.71-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 44.85%
GREEN value IS 72 (28.52% from 255) = 19.00%
BLUE value IS 137 (53.91% from 255) = 36.15%
R=44.85%
G=19.00%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707213700.580.190.33320.240.547.45
HexAA488903A1321140282f
Octal25211021107223415005057
Binary10101010100100010001001011101010011100001101000000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA4889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA4889; }

 p { color: rgb(170,72,137); }

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

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

 a { background-color: rgb(170,72,137); }

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

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

 span { border-color: rgb(170,72,137); }

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