Html Css Color HEX #AA117B Medium Violet Red

📋 copy color: '#AA117B'

red 170 ◦ green 17 ◦ blue 123

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

Shades of Medium Violet Red #AA117B

Tints of Medium Violet Red #AA117B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.68%

R = 54.84%
G = 5.48%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA117B (or 0xAA117B) is known color: Medium Violet Red. HEX triplet: AA, 11 and 7B. RGB value is (170,17,123). Sum of RGB (Red+Green+Blue) = 170+17+123=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA117B is #55EE84. Grayscale: #4A4A4A. Windows color (decimal): -5631621 or 8065450. OLE color: 8065450.

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

Color convert

RGB 170 17 123 -
CMYK 0 0.9 0.28 0.33
HSL 318.43º 0.82% 0.37% -
HSV(B) 318.43º 0.9% 0.67% -
XYZ 20.35 10.38 19.67 -
YUV 74.83 155.19 195.88 -
System Red Green Blue C M Y K H S L
Decimal 170 17 123 0 0.9 0.28 0.33 318.43 0.82 0.37
Hex AA 11 7B 0 5A 1C 21 13E 52 25
Octal 252 21 173 0 132 34 41 476 122 45
Binary 10101010 10001 1111011 0 1011010 11100 100001 100111110 1010010 100101

Color Harmonies of #AA117B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA117B

Black with #AA117B

Text Example


Text Example

White with #AA117B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA117B; }

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

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

background-color css

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

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

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

border-color css

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

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

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