Html Css Color HEX #AA2292 Medium Red Violet

📋 copy color: '#AA2292'

red 170 ◦ green 34 ◦ blue 146

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

Shades of Medium Red Violet #AA2292

Tints of Medium Red Violet #AA2292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.71%

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

R = 48.57%
G = 9.71%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA2292 (or 0xAA2292) is known color: Medium Red Violet. HEX triplet: AA, 22 and 92. RGB value is (170,34,146). Sum of RGB (Red+Green+Blue) = 170+34+146=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 34 (13.67% from 255 or 9.71% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2292 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2292 is #55DD6D. Grayscale: #575757. Windows color (decimal): -5627246 or 9577130. OLE color: 9577130.

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

Color convert

RGB 170 34 146 -
CMYK 0 0.80 0.14 0.33
HSL 310.59º 0.67% 0.4% -
HSV(B) 310.59º 0.8% 0.67% -
XYZ 22.34 11.77 28.29 -
YUV 87.43 161.06 186.89 -
System Red Green Blue C M Y K H S L
Decimal 170 34 146 0 0.80 0.14 0.33 310.59 0.67 0.4
Hex AA 22 92 0 50 E 21 137 43 28
Octal 252 42 222 0 120 16 41 467 103 50
Binary 10101010 100010 10010010 0 1010000 1110 100001 100110111 1000011 101000

Color Harmonies of #AA2292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2292

Black with #AA2292

Text Example


Text Example

White with #AA2292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2292; }

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

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

background-color css

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

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

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

border-color css

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

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

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