Html Css Color HEX #AA118D Medium Violet Red

📋 copy color: '#AA118D'

red 170 ◦ green 17 ◦ blue 141

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

Shades of Medium Violet Red #AA118D

Tints of Medium Violet Red #AA118D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.99%

R = 51.83%
G = 5.18%
B = 42.99%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.17

 K value IS 0.33

RGB Variations

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

Color information

#AA118D (or 0xAA118D) is known color: Medium Violet Red. HEX triplet: AA, 11 and 8D. RGB value is (170,17,141). Sum of RGB (Red+Green+Blue) = 170+17+141=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA118D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA118D is #55EE72. Grayscale: #4C4C4C. Windows color (decimal): -5631603 or 9245098. OLE color: 9245098.

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

Color convert

RGB 170 17 141 -
CMYK 0 0.9 0.17 0.33
HSL 311.37º 0.82% 0.37% -
HSV(B) 311.37º 0.9% 0.67% -
XYZ 21.59 10.87 26.16 -
YUV 76.88 164.19 194.42 -
System Red Green Blue C M Y K H S L
Decimal 170 17 141 0 0.9 0.17 0.33 311.37 0.82 0.37
Hex AA 11 8D 0 5A 11 21 137 52 25
Octal 252 21 215 0 132 21 41 467 122 45
Binary 10101010 10001 10001101 0 1011010 10001 100001 100110111 1010010 100101

Color Harmonies of #AA118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA118D

Black with #AA118D

Text Example


Text Example

White with #AA118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA118D; }

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

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

background-color css

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

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

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

border-color css

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

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

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