#AB188A

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

Shades of Medium Violet Red #AB188A

Tints of Medium Violet Red #AB188A

Color information

#AB188A (or 0xAB188A) is unknown color: approx Medium Violet Red. HEX triplet: AB, 18 and 8A. RGB value is (171,24,138). Sum of RGB (Red+Green+Blue) = 171+24+138=333 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.35% from 333); Green value is 24 (9.77% from 255 or 7.21% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 171 - color contains mainly: red. Hex color #AB188A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB188A is #54E775. Grayscale: #505050. Windows color (decimal): -5564278 or 9050283. OLE color: 9050283.

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

Color convert

RGB17124138-
CMYK00.860.190.33
HSL313.47º75.38%38.24%-
HSV(B)313.47º85.96%67.06%-
XYZ21.7111.1525.05-
YUV80.95160.2192.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 51.35%
GREEN value IS 24 (9.77% from 255) = 7.21%
BLUE value IS 138 (54.30% from 255) = 41.44%
R=51.35%
G=7.21%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1712413800.860.190.33313.4775.3838.24
HexAB188A05613211394b26
Octal253302120126234147111346
Binary10101011110001000101001010110100111000011001110011001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB188A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB188A; }

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

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

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

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

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

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

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

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