Html Css Color HEX #AA337D Medium Red Violet

📋 copy color: '#AA337D'

red 170 ◦ green 51 ◦ blue 125

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

Shades of Medium Red Violet #AA337D

Tints of Medium Red Violet #AA337D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.13%

R = 49.13%
G = 14.74%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA337D (or 0xAA337D) is known color: Medium Red Violet. HEX triplet: AA, 33 and 7D. RGB value is (170,51,125). Sum of RGB (Red+Green+Blue) = 170+51+125=346 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.13% from 346); Green value is 51 (20.31% from 255 or 14.74% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 170 - color contains mainly: red. Hex color #AA337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA337D is #55CC82. Grayscale: #5E5E5E. Windows color (decimal): -5622915 or 8205226. OLE color: 8205226.

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

Color convert

RGB 170 51 125 -
CMYK 0 0.7 0.26 0.33
HSL 322.69º 0.54% 0.43% -
HSV(B) 322.69º 0.7% 0.67% -
XYZ 21.46 12.39 20.66 -
YUV 95.02 144.92 181.48 -
System Red Green Blue C M Y K H S L
Decimal 170 51 125 0 0.7 0.26 0.33 322.69 0.54 0.43
Hex AA 33 7D 0 46 1A 21 143 36 2B
Octal 252 63 175 0 106 32 41 503 66 53
Binary 10101010 110011 1111101 0 1000110 11010 100001 101000011 110110 101011

Color Harmonies of #AA337D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA337D

Black with #AA337D

Text Example


Text Example

White with #AA337D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA337D; }

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

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

background-color css

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

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

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

border-color css

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

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

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