#ab2e8e

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

Shades of Medium Red Violet #AB2E8E

Tints of Medium Red Violet #AB2E8E

Color information

#AB2E8E (or 0xAB2E8E) is unknown color: approx Medium Red Violet. HEX triplet: AB, 2E and 8E. RGB value is (171,46,142). Sum of RGB (Red+Green+Blue) = 171+46+142=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 46 (18.36% from 255 or 12.81% from 359); Blue value is 142 (55.86% from 255 or 39.55% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2E8E is #54D171. Grayscale: #5E5E5E. Windows color (decimal): -5558642 or 9318059. OLE color: 9318059.

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

Color convert

RGB17146142-
CMYK00.730.170.33
HSL313.92º57.6%42.55%-
HSV(B)313.92º73.1%67.06%-
XYZ22.6512.5626.82-
YUV94.32154.91182.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.63%
GREEN value IS 46 (18.36% from 255) = 12.81%
BLUE value IS 142 (55.86% from 255) = 39.55%
R=47.63%
G=12.81%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1714614200.730.170.33313.9257.642.55
HexAB2E8E049112113a3a2b
Octal25356216011121414727253
Binary10101011101110100011100100100110001100001100111010111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab2e8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab2e8e; }

 p { color: rgb(171,46,142); }

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

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

 a { background-color: rgb(171,46,142); }

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

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

 span { border-color: rgb(171,46,142); }

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