#AC377C

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

Shades of Medium Red Violet #AC377C

Tints of Medium Red Violet #AC377C

Color information

#AC377C (or 0xAC377C) is unknown color: approx Medium Red Violet. HEX triplet: AC, 37 and 7C. RGB value is (172,55,124). Sum of RGB (Red+Green+Blue) = 172+55+124=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC377C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC377C is #53C883. Grayscale: #616161. Windows color (decimal): -5490820 or 8140716. OLE color: 8140716.

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

Color convert

RGB17255124-
CMYK00.680.280.33
HSL324.62º51.54%44.51%-
HSV(B)324.62º68.02%67.45%-
XYZ22.0212.9620.41-
YUV97.85142.76180.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 55 (21.88% from 255) = 15.67%
BLUE value IS 124 (48.83% from 255) = 35.33%
R=49.00%
G=15.67%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725512400.680.280.33324.6251.5444.51
HexAC377C0441C21145342d
Octal25467174010434415056455
Binary1010110011011111111000100010011100100001101000101110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC377C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC377C; }

 p { color: rgb(172,55,124); }

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

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

 a { background-color: rgb(172,55,124); }

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

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

 span { border-color: rgb(172,55,124); }

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