Html Css Color HEX #AA177F Medium Violet Red

📋 copy color: '#AA177F'

red 170 ◦ green 23 ◦ blue 127

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

Shades of Medium Violet Red #AA177F

Tints of Medium Violet Red #AA177F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.69%

R = 53.13%
G = 7.19%
B = 39.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA177F (or 0xAA177F) is known color: Medium Violet Red. HEX triplet: AA, 17 and 7F. RGB value is (170,23,127). Sum of RGB (Red+Green+Blue) = 170+23+127=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 23 (9.38% from 255 or 7.19% from 320); Blue value is 127 (50% from 255 or 39.69% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA177F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA177F is #55E880. Grayscale: #4E4E4E. Windows color (decimal): -5630081 or 8329130. OLE color: 8329130.

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

Color convert

RGB 170 23 127 -
CMYK 0 0.86 0.25 0.33
HSL 317.55º 0.76% 0.38% -
HSV(B) 317.55º 0.86% 0.67% -
XYZ 20.71 10.69 21.05 -
YUV 78.81 155.2 193.04 -
System Red Green Blue C M Y K H S L
Decimal 170 23 127 0 0.86 0.25 0.33 317.55 0.76 0.38
Hex AA 17 7F 0 56 19 21 13E 4C 26
Octal 252 27 177 0 126 31 41 476 114 46
Binary 10101010 10111 1111111 0 1010110 11001 100001 100111110 1001100 100110

Color Harmonies of #AA177F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA177F

Black with #AA177F

Text Example


Text Example

White with #AA177F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA177F; }

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

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

background-color css

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

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

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

border-color css

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

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

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