Html Css Color HEX #AA1189 Medium Violet Red

📋 copy color: '#AA1189'

red 170 ◦ green 17 ◦ blue 137

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

Shades of Medium Violet Red #AA1189

Tints of Medium Violet Red #AA1189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.28%

R = 52.47%
G = 5.25%
B = 42.28%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AA1189 (or 0xAA1189) is known color: Medium Violet Red. HEX triplet: AA, 11 and 89. RGB value is (170,17,137). Sum of RGB (Red+Green+Blue) = 170+17+137=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 137 (53.91% from 255 or 42.28% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1189 is #55EE76. Grayscale: #4C4C4C. Windows color (decimal): -5631607 or 8982954. OLE color: 8982954.

HSL color Cylindrical-coordinate representation of color #AA1189: hue angle of 312.94º 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 #AA1189 is Cyan = 0, Magento = 0.9, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 17 137 -
CMYK 0 0.9 0.19 0.33
HSL 312.94º 0.82% 0.37% -
HSV(B) 312.94º 0.9% 0.67% -
XYZ 21.29 10.75 24.62 -
YUV 76.43 162.19 194.74 -
System Red Green Blue C M Y K H S L
Decimal 170 17 137 0 0.9 0.19 0.33 312.94 0.82 0.37
Hex AA 11 89 0 5A 13 21 139 52 25
Octal 252 21 211 0 132 23 41 471 122 45
Binary 10101010 10001 10001001 0 1011010 10011 100001 100111001 1010010 100101

Color Harmonies of #AA1189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA1189

Black with #AA1189

Text Example


Text Example

White with #AA1189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA1189; }

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

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

background-color css

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

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

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

border-color css

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

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

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