Html Css Color HEX #AA4489 Medium Red Violet

📋 copy color: '#AA4489'

red 170 ◦ green 68 ◦ blue 137

#AA4489
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Red Violet #AA4489

Tints of Medium Red Violet #AA4489

RGB

 RED value IS 170 (66.8% from 255) = 45.33%

 GREEN value IS 68 (26.95% from 255) = 18.13%

 BLUE value IS 137 (53.91% from 255) = 36.53%

R = 45.33%
G = 18.13%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA4489 (or 0xAA4489) is known color: Medium Red Violet. HEX triplet: AA, 44 and 89. RGB value is (170,68,137). Sum of RGB (Red+Green+Blue) = 170+68+137=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 137 (53.91% from 255 or 36.53% from 375); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4489 is #55BB76. Grayscale: #6A6A6A. Windows color (decimal): -5618551 or 8996010. OLE color: 8996010.

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

Color convert

RGB 170 68 137 -
CMYK 0 0.6 0.19 0.33
HSL 319.41º 0.43% 0.47% -
HSV(B) 319.41º 0.6% 0.67% -
XYZ 23.16 14.49 25.24 -
YUV 106.36 145.29 173.39 -
System Red Green Blue C M Y K H S L
Decimal 170 68 137 0 0.6 0.19 0.33 319.41 0.43 0.47
Hex AA 44 89 0 3C 13 21 13F 2B 2F
Octal 252 104 211 0 74 23 41 477 53 57
Binary 10101010 1000100 10001001 0 111100 10011 100001 100111111 101011 101111

Color Harmonies of #AA4489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4489

Black with #AA4489

Text Example


Text Example

White with #AA4489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4489; }

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

 H1.HeaderClassName
 {
   color: #AA4489;
 }
 .AnyTagClassName
 {
   color: #AA4489;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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