Html Css Color HEX #AA177A Medium Violet Red

📋 copy color: '#AA177A'

red 170 ◦ green 23 ◦ blue 122

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

Shades of Medium Violet Red #AA177A

Tints of Medium Violet Red #AA177A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 38.73%

R = 53.97%
G = 7.3%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA177A (or 0xAA177A) is known color: Medium Violet Red. HEX triplet: AA, 17 and 7A. RGB value is (170,23,122). Sum of RGB (Red+Green+Blue) = 170+23+122=315 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.97% from 315); Green value is 23 (9.38% from 255 or 7.30% from 315); Blue value is 122 (48.05% from 255 or 38.73% from 315); Max value from RGB is 170 - color contains mainly: red. Hex color #AA177A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA177A is #55E885. Grayscale: #4D4D4D. Windows color (decimal): -5630086 or 8001450. OLE color: 8001450.

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

Color convert

RGB 170 23 122 -
CMYK 0 0.86 0.28 0.33
HSL 319.59º 0.76% 0.38% -
HSV(B) 319.59º 0.86% 0.67% -
XYZ 20.4 10.56 19.38 -
YUV 78.24 152.7 193.45 -
System Red Green Blue C M Y K H S L
Decimal 170 23 122 0 0.86 0.28 0.33 319.59 0.76 0.38
Hex AA 17 7A 0 56 1C 21 140 4C 26
Octal 252 27 172 0 126 34 41 500 114 46
Binary 10101010 10111 1111010 0 1010110 11100 100001 101000000 1001100 100110

Color Harmonies of #AA177A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA177A

Black with #AA177A

Text Example


Text Example

White with #AA177A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA177A; }

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

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

background-color css

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

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

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

border-color css

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

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

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