Html Css Color HEX #AA2287 Medium Red Violet

📋 copy color: '#AA2287'

red 170 ◦ green 34 ◦ blue 135

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

Shades of Medium Red Violet #AA2287

Tints of Medium Red Violet #AA2287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 39.82%

R = 50.15%
G = 10.03%
B = 39.82%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA2287 (or 0xAA2287) is known color: Medium Red Violet. HEX triplet: AA, 22 and 87. RGB value is (170,34,135). Sum of RGB (Red+Green+Blue) = 170+34+135=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 34 (13.67% from 255 or 10.03% from 339); Blue value is 135 (53.12% from 255 or 39.82% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2287 is #55DD78. Grayscale: #555555. Windows color (decimal): -5627257 or 8856234. OLE color: 8856234.

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

Color convert

RGB 170 34 135 -
CMYK 0 0.80 0.21 0.33
HSL 315.44º 0.67% 0.4% -
HSV(B) 315.44º 0.8% 0.67% -
XYZ 21.52 11.44 24 -
YUV 86.18 155.56 187.79 -
System Red Green Blue C M Y K H S L
Decimal 170 34 135 0 0.80 0.21 0.33 315.44 0.67 0.4
Hex AA 22 87 0 50 15 21 13B 43 28
Octal 252 42 207 0 120 25 41 473 103 50
Binary 10101010 100010 10000111 0 1010000 10101 100001 100111011 1000011 101000

Color Harmonies of #AA2287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2287

Black with #AA2287

Text Example


Text Example

White with #AA2287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2287; }

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

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

background-color css

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

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

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

border-color css

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

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

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