Html Css Color HEX #AA3579 Medium Red Violet

📋 copy color: '#AA3579'

red 170 ◦ green 53 ◦ blue 121

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

Shades of Medium Red Violet #AA3579

Tints of Medium Red Violet #AA3579

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 35.17%

R = 49.42%
G = 15.41%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA3579 (or 0xAA3579) is known color: Medium Red Violet. HEX triplet: AA, 35 and 79. RGB value is (170,53,121). Sum of RGB (Red+Green+Blue) = 170+53+121=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 121 (47.66% from 255 or 35.17% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3579 is #55CA86. Grayscale: #5F5F5F. Windows color (decimal): -5622407 or 7943594. OLE color: 7943594.

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

Color convert

RGB 170 53 121 -
CMYK 0 0.69 0.29 0.33
HSL 325.13º 0.52% 0.44% -
HSV(B) 325.13º 0.69% 0.67% -
XYZ 21.3 12.47 19.37 -
YUV 95.74 142.26 180.97 -
System Red Green Blue C M Y K H S L
Decimal 170 53 121 0 0.69 0.29 0.33 325.13 0.52 0.44
Hex AA 35 79 0 45 1D 21 145 34 2C
Octal 252 65 171 0 105 35 41 505 64 54
Binary 10101010 110101 1111001 0 1000101 11101 100001 101000101 110100 101100

Color Harmonies of #AA3579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3579

Black with #AA3579

Text Example


Text Example

White with #AA3579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3579; }

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

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

background-color css

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

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

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

border-color css

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

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

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