Html Css Color HEX #AA3379 Medium Red Violet

📋 copy color: '#AA3379'

red 170 ◦ green 51 ◦ blue 121

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

Shades of Medium Red Violet #AA3379

Tints of Medium Red Violet #AA3379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.91%

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

R = 49.71%
G = 14.91%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AA3379 (or 0xAA3379) is known color: Medium Red Violet. HEX triplet: AA, 33 and 79. RGB value is (170,51,121). Sum of RGB (Red+Green+Blue) = 170+51+121=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 51 (20.31% from 255 or 14.91% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3379 is #55CC86. Grayscale: #5E5E5E. Windows color (decimal): -5622919 or 7943082. OLE color: 7943082.

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

Color convert

RGB 170 51 121 -
CMYK 0 0.7 0.29 0.33
HSL 324.71º 0.54% 0.43% -
HSV(B) 324.71º 0.7% 0.67% -
XYZ 21.21 12.29 19.34 -
YUV 94.56 142.92 181.81 -
System Red Green Blue C M Y K H S L
Decimal 170 51 121 0 0.7 0.29 0.33 324.71 0.54 0.43
Hex AA 33 79 0 46 1D 21 145 36 2B
Octal 252 63 171 0 106 35 41 505 66 53
Binary 10101010 110011 1111001 0 1000110 11101 100001 101000101 110110 101011

Color Harmonies of #AA3379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3379

Black with #AA3379

Text Example


Text Example

White with #AA3379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3379; }

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

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

background-color css

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

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

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

border-color css

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

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

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