#AB127E

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

Shades of Medium Violet Red #AB127E

Tints of Medium Violet Red #AB127E

Color information

#AB127E (or 0xAB127E) is unknown color: approx Medium Violet Red. HEX triplet: AB, 12 and 7E. RGB value is (171,18,126). Sum of RGB (Red+Green+Blue) = 171+18+126=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 18 (7.42% from 255 or 5.71% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB127E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB127E is #54ED81. Grayscale: #4B4B4B. Windows color (decimal): -5565826 or 8262315. OLE color: 8262315.

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

Color convert

RGB17118126-
CMYK00.890.260.33
HSL317.65º80.95%37.06%-
HSV(B)317.65º89.47%67.06%-
XYZ20.7810.620.69-
YUV76.06156.19195.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.29%
GREEN value IS 18 (7.42% from 255) = 5.71%
BLUE value IS 126 (49.61% from 255) = 40%
R=54.29%
G=5.71%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711812600.890.260.33317.6580.9537.06
HexAB127E0591A2113e5125
Octal253221760131324147612145
Binary1010101110010111111001011001110101000011001111101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB127E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB127E; }

 p { color: rgb(171,18,126); }

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

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

 a { background-color: rgb(171,18,126); }

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

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

 span { border-color: rgb(171,18,126); }

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