Html Css Color HEX #AA3173 Medium Red Violet

📋 copy color: '#AA3173'

red 170 ◦ green 49 ◦ blue 115

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

Shades of Medium Red Violet #AA3173

Tints of Medium Red Violet #AA3173

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.67%

 BLUE value IS 115 (45.31% from 255) = 34.43%

R = 50.9%
G = 14.67%
B = 34.43%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA3173 (or 0xAA3173) is known color: Medium Red Violet. HEX triplet: AA, 31 and 73. RGB value is (170,49,115). Sum of RGB (Red+Green+Blue) = 170+49+115=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3173 is #55CE8C. Grayscale: #5C5C5C. Windows color (decimal): -5623437 or 7549354. OLE color: 7549354.

HSL color Cylindrical-coordinate representation of color #AA3173: hue angle of 327.27º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3173 is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 49 115 -
CMYK 0 0.71 0.32 0.33
HSL 327.27º 0.55% 0.43% -
HSV(B) 327.27º 0.71% 0.67% -
XYZ 20.77 11.98 17.44 -
YUV 92.7 140.59 183.13 -
System Red Green Blue C M Y K H S L
Decimal 170 49 115 0 0.71 0.32 0.33 327.27 0.55 0.43
Hex AA 31 73 0 47 20 21 147 37 2B
Octal 252 61 163 0 107 40 41 507 67 53
Binary 10101010 110001 1110011 0 1000111 100000 100001 101000111 110111 101011

Color Harmonies of #AA3173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3173

Black with #AA3173

Text Example


Text Example

White with #AA3173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3173; }

 p { color: rgb(170,49,115); }

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

background-color css

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

 a { background-color: rgb(170,49,115); }

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

border-color css

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

 span { border-color: rgb(170,49,115); }

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