#AC2B87

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

Shades of Medium Red Violet #AC2B87

Tints of Medium Red Violet #AC2B87

Color information

#AC2B87 (or 0xAC2B87) is unknown color: approx Medium Red Violet. HEX triplet: AC, 2B and 87. RGB value is (172,43,135). Sum of RGB (Red+Green+Blue) = 172+43+135=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2B87 is #53D478. Grayscale: #5B5B5B. Windows color (decimal): -5493881 or 8858540. OLE color: 8858540.

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

Color convert

RGB17243135-
CMYK00.750.220.33
HSL317.21º60%42.16%-
HSV(B)317.21º75%67.45%-
XYZ22.2512.2524.11-
YUV92.06152.24185.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.14%
GREEN value IS 43 (17.19% from 255) = 12.29%
BLUE value IS 135 (53.12% from 255) = 38.57%
R=49.14%
G=12.29%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724313500.750.220.33317.216042.16
HexAC2B8704B162113d3c2a
Octal25453207011326414757452
Binary10101100101011100001110100101110110100001100111101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2B87; }

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

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

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

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

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

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

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

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