Html Css Color HEX #AA337A Medium Red Violet

📋 copy color: '#AA337A'

red 170 ◦ green 51 ◦ blue 122

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

Shades of Medium Red Violet #AA337A

Tints of Medium Red Violet #AA337A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.57%

R = 49.56%
G = 14.87%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA337A (or 0xAA337A) is known color: Medium Red Violet. HEX triplet: AA, 33 and 7A. RGB value is (170,51,122). Sum of RGB (Red+Green+Blue) = 170+51+122=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA337A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA337A is #55CC85. Grayscale: #5E5E5E. Windows color (decimal): -5622918 or 8008618. OLE color: 8008618.

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

Color convert

RGB 170 51 122 -
CMYK 0 0.7 0.28 0.33
HSL 324.2º 0.54% 0.43% -
HSV(B) 324.2º 0.7% 0.67% -
XYZ 21.27 12.32 19.67 -
YUV 94.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 170 51 122 0 0.7 0.28 0.33 324.2 0.54 0.43
Hex AA 33 7A 0 46 1C 21 144 36 2B
Octal 252 63 172 0 106 34 41 504 66 53
Binary 10101010 110011 1111010 0 1000110 11100 100001 101000100 110110 101011

Color Harmonies of #AA337A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA337A

Black with #AA337A

Text Example


Text Example

White with #AA337A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA337A; }

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

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

background-color css

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

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

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

border-color css

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

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

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