Html Css Color HEX #AA117C Medium Violet Red

📋 copy color: '#AA117C'

red 170 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #AA117C

Tints of Medium Violet Red #AA117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.87%

R = 54.66%
G = 5.47%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA117C (or 0xAA117C) is known color: Medium Violet Red. HEX triplet: AA, 11 and 7C. RGB value is (170,17,124). Sum of RGB (Red+Green+Blue) = 170+17+124=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 17 (7.03% from 255 or 5.47% from 311); Blue value is 124 (48.83% from 255 or 39.87% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA117C is #55EE83. Grayscale: #4A4A4A. Windows color (decimal): -5631620 or 8130986. OLE color: 8130986.

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

Color convert

RGB 170 17 124 -
CMYK 0 0.9 0.27 0.33
HSL 318.04º 0.82% 0.37% -
HSV(B) 318.04º 0.9% 0.67% -
XYZ 20.42 10.4 20 -
YUV 74.95 155.69 195.8 -
System Red Green Blue C M Y K H S L
Decimal 170 17 124 0 0.9 0.27 0.33 318.04 0.82 0.37
Hex AA 11 7C 0 5A 1B 21 13E 52 25
Octal 252 21 174 0 132 33 41 476 122 45
Binary 10101010 10001 1111100 0 1011010 11011 100001 100111110 1010010 100101

Color Harmonies of #AA117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA117C

Black with #AA117C

Text Example


Text Example

White with #AA117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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