Html Css Color HEX #AA177C Medium Violet Red

📋 copy color: '#AA177C'

red 170 ◦ green 23 ◦ blue 124

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

Shades of Medium Violet Red #AA177C

Tints of Medium Violet Red #AA177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.26%

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

R = 53.63%
G = 7.26%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA177C (or 0xAA177C) is known color: Medium Violet Red. HEX triplet: AA, 17 and 7C. RGB value is (170,23,124). Sum of RGB (Red+Green+Blue) = 170+23+124=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA177C is #55E883. Grayscale: #4E4E4E. Windows color (decimal): -5630084 or 8132522. OLE color: 8132522.

HSL color Cylindrical-coordinate representation of color #AA177C: hue angle of 318.78º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AA177C is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 23 124 -
CMYK 0 0.86 0.27 0.33
HSL 318.78º 0.76% 0.38% -
HSV(B) 318.78º 0.86% 0.67% -
XYZ 20.52 10.61 20.04 -
YUV 78.47 153.7 193.29 -
System Red Green Blue C M Y K H S L
Decimal 170 23 124 0 0.86 0.27 0.33 318.78 0.76 0.38
Hex AA 17 7C 0 56 1B 21 13F 4C 26
Octal 252 27 174 0 126 33 41 477 114 46
Binary 10101010 10111 1111100 0 1010110 11011 100001 100111111 1001100 100110

Color Harmonies of #AA177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA177C

Black with #AA177C

Text Example


Text Example

White with #AA177C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA177C; }

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

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

background-color css

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

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

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

border-color css

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

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

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