#AB188E

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

Shades of Medium Violet Red #AB188E

Tints of Medium Violet Red #AB188E

Color information

#AB188E (or 0xAB188E) is unknown color: approx Medium Violet Red. HEX triplet: AB, 18 and 8E. RGB value is (171,24,142). Sum of RGB (Red+Green+Blue) = 171+24+142=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 24 (9.77% from 255 or 7.12% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB188E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB188E is #54E771. Grayscale: #515151. Windows color (decimal): -5564274 or 9312427. OLE color: 9312427.

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

Color convert

RGB17124142-
CMYK00.860.170.33
HSL311.84º75.38%38.24%-
HSV(B)311.84º85.96%67.06%-
XYZ2211.2626.61-
YUV81.4162.2191.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.74%
GREEN value IS 24 (9.77% from 255) = 7.12%
BLUE value IS 142 (55.86% from 255) = 42.14%
R=50.74%
G=7.12%
B=42.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712414200.860.170.33311.8475.3838.24
HexAB188E05611211384b26
Octal253302160126214147011346
Binary10101011110001000111001010110100011000011001110001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB188E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB188E; }

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

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

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

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

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

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

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

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