#AA1192

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

Shades of Medium Violet Red #AA1192

Tints of Medium Violet Red #AA1192

Color information

#AA1192 (or 0xAA1192) is unknown color: approx Medium Violet Red. HEX triplet: AA, 11 and 92. RGB value is (170,17,146). Sum of RGB (Red+Green+Blue) = 170+17+146=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA1192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AA1192 is #55EE6D. Grayscale: #4D4D4D. Windows color (decimal): -5631598 or 9572778. OLE color: 9572778.

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

Color convert

RGB17017146-
CMYK00.90.140.33
HSL309.41º81.82%36.67%-
HSV(B)309.41º90%66.67%-
XYZ21.9711.0228.16-
YUV77.45166.69194.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 17 (7.03% from 255) = 5.11%
BLUE value IS 146 (57.42% from 255) = 43.84%
R=51.05%
G=5.11%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1701714600.90.140.33309.4181.8236.67
HexAA119205AE211355225
Octal252212220132164146512245
Binary1010101010001100100100101101011101000011001101011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA1192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA1192; }

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

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

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

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

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

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

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

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