Html Css Color HEX #AA2092 Medium Red Violet

📋 copy color: '#AA2092'

red 170 ◦ green 32 ◦ blue 146

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

Shades of Medium Red Violet #AA2092

Tints of Medium Red Violet #AA2092

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.2%

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

R = 48.85%
G = 9.2%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA2092 (or 0xAA2092) is known color: Medium Red Violet. HEX triplet: AA, 20 and 92. RGB value is (170,32,146). Sum of RGB (Red+Green+Blue) = 170+32+146=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 32 (12.89% from 255 or 9.20% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2092 is #55DF6D. Grayscale: #555555. Windows color (decimal): -5627758 or 9576618. OLE color: 9576618.

HSL color Cylindrical-coordinate representation of color #AA2092: hue angle of 310.43º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AA2092 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 32 146 -
CMYK 0 0.81 0.14 0.33
HSL 310.43º 0.68% 0.4% -
HSV(B) 310.43º 0.81% 0.67% -
XYZ 22.28 11.65 28.27 -
YUV 86.26 161.72 187.73 -
System Red Green Blue C M Y K H S L
Decimal 170 32 146 0 0.81 0.14 0.33 310.43 0.68 0.4
Hex AA 20 92 0 51 E 21 136 44 28
Octal 252 40 222 0 121 16 41 466 104 50
Binary 10101010 100000 10010010 0 1010001 1110 100001 100110110 1000100 101000

Color Harmonies of #AA2092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2092

Black with #AA2092

Text Example


Text Example

White with #AA2092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2092; }

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

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

background-color css

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

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

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

border-color css

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

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

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