#AB1993

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

Shades of Medium Violet Red #AB1993

Tints of Medium Violet Red #AB1993

Color information

#AB1993 (or 0xAB1993) is unknown color: approx Medium Violet Red. HEX triplet: AB, 19 and 93. RGB value is (171,25,147). Sum of RGB (Red+Green+Blue) = 171+25+147=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 25 (10.16% from 255 or 7.29% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1993 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1993 is #54E66C. Grayscale: #525252. Windows color (decimal): -5564013 or 9640363. OLE color: 9640363.

HSL color Cylindrical-coordinate representation of color #AB1993: hue angle of 309.86º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1993 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB17125147-
CMYK00.850.140.33
HSL309.86º74.49%38.43%-
HSV(B)309.86º85.38%67.06%-
XYZ22.4111.4628.63-
YUV82.56164.37191.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.85%
GREEN value IS 25 (10.16% from 255) = 7.29%
BLUE value IS 147 (57.81% from 255) = 42.86%
R=49.85%
G=7.29%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712514700.850.140.33309.8674.4938.43
HexAB1993055E211364a26
Octal253312230125164146611246
Binary1010101111001100100110101010111101000011001101101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB1993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB1993; }

 p { color: rgb(171,25,147); }

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

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

 a { background-color: rgb(171,25,147); }

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

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

 span { border-color: rgb(171,25,147); }

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