#AC399C

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

Shades of Medium Red Violet #AC399C

Tints of Medium Red Violet #AC399C

Color information

#AC399C (or 0xAC399C) is unknown color: approx Medium Red Violet. HEX triplet: AC, 39 and 9C. RGB value is (172,57,156). Sum of RGB (Red+Green+Blue) = 172+57+156=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC399C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC399C is #53C663. Grayscale: #666666. Windows color (decimal): -5490276 or 10238380. OLE color: 10238380.

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

Color convert

RGB17257156-
CMYK00.670.090.33
HSL308.35º50.22%44.9%-
HSV(B)308.35º66.86%67.45%-
XYZ24.4814.132.88-
YUV102.67158.1177.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 57 (22.66% from 255) = 14.81%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=44.68%
G=14.81%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725715600.670.090.33308.3550.2244.9
HexAC399C043921134322d
Octal25471234010311414646255
Binary1010110011100110011100010000111001100001100110100110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC399C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC399C; }

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

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

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

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

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

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

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

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