#AC379E

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

Shades of Medium Red Violet #AC379E

Tints of Medium Red Violet #AC379E

Color information

#AC379E (or 0xAC379E) is unknown color: approx Medium Red Violet. HEX triplet: AC, 37 and 9E. RGB value is (172,55,158). Sum of RGB (Red+Green+Blue) = 172+55+158=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 55 (21.88% from 255 or 14.29% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC379E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC379E is #53C861. Grayscale: #656565. Windows color (decimal): -5490786 or 10368940. OLE color: 10368940.

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

Color convert

RGB17255158-
CMYK00.680.080.33
HSL307.18º51.54%44.51%-
HSV(B)307.18º68.02%67.45%-
XYZ24.5513.9733.75-
YUV101.72159.76178.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 55 (21.88% from 255) = 14.29%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=44.68%
G=14.29%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725515800.680.080.33307.1851.5444.51
HexAC379E044821133342d
Octal25467236010410414636455
Binary1010110011011110011110010001001000100001100110011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC379E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC379E; }

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

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

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

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

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

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

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

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