#AC2B88

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

Shades of Medium Red Violet #AC2B88

Tints of Medium Red Violet #AC2B88

Color information

#AC2B88 (or 0xAC2B88) is unknown color: approx Medium Red Violet. HEX triplet: AC, 2B and 88. RGB value is (172,43,136). Sum of RGB (Red+Green+Blue) = 172+43+136=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2B88 is #53D477. Grayscale: #5B5B5B. Windows color (decimal): -5493880 or 8924076. OLE color: 8924076.

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

Color convert

RGB17243136-
CMYK00.750.210.33
HSL316.74º60%42.16%-
HSV(B)316.74º75%67.45%-
XYZ22.3212.2824.49-
YUV92.17152.74184.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 43 (17.19% from 255) = 12.25%
BLUE value IS 136 (53.52% from 255) = 38.75%
R=49.00%
G=12.25%
B=38.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724313600.750.210.33316.746042.16
HexAC2B8804B152113d3c2a
Octal25453210011325414757452
Binary10101100101011100010000100101110101100001100111101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2B88; }

 p { color: rgb(172,43,136); }

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

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

 a { background-color: rgb(172,43,136); }

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

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

 span { border-color: rgb(172,43,136); }

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