Html Css Color HEX #AA1992 Medium Violet Red

📋 copy color: '#AA1992'

red 170 ◦ green 25 ◦ blue 146

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

Shades of Medium Violet Red #AA1992

Tints of Medium Violet Red #AA1992

RGB

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

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

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

R = 49.85%
G = 7.33%
B = 42.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA1992 (or 0xAA1992) is known color: Medium Violet Red. HEX triplet: AA, 19 and 92. RGB value is (170,25,146). Sum of RGB (Red+Green+Blue) = 170+25+146=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1992 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1992 is #55E66D. Grayscale: #515151. Windows color (decimal): -5629550 or 9574826. OLE color: 9574826.

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

Color convert

RGB 170 25 146 -
CMYK 0 0.85 0.14 0.33
HSL 309.93º 0.74% 0.38% -
HSV(B) 309.93º 0.85% 0.67% -
XYZ 22.11 11.32 28.21 -
YUV 82.15 164.04 190.66 -
System Red Green Blue C M Y K H S L
Decimal 170 25 146 0 0.85 0.14 0.33 309.93 0.74 0.38
Hex AA 19 92 0 55 E 21 136 4A 26
Octal 252 31 222 0 125 16 41 466 112 46
Binary 10101010 11001 10010010 0 1010101 1110 100001 100110110 1001010 100110

Color Harmonies of #AA1992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1992

Black with #AA1992

Text Example


Text Example

White with #AA1992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1992; }

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

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

background-color css

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

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

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

border-color css

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

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

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