#AA1190

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

Shades of Medium Violet Red #AA1190

Tints of Medium Violet Red #AA1190

Color information

#AA1190 (or 0xAA1190) is unknown color: approx Medium Violet Red. HEX triplet: AA, 11 and 90. RGB value is (170,17,144). Sum of RGB (Red+Green+Blue) = 170+17+144=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 17 (7.03% from 255 or 5.14% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1190 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1190 is #55EE6F. Grayscale: #4C4C4C. Windows color (decimal): -5631600 or 9441706. OLE color: 9441706.

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

Color convert

RGB17017144-
CMYK00.90.150.33
HSL310.2º81.82%36.67%-
HSV(B)310.2º90%66.67%-
XYZ21.8110.9627.35-
YUV77.22165.69194.17-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 17 (7.03% from 255) = 5.14%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=51.36%
G=5.14%
B=43.50%

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
Decimal1701714400.90.150.33310.281.8236.67
HexAA119005AF211365225
Octal252212200132174146612245
Binary1010101010001100100000101101011111000011001101101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1190; }

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

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

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

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

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

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

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

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