#AB1481

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

Shades of Medium Violet Red #AB1481

Tints of Medium Violet Red #AB1481

Color information

#AB1481 (or 0xAB1481) is unknown color: approx Medium Violet Red. HEX triplet: AB, 14 and 81. RGB value is (171,20,129). Sum of RGB (Red+Green+Blue) = 171+20+129=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 20 (8.20% from 255 or 6.25% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1481 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1481 is #54EB7E. Grayscale: #4D4D4D. Windows color (decimal): -5565311 or 8459435. OLE color: 8459435.

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

Color convert

RGB17120129-
CMYK00.880.250.33
HSL316.69º79.06%37.45%-
HSV(B)316.69º88.3%67.06%-
XYZ21.0110.7421.74-
YUV77.58157.03194.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.44%
GREEN value IS 20 (8.20% from 255) = 6.25%
BLUE value IS 129 (50.78% from 255) = 40.31%
R=53.44%
G=6.25%
B=40.31%

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
Decimal1712012900.880.250.33316.6979.0637.45
HexAB1481058192113d4f25
Octal253242010130314147511745
Binary10101011101001000000101011000110011000011001111011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1481; }

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

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

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

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

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

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

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

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