#AB1192

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

Shades of Medium Violet Red #AB1192

Tints of Medium Violet Red #AB1192

Color information

#AB1192 (or 0xAB1192) is unknown color: approx Medium Violet Red. HEX triplet: AB, 11 and 92. RGB value is (171,17,146). Sum of RGB (Red+Green+Blue) = 171+17+146=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 146 (57.42% from 255 or 43.71% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1192 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1192 is #54EE6D. Grayscale: #4D4D4D. Windows color (decimal): -5566062 or 9572779. OLE color: 9572779.

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

Color convert

RGB17117146-
CMYK00.900.150.33
HSL309.74º81.91%36.86%-
HSV(B)309.74º90.06%67.06%-
XYZ22.1811.1328.17-
YUV77.75166.52194.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.20%
GREEN value IS 17 (7.03% from 255) = 5.09%
BLUE value IS 146 (57.42% from 255) = 43.71%
R=51.20%
G=5.09%
B=43.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711714600.900.150.33309.7481.9136.86
HexAB119205AF211365225
Octal253212220132174146612245
Binary1010101110001100100100101101011111000011001101101010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1192; }

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

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

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

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

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

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

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

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