Html Css Color HEX #AA1C87 Medium Red Violet

📋 copy color: '#AA1C87'

red 170 ◦ green 28 ◦ blue 135

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

Shades of Medium Red Violet #AA1C87

Tints of Medium Red Violet #AA1C87

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.41%

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

R = 51.05%
G = 8.41%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA1C87 (or 0xAA1C87) is known color: Medium Red Violet. HEX triplet: AA, 1C and 87. RGB value is (170,28,135). Sum of RGB (Red+Green+Blue) = 170+28+135=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1C87 is #55E378. Grayscale: #525252. Windows color (decimal): -5628793 or 8854698. OLE color: 8854698.

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

Color convert

RGB 170 28 135 -
CMYK 0 0.84 0.21 0.33
HSL 314.79º 0.72% 0.39% -
HSV(B) 314.79º 0.84% 0.67% -
XYZ 21.37 11.13 23.94 -
YUV 82.66 157.54 190.3 -
System Red Green Blue C M Y K H S L
Decimal 170 28 135 0 0.84 0.21 0.33 314.79 0.72 0.39
Hex AA 1C 87 0 54 15 21 13B 48 27
Octal 252 34 207 0 124 25 41 473 110 47
Binary 10101010 11100 10000111 0 1010100 10101 100001 100111011 1001000 100111

Color Harmonies of #AA1C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1C87

Black with #AA1C87

Text Example


Text Example

White with #AA1C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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