#AB1480

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

Shades of Medium Violet Red #AB1480

Tints of Medium Violet Red #AB1480

Color information

#AB1480 (or 0xAB1480) is unknown color: approx Medium Violet Red. HEX triplet: AB, 14 and 80. RGB value is (171,20,128). Sum of RGB (Red+Green+Blue) = 171+20+128=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 20 (8.20% from 255 or 6.27% from 319); Blue value is 128 (50.39% from 255 or 40.13% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1480 is #54EB7F. Grayscale: #4D4D4D. Windows color (decimal): -5565312 or 8393899. OLE color: 8393899.

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

Color convert

RGB17120128-
CMYK00.880.250.33
HSL317.09º79.06%37.45%-
HSV(B)317.09º88.3%67.06%-
XYZ20.9410.7221.39-
YUV77.46156.53194.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.61%
GREEN value IS 20 (8.20% from 255) = 6.27%
BLUE value IS 128 (50.39% from 255) = 40.13%
R=53.61%
G=6.27%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712012800.880.250.33317.0979.0637.45
HexAB1480058192113d4f25
Octal253242000130314147511745
Binary10101011101001000000001011000110011000011001111011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1480; }

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

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

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

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

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

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

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

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