Html Css Color HEX #AA4490 Medium Red Violet

📋 copy color: '#AA4490'

red 170 ◦ green 68 ◦ blue 144

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

Shades of Medium Red Violet #AA4490

Tints of Medium Red Violet #AA4490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.7%

R = 44.5%
G = 17.8%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA4490 (or 0xAA4490) is known color: Medium Red Violet. HEX triplet: AA, 44 and 90. RGB value is (170,68,144). Sum of RGB (Red+Green+Blue) = 170+68+144=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 144 (56.64% from 255 or 37.70% from 382); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4490 is #55BB6F. Grayscale: #6A6A6A. Windows color (decimal): -5618544 or 9454762. OLE color: 9454762.

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

Color convert

RGB 170 68 144 -
CMYK 0 0.6 0.15 0.33
HSL 315.29º 0.43% 0.47% -
HSV(B) 315.29º 0.6% 0.67% -
XYZ 23.68 14.69 27.97 -
YUV 107.16 148.79 172.82 -
System Red Green Blue C M Y K H S L
Decimal 170 68 144 0 0.6 0.15 0.33 315.29 0.43 0.47
Hex AA 44 90 0 3C F 21 13B 2B 2F
Octal 252 104 220 0 74 17 41 473 53 57
Binary 10101010 1000100 10010000 0 111100 1111 100001 100111011 101011 101111

Color Harmonies of #AA4490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4490

Black with #AA4490

Text Example


Text Example

White with #AA4490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4490; }

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

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

background-color css

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

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

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

border-color css

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

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

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