#aa1c79

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

Shades of Medium Red Violet #AA1C79

Tints of Medium Red Violet #AA1C79

Color information

#AA1C79 (or 0xAA1C79) is unknown color: approx Medium Red Violet. HEX triplet: AA, 1C and 79. RGB value is (170,28,121). Sum of RGB (Red+Green+Blue) = 170+28+121=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 28 (11.33% from 255 or 8.78% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA1C79 is #55E386. Grayscale: #505050. Windows color (decimal): -5628807 or 7937194. OLE color: 7937194.

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

Color convert

RGB17028121-
CMYK00.840.290.33
HSL320.7º71.72%38.82%-
HSV(B)320.7º83.53%66.67%-
XYZ20.4410.7619.09-
YUV81.06150.54191.44-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.29%
GREEN value IS 28 (11.33% from 255) = 8.78%
BLUE value IS 121 (47.66% from 255) = 37.93%
R=53.29%
G=8.78%
B=37.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702812100.840.290.33320.771.7238.82
HexAA1C790541D211414827
Octal252341710124354150111047
Binary1010101011100111100101010100111011000011010000011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa1c79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa1c79; }

 p { color: rgb(170,28,121); }

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

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

 a { background-color: rgb(170,28,121); }

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

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

 span { border-color: rgb(170,28,121); }

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