Html Css Color HEX #AA1490 Medium Violet Red

📋 copy color: '#AA1490'

red 170 ◦ green 20 ◦ blue 144

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

Shades of Medium Violet Red #AA1490

Tints of Medium Violet Red #AA1490

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.99%

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

R = 50.9%
G = 5.99%
B = 43.11%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA1490 (or 0xAA1490) is known color: Medium Violet Red. HEX triplet: AA, 14 and 90. RGB value is (170,20,144). Sum of RGB (Red+Green+Blue) = 170+20+144=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 20 (8.20% from 255 or 5.99% from 334); Blue value is 144 (56.64% from 255 or 43.11% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1490 is #55EB6F. Grayscale: #4E4E4E. Windows color (decimal): -5630832 or 9442474. OLE color: 9442474.

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

Color convert

RGB 170 20 144 -
CMYK 0 0.88 0.15 0.33
HSL 310.4º 0.79% 0.37% -
HSV(B) 310.4º 0.88% 0.67% -
XYZ 21.86 11.06 27.37 -
YUV 78.99 164.7 192.92 -
System Red Green Blue C M Y K H S L
Decimal 170 20 144 0 0.88 0.15 0.33 310.4 0.79 0.37
Hex AA 14 90 0 58 F 21 136 4F 25
Octal 252 24 220 0 130 17 41 466 117 45
Binary 10101010 10100 10010000 0 1011000 1111 100001 100110110 1001111 100101

Color Harmonies of #AA1490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1490

Black with #AA1490

Text Example


Text Example

White with #AA1490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1490; }

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

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

background-color css

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

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

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

border-color css

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

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

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