Html Css Color HEX #AA3576 Medium Red Violet

📋 copy color: '#AA3576'

red 170 ◦ green 53 ◦ blue 118

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

Shades of Medium Red Violet #AA3576

Tints of Medium Red Violet #AA3576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.54%

 BLUE value IS 118 (46.48% from 255) = 34.6%

R = 49.85%
G = 15.54%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA3576 (or 0xAA3576) is known color: Medium Red Violet. HEX triplet: AA, 35 and 76. RGB value is (170,53,118). Sum of RGB (Red+Green+Blue) = 170+53+118=341 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.85% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3576 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3576 is #55CA89. Grayscale: #5F5F5F. Windows color (decimal): -5622410 or 7746986. OLE color: 7746986.

HSL color Cylindrical-coordinate representation of color #AA3576: hue angle of 326.67º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA3576 is Cyan = 0, Magento = 0.69, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 53 118 -
CMYK 0 0.69 0.31 0.33
HSL 326.67º 0.52% 0.44% -
HSV(B) 326.67º 0.69% 0.67% -
XYZ 21.12 12.4 18.42 -
YUV 95.39 140.76 181.21 -
System Red Green Blue C M Y K H S L
Decimal 170 53 118 0 0.69 0.31 0.33 326.67 0.52 0.44
Hex AA 35 76 0 45 1F 21 147 34 2C
Octal 252 65 166 0 105 37 41 507 64 54
Binary 10101010 110101 1110110 0 1000101 11111 100001 101000111 110100 101100

Color Harmonies of #AA3576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3576

Black with #AA3576

Text Example


Text Example

White with #AA3576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3576; }

 p { color: rgb(170,53,118); }

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

background-color css

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

 a { background-color: rgb(170,53,118); }

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

border-color css

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

 span { border-color: rgb(170,53,118); }

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