#AB2B84

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

Shades of Medium Red Violet #AB2B84

Tints of Medium Red Violet #AB2B84

Color information

#AB2B84 (or 0xAB2B84) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2B and 84. RGB value is (171,43,132). Sum of RGB (Red+Green+Blue) = 171+43+132=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2B84 is #54D47B. Grayscale: #5B5B5B. Windows color (decimal): -5559420 or 8661931. OLE color: 8661931.

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

Color convert

RGB17143132-
CMYK00.750.230.33
HSL318.28º59.81%41.96%-
HSV(B)318.28º74.85%67.06%-
XYZ21.8212.0523.01-
YUV91.42150.91184.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.42%
GREEN value IS 43 (17.19% from 255) = 12.43%
BLUE value IS 132 (51.95% from 255) = 38.15%
R=49.42%
G=12.43%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714313200.750.230.33318.2859.8141.96
HexAB2B8404B172113e3c2a
Octal25353204011327414767452
Binary10101011101011100001000100101110111100001100111110111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2B84; }

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

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

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

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

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

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

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

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