Html Css Color HEX #AA337C Medium Red Violet

📋 copy color: '#AA337C'

red 170 ◦ green 51 ◦ blue 124

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

Shades of Medium Red Violet #AA337C

Tints of Medium Red Violet #AA337C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.94%

R = 49.28%
G = 14.78%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA337C (or 0xAA337C) is known color: Medium Red Violet. HEX triplet: AA, 33 and 7C. RGB value is (170,51,124). Sum of RGB (Red+Green+Blue) = 170+51+124=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA337C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA337C is #55CC83. Grayscale: #5E5E5E. Windows color (decimal): -5622916 or 8139690. OLE color: 8139690.

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

Color convert

RGB 170 51 124 -
CMYK 0 0.7 0.27 0.33
HSL 323.19º 0.54% 0.43% -
HSV(B) 323.19º 0.7% 0.67% -
XYZ 21.4 12.37 20.33 -
YUV 94.9 144.42 181.56 -
System Red Green Blue C M Y K H S L
Decimal 170 51 124 0 0.7 0.27 0.33 323.19 0.54 0.43
Hex AA 33 7C 0 46 1B 21 143 36 2B
Octal 252 63 174 0 106 33 41 503 66 53
Binary 10101010 110011 1111100 0 1000110 11011 100001 101000011 110110 101011

Color Harmonies of #AA337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA337C

Black with #AA337C

Text Example


Text Example

White with #AA337C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA337C; }

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

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

background-color css

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

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

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

border-color css

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

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

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