Html Css Color HEX #AA0E90 Medium Violet Red

📋 copy color: '#AA0E90'

red 170 ◦ green 14 ◦ blue 144

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

Shades of Medium Violet Red #AA0E90

Tints of Medium Violet Red #AA0E90

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.27%

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

R = 51.83%
G = 4.27%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA0E90 (or 0xAA0E90) is known color: Medium Violet Red. HEX triplet: AA, 0E and 90. RGB value is (170,14,144). Sum of RGB (Red+Green+Blue) = 170+14+144=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 144 (56.64% from 255 or 43.90% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA0E90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA0E90 is #55F16F. Grayscale: #4B4B4B. Windows color (decimal): -5632368 or 9440938. OLE color: 9440938.

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

Color convert

RGB 170 14 144 -
CMYK 0 0.92 0.15 0.33
HSL 310º 0.85% 0.36% -
HSV(B) 310º 0.92% 0.67% -
XYZ 21.77 10.87 27.34 -
YUV 75.46 166.68 195.43 -
System Red Green Blue C M Y K H S L
Decimal 170 14 144 0 0.92 0.15 0.33 310 0.85 0.36
Hex AA E 90 0 5C F 21 136 55 24
Octal 252 16 220 0 134 17 41 466 125 44
Binary 10101010 1110 10010000 0 1011100 1111 100001 100110110 1010101 100100

Color Harmonies of #AA0E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA0E90

Black with #AA0E90

Text Example


Text Example

White with #AA0E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA0E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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