#AA3374

Color #AA3374 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AA3374

Tints of Medium Red Violet #AA3374

Color information

#AA3374 (or 0xAA3374) is unknown color: approx Medium Red Violet. HEX triplet: AA, 33 and 74. RGB value is (170,51,116). Sum of RGB (Red+Green+Blue) = 170+51+116=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3374 is #55CC8B. Grayscale: #5D5D5D. Windows color (decimal): -5622924 or 7615402. OLE color: 7615402.

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

Color convert

RGB17051116-
CMYK00.70.320.33
HSL327.23º53.85%43.33%-
HSV(B)327.23º70%66.67%-
XYZ20.9112.1717.77-
YUV93.99140.42182.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.45%
GREEN value IS 51 (20.31% from 255) = 15.13%
BLUE value IS 116 (45.70% from 255) = 34.42%
R=50.45%
G=15.13%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705111600.70.320.33327.2353.8543.33
HexAA33740462021147362b
Octal25263164010640415076653
Binary10101010110011111010001000110100000100001101000111110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3374; }

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

 H1.HeaderClassName
 {
   color: #AA3374;
 }
 .AnyTagClassName
 {
   color: #AA3374;
 }
</style>
background-color css

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

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

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

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

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

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