Html Css Color HEX #AA2295 Medium Red Violet

📋 copy color: '#AA2295'

red 170 ◦ green 34 ◦ blue 149

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

Shades of Medium Red Violet #AA2295

Tints of Medium Red Violet #AA2295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 42.21%

R = 48.16%
G = 9.63%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA2295 (or 0xAA2295) is known color: Medium Red Violet. HEX triplet: AA, 22 and 95. RGB value is (170,34,149). Sum of RGB (Red+Green+Blue) = 170+34+149=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 149 (58.59% from 255 or 42.21% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2295 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2295 is #55DD6A. Grayscale: #575757. Windows color (decimal): -5627243 or 9773738. OLE color: 9773738.

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

Color convert

RGB 170 34 149 -
CMYK 0 0.80 0.12 0.33
HSL 309.26º 0.67% 0.4% -
HSV(B) 309.26º 0.8% 0.67% -
XYZ 22.57 11.86 29.53 -
YUV 87.77 162.56 186.65 -
System Red Green Blue C M Y K H S L
Decimal 170 34 149 0 0.80 0.12 0.33 309.26 0.67 0.4
Hex AA 22 95 0 50 C 21 135 43 28
Octal 252 42 225 0 120 14 41 465 103 50
Binary 10101010 100010 10010101 0 1010000 1100 100001 100110101 1000011 101000

Color Harmonies of #AA2295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2295

Black with #AA2295

Text Example


Text Example

White with #AA2295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2295; }

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

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

background-color css

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

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

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

border-color css

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

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

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