#AC2C83

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

Shades of Medium Red Violet #AC2C83

Tints of Medium Red Violet #AC2C83

Color information

#AC2C83 (or 0xAC2C83) is unknown color: approx Medium Red Violet. HEX triplet: AC, 2C and 83. RGB value is (172,44,131). Sum of RGB (Red+Green+Blue) = 172+44+131=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 44 (17.58% from 255 or 12.68% from 347); Blue value is 131 (51.56% from 255 or 37.75% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2C83 is #53D37C. Grayscale: #5B5B5B. Windows color (decimal): -5493629 or 8596652. OLE color: 8596652.

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

Color convert

RGB17244131-
CMYK00.740.240.33
HSL319.22º59.26%42.35%-
HSV(B)319.22º74.42%67.45%-
XYZ22.0112.2122.67-
YUV92.19149.91184.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.57%
GREEN value IS 44 (17.58% from 255) = 12.68%
BLUE value IS 131 (51.56% from 255) = 37.75%
R=49.57%
G=12.68%
B=37.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724413100.740.240.33319.2259.2642.35
HexAC2C8304A182113f3b2a
Octal25454203011230414777352
Binary10101100101100100000110100101011000100001100111111111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2C83; }

 p { color: rgb(172,44,131); }

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

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

 a { background-color: rgb(172,44,131); }

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

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

 span { border-color: rgb(172,44,131); }

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