#AB157B

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

Shades of Medium Violet Red #AB157B

Tints of Medium Violet Red #AB157B

Color information

#AB157B (or 0xAB157B) is unknown color: approx Medium Violet Red. HEX triplet: AB, 15 and 7B. RGB value is (171,21,123). Sum of RGB (Red+Green+Blue) = 171+21+123=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 21 (8.59% from 255 or 6.67% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB157B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AB157B is #54EA84. Grayscale: #4D4D4D. Windows color (decimal): -5565061 or 8066475. OLE color: 8066475.

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

Color convert

RGB17121123-
CMYK00.880.280.33
HSL319.2º78.12%37.65%-
HSV(B)319.2º87.72%67.06%-
XYZ20.6410.6219.7-
YUV77.48153.7194.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 54.29%
GREEN value IS 21 (8.59% from 255) = 6.67%
BLUE value IS 123 (48.44% from 255) = 39.05%
R=54.29%
G=6.67%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712112300.880.280.33319.278.1237.65
HexAB157B0581C2113f4e26
Octal253251730130344147711646
Binary1010101110101111101101011000111001000011001111111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB157B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB157B; }

 p { color: rgb(171,21,123); }

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

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

 a { background-color: rgb(171,21,123); }

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

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

 span { border-color: rgb(171,21,123); }

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