#AB1E8A

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

Shades of Medium Red Violet #AB1E8A

Tints of Medium Red Violet #AB1E8A

Color information

#AB1E8A (or 0xAB1E8A) is unknown color: approx Medium Red Violet. HEX triplet: AB, 1E and 8A. RGB value is (171,30,138). Sum of RGB (Red+Green+Blue) = 171+30+138=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 30 (12.11% from 255 or 8.85% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1E8A is #54E175. Grayscale: #545454. Windows color (decimal): -5562742 or 9051819. OLE color: 9051819.

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

Color convert

RGB17130138-
CMYK00.820.190.33
HSL314.04º70.15%39.41%-
HSV(B)314.04º82.46%67.06%-
XYZ21.8511.4225.1-
YUV84.47158.21189.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.44%
GREEN value IS 30 (12.11% from 255) = 8.85%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=50.44%
G=8.85%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713013800.820.190.33314.0470.1539.41
HexAB1E8A052132113a4627
Octal253362120122234147210647
Binary10101011111101000101001010010100111000011001110101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1E8A; }

 p { color: rgb(171,30,138); }

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

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

 a { background-color: rgb(171,30,138); }

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

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

 span { border-color: rgb(171,30,138); }

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