Html Css Color HEX #AA1492 Medium Violet Red

📋 copy color: '#AA1492'

red 170 ◦ green 20 ◦ blue 146

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

Shades of Medium Violet Red #AA1492

Tints of Medium Violet Red #AA1492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 43.45%

R = 50.6%
G = 5.95%
B = 43.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA1492 (or 0xAA1492) is known color: Medium Violet Red. HEX triplet: AA, 14 and 92. RGB value is (170,20,146). Sum of RGB (Red+Green+Blue) = 170+20+146=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 146 (57.42% from 255 or 43.45% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1492 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1492 is #55EB6D. Grayscale: #4E4E4E. Windows color (decimal): -5630830 or 9573546. OLE color: 9573546.

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

Color convert

RGB 170 20 146 -
CMYK 0 0.88 0.14 0.33
HSL 309.6º 0.79% 0.37% -
HSV(B) 309.6º 0.88% 0.67% -
XYZ 22.02 11.12 28.18 -
YUV 79.21 165.7 192.75 -
System Red Green Blue C M Y K H S L
Decimal 170 20 146 0 0.88 0.14 0.33 309.6 0.79 0.37
Hex AA 14 92 0 58 E 21 136 4F 25
Octal 252 24 222 0 130 16 41 466 117 45
Binary 10101010 10100 10010010 0 1011000 1110 100001 100110110 1001111 100101

Color Harmonies of #AA1492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1492

Black with #AA1492

Text Example


Text Example

White with #AA1492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1492; }

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

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

background-color css

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

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

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

border-color css

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

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

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