#AB188D

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

Shades of Medium Violet Red #AB188D

Tints of Medium Violet Red #AB188D

Color information

#AB188D (or 0xAB188D) is unknown color: approx Medium Violet Red. HEX triplet: AB, 18 and 8D. RGB value is (171,24,141). Sum of RGB (Red+Green+Blue) = 171+24+141=336 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.89% from 336); Green value is 24 (9.77% from 255 or 7.14% from 336); Blue value is 141 (55.47% from 255 or 41.96% from 336); Max value from RGB is 171 - color contains mainly: red. Hex color #AB188D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB188D is #54E772. Grayscale: #505050. Windows color (decimal): -5564275 or 9246891. OLE color: 9246891.

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

Color convert

RGB17124141-
CMYK00.860.180.33
HSL312.24º75.38%38.24%-
HSV(B)312.24º85.96%67.06%-
XYZ21.9311.2326.21-
YUV81.29161.7191.99-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.89%
GREEN value IS 24 (9.77% from 255) = 7.14%
BLUE value IS 141 (55.47% from 255) = 41.96%
R=50.89%
G=7.14%
B=41.96%

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
Decimal1712414100.860.180.33312.2475.3838.24
HexAB188D05612211384b26
Octal253302150126224147011346
Binary10101011110001000110101010110100101000011001110001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB188D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB188D; }

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

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

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

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

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

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

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

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