Html Css Color HEX #AA1990 Medium Violet Red

📋 copy color: '#AA1990'

red 170 ◦ green 25 ◦ blue 144

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

Shades of Medium Violet Red #AA1990

Tints of Medium Violet Red #AA1990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.37%

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

R = 50.15%
G = 7.37%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA1990 (or 0xAA1990) is known color: Medium Violet Red. HEX triplet: AA, 19 and 90. RGB value is (170,25,144). Sum of RGB (Red+Green+Blue) = 170+25+144=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 25 (10.16% from 255 or 7.37% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1990 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1990 is #55E66F. Grayscale: #515151. Windows color (decimal): -5629552 or 9443754. OLE color: 9443754.

HSL color Cylindrical-coordinate representation of color #AA1990: hue angle of 310.76º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA1990 is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 25 144 -
CMYK 0 0.85 0.15 0.33
HSL 310.76º 0.74% 0.38% -
HSV(B) 310.76º 0.85% 0.67% -
XYZ 21.96 11.25 27.4 -
YUV 81.92 163.04 190.82 -
System Red Green Blue C M Y K H S L
Decimal 170 25 144 0 0.85 0.15 0.33 310.76 0.74 0.38
Hex AA 19 90 0 55 F 21 137 4A 26
Octal 252 31 220 0 125 17 41 467 112 46
Binary 10101010 11001 10010000 0 1010101 1111 100001 100110111 1001010 100110

Color Harmonies of #AA1990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1990

Black with #AA1990

Text Example


Text Example

White with #AA1990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1990; }

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

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

background-color css

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

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

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

border-color css

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

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

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