Html Css Color HEX #AA2A87 Medium Red Violet

📋 copy color: '#AA2A87'

red 170 ◦ green 42 ◦ blue 135

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

Shades of Medium Red Violet #AA2A87

Tints of Medium Red Violet #AA2A87

RGB

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

 GREEN value IS 42 (16.8% from 255) = 12.1%

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

R = 48.99%
G = 12.1%
B = 38.9%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA2A87 (or 0xAA2A87) is known color: Medium Red Violet. HEX triplet: AA, 2A and 87. RGB value is (170,42,135). Sum of RGB (Red+Green+Blue) = 170+42+135=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 135 (53.12% from 255 or 38.90% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2A87 is #55D578. Grayscale: #5A5A5A. Windows color (decimal): -5625209 or 8858282. OLE color: 8858282.

HSL color Cylindrical-coordinate representation of color #AA2A87: hue angle of 316.41º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2A87 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 42 135 -
CMYK 0 0.75 0.21 0.33
HSL 316.41º 0.6% 0.42% -
HSV(B) 316.41º 0.75% 0.67% -
XYZ 21.78 11.95 24.08 -
YUV 90.87 152.91 184.44 -
System Red Green Blue C M Y K H S L
Decimal 170 42 135 0 0.75 0.21 0.33 316.41 0.6 0.42
Hex AA 2A 87 0 4B 15 21 13C 3C 2A
Octal 252 52 207 0 113 25 41 474 74 52
Binary 10101010 101010 10000111 0 1001011 10101 100001 100111100 111100 101010

Color Harmonies of #AA2A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2A87

Black with #AA2A87

Text Example


Text Example

White with #AA2A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2A87; }

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

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

background-color css

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

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

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

border-color css

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

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

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