#AA1191

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

Shades of Medium Violet Red #AA1191

Tints of Medium Violet Red #AA1191

Color information

#AA1191 (or 0xAA1191) is unknown color: approx Medium Violet Red. HEX triplet: AA, 11 and 91. RGB value is (170,17,145). Sum of RGB (Red+Green+Blue) = 170+17+145=332 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.20% from 332); Green value is 17 (7.03% from 255 or 5.12% from 332); Blue value is 145 (57.03% from 255 or 43.67% from 332); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1191 is #55EE6E. Grayscale: #4C4C4C. Windows color (decimal): -5631599 or 9507242. OLE color: 9507242.

HSL color Cylindrical-coordinate representation of color #AA1191: hue angle of 309.8º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AA1191 is Cyan = 0, Magento = 0.9, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB17017145-
CMYK00.90.150.33
HSL309.8º81.82%36.67%-
HSV(B)309.8º90%66.67%-
XYZ21.8910.9927.76-
YUV77.34166.19194.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.20%
GREEN value IS 17 (7.03% from 255) = 5.12%
BLUE value IS 145 (57.03% from 255) = 43.67%
R=51.20%
G=5.12%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701714500.90.150.33309.881.8236.67
HexAA119105AF211365225
Octal252212210132174146612245
Binary1010101010001100100010101101011111000011001101101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1191; }

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

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

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

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

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

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

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

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