Html Css Color HEX #AA117D Medium Violet Red

📋 copy color: '#AA117D'

red 170 ◦ green 17 ◦ blue 125

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

Shades of Medium Violet Red #AA117D

Tints of Medium Violet Red #AA117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 40.06%

R = 54.49%
G = 5.45%
B = 40.06%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA117D (or 0xAA117D) is known color: Medium Violet Red. HEX triplet: AA, 11 and 7D. RGB value is (170,17,125). Sum of RGB (Red+Green+Blue) = 170+17+125=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 125 (49.22% from 255 or 40.06% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA117D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA117D is #55EE82. Grayscale: #4A4A4A. Windows color (decimal): -5631619 or 8196522. OLE color: 8196522.

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

Color convert

RGB 170 17 125 -
CMYK 0 0.9 0.26 0.33
HSL 317.65º 0.82% 0.37% -
HSV(B) 317.65º 0.9% 0.67% -
XYZ 20.48 10.43 20.34 -
YUV 75.06 156.19 195.72 -
System Red Green Blue C M Y K H S L
Decimal 170 17 125 0 0.9 0.26 0.33 317.65 0.82 0.37
Hex AA 11 7D 0 5A 1A 21 13E 52 25
Octal 252 21 175 0 132 32 41 476 122 45
Binary 10101010 10001 1111101 0 1011010 11010 100001 100111110 1010010 100101

Color Harmonies of #AA117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA117D

Black with #AA117D

Text Example


Text Example

White with #AA117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA117D; }

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

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

background-color css

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

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

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

border-color css

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

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

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