#AC379D

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

Shades of Medium Red Violet #AC379D

Tints of Medium Red Violet #AC379D

Color information

#AC379D (or 0xAC379D) is unknown color: approx Medium Red Violet. HEX triplet: AC, 37 and 9D. RGB value is (172,55,157). Sum of RGB (Red+Green+Blue) = 172+55+157=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 55 (21.88% from 255 or 14.32% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC379D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC379D is #53C862. Grayscale: #656565. Windows color (decimal): -5490787 or 10303404. OLE color: 10303404.

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

Color convert

RGB17255157-
CMYK00.680.090.33
HSL307.69º51.54%44.51%-
HSV(B)307.69º68.02%67.45%-
XYZ24.4713.9433.3-
YUV101.61159.26178.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.79%
GREEN value IS 55 (21.88% from 255) = 14.32%
BLUE value IS 157 (61.72% from 255) = 40.89%
R=44.79%
G=14.32%
B=40.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725515700.680.090.33307.6951.5444.51
HexAC379D044921134342d
Octal25467235010411414646455
Binary1010110011011110011101010001001001100001100110100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC379D; }

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

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

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

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

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

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

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

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