#AB188C

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

Shades of Medium Violet Red #AB188C

Tints of Medium Violet Red #AB188C

Color information

#AB188C (or 0xAB188C) is unknown color: approx Medium Violet Red. HEX triplet: AB, 18 and 8C. RGB value is (171,24,140). Sum of RGB (Red+Green+Blue) = 171+24+140=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 140 (55.08% from 255 or 41.79% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB188C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB188C is #54E773. Grayscale: #505050. Windows color (decimal): -5564276 or 9181355. OLE color: 9181355.

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

Color convert

RGB17124140-
CMYK00.860.180.33
HSL312.65º75.38%38.24%-
HSV(B)312.65º85.96%67.06%-
XYZ21.8511.225.82-
YUV81.18161.2192.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.04%
GREEN value IS 24 (9.77% from 255) = 7.16%
BLUE value IS 140 (55.08% from 255) = 41.79%
R=51.04%
G=7.16%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712414000.860.180.33312.6575.3838.24
HexAB188C05612211394b26
Octal253302140126224147111346
Binary10101011110001000110001010110100101000011001110011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB188C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB188C; }

 p { color: rgb(171,24,140); }

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

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

 a { background-color: rgb(171,24,140); }

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

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

 span { border-color: rgb(171,24,140); }

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