Html Css Color HEX #AA1987 Medium Violet Red

📋 copy color: '#AA1987'

red 170 ◦ green 25 ◦ blue 135

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

Shades of Medium Violet Red #AA1987

Tints of Medium Violet Red #AA1987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.58%

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

R = 51.52%
G = 7.58%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA1987 (or 0xAA1987) is known color: Medium Violet Red. HEX triplet: AA, 19 and 87. RGB value is (170,25,135). Sum of RGB (Red+Green+Blue) = 170+25+135=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1987 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1987 is #55E678. Grayscale: #505050. Windows color (decimal): -5629561 or 8853930. OLE color: 8853930.

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

Color convert

RGB 170 25 135 -
CMYK 0 0.85 0.21 0.33
HSL 314.48º 0.74% 0.38% -
HSV(B) 314.48º 0.85% 0.67% -
XYZ 21.3 10.99 23.92 -
YUV 80.9 158.54 191.56 -
System Red Green Blue C M Y K H S L
Decimal 170 25 135 0 0.85 0.21 0.33 314.48 0.74 0.38
Hex AA 19 87 0 55 15 21 13A 4A 26
Octal 252 31 207 0 125 25 41 472 112 46
Binary 10101010 11001 10000111 0 1010101 10101 100001 100111010 1001010 100110

Color Harmonies of #AA1987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1987

Black with #AA1987

Text Example


Text Example

White with #AA1987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1987; }

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

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

background-color css

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

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

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

border-color css

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

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

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