#AB1488

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

Shades of Medium Violet Red #AB1488

Tints of Medium Violet Red #AB1488

Color information

#AB1488 (or 0xAB1488) is unknown color: approx Medium Violet Red. HEX triplet: AB, 14 and 88. RGB value is (171,20,136). Sum of RGB (Red+Green+Blue) = 171+20+136=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 20 (8.20% from 255 or 6.12% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1488 is #54EB77. Grayscale: #4E4E4E. Windows color (decimal): -5565304 or 8918187. OLE color: 8918187.

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

Color convert

RGB17120136-
CMYK00.880.200.33
HSL313.91º79.06%37.45%-
HSV(B)313.91º88.3%67.06%-
XYZ21.4910.9424.27-
YUV78.37160.53194.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.29%
GREEN value IS 20 (8.20% from 255) = 6.12%
BLUE value IS 136 (53.52% from 255) = 41.59%
R=52.29%
G=6.12%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712013600.880.200.33313.9179.0637.45
HexAB1488058142113a4f25
Octal253242100130244147211745
Binary10101011101001000100001011000101001000011001110101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1488; }

 p { color: rgb(171,20,136); }

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

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

 a { background-color: rgb(171,20,136); }

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

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

 span { border-color: rgb(171,20,136); }

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