#AB127A

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

Shades of Medium Violet Red #AB127A

Tints of Medium Violet Red #AB127A

Color information

#AB127A (or 0xAB127A) is unknown color: approx Medium Violet Red. HEX triplet: AB, 12 and 7A. RGB value is (171,18,122). Sum of RGB (Red+Green+Blue) = 171+18+122=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 18 (7.42% from 255 or 5.79% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB127A is #54ED85. Grayscale: #4B4B4B. Windows color (decimal): -5565830 or 8000171. OLE color: 8000171.

HSL color Cylindrical-coordinate representation of color #AB127A: hue angle of 319.22º 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 #AB127A is Cyan = 0, Magento = 0.89, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB17118122-
CMYK00.890.290.33
HSL319.22º80.95%37.06%-
HSV(B)319.22º89.47%67.06%-
XYZ20.5210.519.36-
YUV75.6154.19196.04-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.98%
GREEN value IS 18 (7.42% from 255) = 5.79%
BLUE value IS 122 (48.05% from 255) = 39.23%
R=54.98%
G=5.79%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711812200.890.290.33319.2280.9537.06
HexAB127A0591D2113f5125
Octal253221720131354147712145
Binary1010101110010111101001011001111011000011001111111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB127A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB127A; }

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

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

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

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

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

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

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

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