#AB1B84

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

Shades of Medium Violet Red #AB1B84

Tints of Medium Violet Red #AB1B84

Color information

#AB1B84 (or 0xAB1B84) is unknown color: approx Medium Violet Red. HEX triplet: AB, 1B and 84. RGB value is (171,27,132). Sum of RGB (Red+Green+Blue) = 171+27+132=330 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.82% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 132 (51.95% from 255 or 40% from 330); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1B84 is #54E47B. Grayscale: #515151. Windows color (decimal): -5563516 or 8657835. OLE color: 8657835.

HSL color Cylindrical-coordinate representation of color #AB1B84: hue angle of 316.25º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1B84 is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB17127132-
CMYK00.840.230.33
HSL316.25º72.73%38.82%-
HSV(B)316.25º84.21%67.06%-
XYZ21.3511.1122.85-
YUV82.03156.21191.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.82%
GREEN value IS 27 (10.94% from 255) = 8.18%
BLUE value IS 132 (51.95% from 255) = 40%
R=51.82%
G=8.18%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712713200.840.230.33316.2572.7338.82
HexAB1B84054172113c4927
Octal253332040124274147411147
Binary10101011110111000010001010100101111000011001111001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1B84; }

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

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

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

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

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

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

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

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