Html Css Color HEX #AA1491 Medium Violet Red

📋 copy color: '#AA1491'

red 170 ◦ green 20 ◦ blue 145

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

Shades of Medium Violet Red #AA1491

Tints of Medium Violet Red #AA1491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.28%

R = 50.75%
G = 5.97%
B = 43.28%

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

#AA1491 (or 0xAA1491) is known color: Medium Violet Red. HEX triplet: AA, 14 and 91. RGB value is (170,20,145). Sum of RGB (Red+Green+Blue) = 170+20+145=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 20 (8.20% from 255 or 5.97% from 335); Blue value is 145 (57.03% from 255 or 43.28% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1491 is #55EB6E. Grayscale: #4E4E4E. Windows color (decimal): -5630831 or 9508010. OLE color: 9508010.

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

Color convert

RGB 170 20 145 -
CMYK 0 0.88 0.15 0.33
HSL 310º 0.79% 0.37% -
HSV(B) 310º 0.88% 0.67% -
XYZ 21.94 11.09 27.77 -
YUV 79.1 165.2 192.84 -
System Red Green Blue C M Y K H S L
Decimal 170 20 145 0 0.88 0.15 0.33 310 0.79 0.37
Hex AA 14 91 0 58 F 21 136 4F 25
Octal 252 24 221 0 130 17 41 466 117 45
Binary 10101010 10100 10010001 0 1011000 1111 100001 100110110 1001111 100101

Color Harmonies of #AA1491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1491

Black with #AA1491

Text Example


Text Example

White with #AA1491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1491; }

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

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

background-color css

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

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

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

border-color css

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

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

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