#AB1484

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

Shades of Medium Violet Red #AB1484

Tints of Medium Violet Red #AB1484

Color information

#AB1484 (or 0xAB1484) is unknown color: approx Medium Violet Red. HEX triplet: AB, 14 and 84. RGB value is (171,20,132). Sum of RGB (Red+Green+Blue) = 171+20+132=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 20 (8.20% from 255 or 6.19% from 323); Blue value is 132 (51.95% from 255 or 40.87% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1484 is #54EB7B. Grayscale: #4D4D4D. Windows color (decimal): -5565308 or 8656043. OLE color: 8656043.

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

Color convert

RGB17120132-
CMYK00.880.230.33
HSL315.5º79.06%37.45%-
HSV(B)315.5º88.3%67.06%-
XYZ21.2110.8222.8-
YUV77.92158.53194.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.94%
GREEN value IS 20 (8.20% from 255) = 6.19%
BLUE value IS 132 (51.95% from 255) = 40.87%
R=52.94%
G=6.19%
B=40.87%

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
Decimal1712013200.880.230.33315.579.0637.45
HexAB1484058172113b4f25
Octal253242040130274147311745
Binary10101011101001000010001011000101111000011001110111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1484; }

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

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

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

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

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

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

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

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