#AC397C

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

Shades of Medium Red Violet #AC397C

Tints of Medium Red Violet #AC397C

Color information

#AC397C (or 0xAC397C) is unknown color: approx Medium Red Violet. HEX triplet: AC, 39 and 7C. RGB value is (172,57,124). Sum of RGB (Red+Green+Blue) = 172+57+124=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 124 (48.83% from 255 or 35.13% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC397C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC397C is #53C683. Grayscale: #626262. Windows color (decimal): -5490308 or 8141228. OLE color: 8141228.

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

Color convert

RGB17257124-
CMYK00.670.280.33
HSL325.04º50.22%44.9%-
HSV(B)325.04º66.86%67.45%-
XYZ22.1113.1520.44-
YUV99.02142.1180.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.73%
GREEN value IS 57 (22.66% from 255) = 16.15%
BLUE value IS 124 (48.83% from 255) = 35.13%
R=48.73%
G=16.15%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725712400.670.280.33325.0450.2244.9
HexAC397C0431C21145322d
Octal25471174010334415056255
Binary1010110011100111111000100001111100100001101000101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC397C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC397C; }

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

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

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

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

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

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

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

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