Html Css Color HEX #AA1187 Medium Violet Red

📋 copy color: '#AA1187'

red 170 ◦ green 17 ◦ blue 135

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

Shades of Medium Violet Red #AA1187

Tints of Medium Violet Red #AA1187

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.28%

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

R = 52.8%
G = 5.28%
B = 41.93%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AA1187 (or 0xAA1187) is known color: Medium Violet Red. HEX triplet: AA, 11 and 87. RGB value is (170,17,135). Sum of RGB (Red+Green+Blue) = 170+17+135=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 17 (7.03% from 255 or 5.28% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1187 is #55EE78. Grayscale: #4B4B4B. Windows color (decimal): -5631609 or 8851882. OLE color: 8851882.

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

Color convert

RGB 170 17 135 -
CMYK 0 0.9 0.21 0.33
HSL 313.73º 0.82% 0.37% -
HSV(B) 313.73º 0.9% 0.67% -
XYZ 21.15 10.7 23.87 -
YUV 76.2 161.19 194.91 -
System Red Green Blue C M Y K H S L
Decimal 170 17 135 0 0.9 0.21 0.33 313.73 0.82 0.37
Hex AA 11 87 0 5A 15 21 13A 52 25
Octal 252 21 207 0 132 25 41 472 122 45
Binary 10101010 10001 10000111 0 1011010 10101 100001 100111010 1010010 100101

Color Harmonies of #AA1187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1187

Black with #AA1187

Text Example


Text Example

White with #AA1187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1187; }

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

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

background-color css

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

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

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

border-color css

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

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

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