#AA3578

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

Shades of Medium Red Violet #AA3578

Tints of Medium Red Violet #AA3578

Color information

#AA3578 (or 0xAA3578) is unknown color: approx Medium Red Violet. HEX triplet: AA, 35 and 78. RGB value is (170,53,120). Sum of RGB (Red+Green+Blue) = 170+53+120=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 120 (47.27% from 255 or 34.99% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3578 is #55CA87. Grayscale: #5F5F5F. Windows color (decimal): -5622408 or 7878058. OLE color: 7878058.

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

Color convert

RGB17053120-
CMYK00.690.290.33
HSL325.64º52.47%43.73%-
HSV(B)325.64º68.82%66.67%-
XYZ21.2412.4519.05-
YUV95.62141.76181.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 53 (21.09% from 255) = 15.45%
BLUE value IS 120 (47.27% from 255) = 34.99%
R=49.56%
G=15.45%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705312000.690.290.33325.6452.4743.73
HexAA35780451D21146342c
Octal25265170010535415066454
Binary1010101011010111110000100010111101100001101000110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3578; }

 p { color: rgb(170,53,120); }

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

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

 a { background-color: rgb(170,53,120); }

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

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

 span { border-color: rgb(170,53,120); }

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