#AB2188

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

Shades of Medium Red Violet #AB2188

Tints of Medium Red Violet #AB2188

Color information

#AB2188 (or 0xAB2188) is unknown color: approx Medium Red Violet. HEX triplet: AB, 21 and 88. RGB value is (171,33,136). Sum of RGB (Red+Green+Blue) = 171+33+136=340 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.29% from 340); Green value is 33 (13.28% from 255 or 9.71% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2188 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2188 is #54DE77. Grayscale: #555555. Windows color (decimal): -5561976 or 8921515. OLE color: 8921515.

HSL color Cylindrical-coordinate representation of color #AB2188: hue angle of 315.22º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2188 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB17133136-
CMYK00.810.200.33
HSL315.22º67.65%40%-
HSV(B)315.22º80.7%67.06%-
XYZ21.7811.5224.37-
YUV86156.22188.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 50.29%
GREEN value IS 33 (13.28% from 255) = 9.71%
BLUE value IS 136 (53.52% from 255) = 40%
R=50.29%
G=9.71%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1713313600.810.200.33315.2267.6540
HexAB2188051142113b4428
Octal253412100121244147310450
Binary101010111000011000100001010001101001000011001110111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2188; }

 p { color: rgb(171,33,136); }

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

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

 a { background-color: rgb(171,33,136); }

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

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

 span { border-color: rgb(171,33,136); }

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