#AB1483

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

Shades of Medium Violet Red #AB1483

Tints of Medium Violet Red #AB1483

Color information

#AB1483 (or 0xAB1483) is unknown color: approx Medium Violet Red. HEX triplet: AB, 14 and 83. RGB value is (171,20,131). Sum of RGB (Red+Green+Blue) = 171+20+131=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 20 (8.20% from 255 or 6.21% from 322); Blue value is 131 (51.56% from 255 or 40.68% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1483 is #54EB7C. Grayscale: #4D4D4D. Windows color (decimal): -5565309 or 8590507. OLE color: 8590507.

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

Color convert

RGB17120131-
CMYK00.880.230.33
HSL315.89º79.06%37.45%-
HSV(B)315.89º88.3%67.06%-
XYZ21.1410.822.44-
YUV77.8158.03194.47-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.11%
GREEN value IS 20 (8.20% from 255) = 6.21%
BLUE value IS 131 (51.56% from 255) = 40.68%
R=53.11%
G=6.21%
B=40.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712013100.880.230.33315.8979.0637.45
HexAB1483058172113c4f25
Octal253242030130274147411745
Binary10101011101001000001101011000101111000011001111001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1483; }

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

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

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

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

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

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

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

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