#AA1C91

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

Shades of Medium Violet Red #AA1C91

Tints of Medium Violet Red #AA1C91

Color information

#AA1C91 (or 0xAA1C91) is unknown color: approx Medium Violet Red. HEX triplet: AA, 1C and 91. RGB value is (170,28,145). Sum of RGB (Red+Green+Blue) = 170+28+145=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA1C91 is #55E36E. Grayscale: #535353. Windows color (decimal): -5628783 or 9510058. OLE color: 9510058.

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

Color convert

RGB17028145-
CMYK00.840.150.33
HSL310.56º71.72%38.82%-
HSV(B)310.56º83.53%66.67%-
XYZ22.111.4227.83-
YUV83.8162.54189.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 28 (11.33% from 255) = 8.16%
BLUE value IS 145 (57.03% from 255) = 42.27%
R=49.56%
G=8.16%
B=42.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1702814500.840.150.33310.5671.7238.82
HexAA1C91054F211374827
Octal252342210124174146711047
Binary1010101011100100100010101010011111000011001101111001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1C91; }

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

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

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

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

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

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

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

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