Html Css Color HEX #AA1787 Medium Violet Red

📋 copy color: '#AA1787'

red 170 ◦ green 23 ◦ blue 135

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

Shades of Medium Violet Red #AA1787

Tints of Medium Violet Red #AA1787

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.01%

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

R = 51.83%
G = 7.01%
B = 41.16%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA1787 (or 0xAA1787) is known color: Medium Violet Red. HEX triplet: AA, 17 and 87. RGB value is (170,23,135). Sum of RGB (Red+Green+Blue) = 170+23+135=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 23 (9.38% from 255 or 7.01% from 328); Blue value is 135 (53.12% from 255 or 41.16% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1787 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1787 is #55E878. Grayscale: #4F4F4F. Windows color (decimal): -5630073 or 8853418. OLE color: 8853418.

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

Color convert

RGB 170 23 135 -
CMYK 0 0.86 0.21 0.33
HSL 314.29º 0.76% 0.38% -
HSV(B) 314.29º 0.86% 0.67% -
XYZ 21.26 10.91 23.91 -
YUV 79.72 159.2 192.39 -
System Red Green Blue C M Y K H S L
Decimal 170 23 135 0 0.86 0.21 0.33 314.29 0.76 0.38
Hex AA 17 87 0 56 15 21 13A 4C 26
Octal 252 27 207 0 126 25 41 472 114 46
Binary 10101010 10111 10000111 0 1010110 10101 100001 100111010 1001100 100110

Color Harmonies of #AA1787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1787

Black with #AA1787

Text Example


Text Example

White with #AA1787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1787; }

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

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

background-color css

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

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

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

border-color css

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

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

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