#AB218E

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

Shades of Medium Red Violet #AB218E

Tints of Medium Red Violet #AB218E

Color information

#AB218E (or 0xAB218E) is unknown color: approx Medium Red Violet. HEX triplet: AB, 21 and 8E. RGB value is (171,33,142). Sum of RGB (Red+Green+Blue) = 171+33+142=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 33 (13.28% from 255 or 9.54% from 346); Blue value is 142 (55.86% from 255 or 41.04% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB218E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB218E is #54DE71. Grayscale: #565656. Windows color (decimal): -5561970 or 9314731. OLE color: 9314731.

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

Color convert

RGB17133142-
CMYK00.810.170.33
HSL312.61º67.65%40%-
HSV(B)312.61º80.7%67.06%-
XYZ22.2211.726.68-
YUV86.69159.22188.14-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.42%
GREEN value IS 33 (13.28% from 255) = 9.54%
BLUE value IS 142 (55.86% from 255) = 41.04%
R=49.42%
G=9.54%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713314200.810.170.33312.6167.6540
HexAB218E05111211394428
Octal253412160121214147110450
Binary101010111000011000111001010001100011000011001110011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB218E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB218E; }

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

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

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

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

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

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

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

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