Html Css Color HEX #AA177B Medium Violet Red

📋 copy color: '#AA177B'

red 170 ◦ green 23 ◦ blue 123

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

Shades of Medium Violet Red #AA177B

Tints of Medium Violet Red #AA177B

RGB

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

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

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

R = 53.8%
G = 7.28%
B = 38.92%

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

#AA177B (or 0xAA177B) is known color: Medium Violet Red. HEX triplet: AA, 17 and 7B. RGB value is (170,23,123). Sum of RGB (Red+Green+Blue) = 170+23+123=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 23 (9.38% from 255 or 7.28% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA177B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA177B is #55E884. Grayscale: #4E4E4E. Windows color (decimal): -5630085 or 8066986. OLE color: 8066986.

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

Color convert

RGB 170 23 123 -
CMYK 0 0.86 0.28 0.33
HSL 319.18º 0.76% 0.38% -
HSV(B) 319.18º 0.86% 0.67% -
XYZ 20.46 10.59 19.7 -
YUV 78.35 153.2 193.37 -
System Red Green Blue C M Y K H S L
Decimal 170 23 123 0 0.86 0.28 0.33 319.18 0.76 0.38
Hex AA 17 7B 0 56 1C 21 13F 4C 26
Octal 252 27 173 0 126 34 41 477 114 46
Binary 10101010 10111 1111011 0 1010110 11100 100001 100111111 1001100 100110

Color Harmonies of #AA177B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA177B

Black with #AA177B

Text Example


Text Example

White with #AA177B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA177B; }

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

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

background-color css

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

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

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

border-color css

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

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

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