#AB1182

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

Shades of Medium Violet Red #AB1182

Tints of Medium Violet Red #AB1182

Color information

#AB1182 (or 0xAB1182) is unknown color: approx Medium Violet Red. HEX triplet: AB, 11 and 82. RGB value is (171,17,130). Sum of RGB (Red+Green+Blue) = 171+17+130=318 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.77% from 318); Green value is 17 (7.03% from 255 or 5.35% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1182 is #54EE7D. Grayscale: #4B4B4B. Windows color (decimal): -5566078 or 8524203. OLE color: 8524203.

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

Color convert

RGB17117130-
CMYK00.900.240.33
HSL315.97º81.91%36.86%-
HSV(B)315.97º90.06%67.06%-
XYZ21.0210.6722.07-
YUV75.93158.52195.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.77%
GREEN value IS 17 (7.03% from 255) = 5.35%
BLUE value IS 130 (51.17% from 255) = 40.88%
R=53.77%
G=5.35%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711713000.900.240.33315.9781.9136.86
HexAB118205A182113c5225
Octal253212020132304147412245
Binary10101011100011000001001011010110001000011001111001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1182; }

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

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

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

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

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

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

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

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