#AC399B

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

Shades of Medium Red Violet #AC399B

Tints of Medium Red Violet #AC399B

Color information

#AC399B (or 0xAC399B) is unknown color: approx Medium Red Violet. HEX triplet: AC, 39 and 9B. RGB value is (172,57,155). Sum of RGB (Red+Green+Blue) = 172+57+155=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 57 (22.66% from 255 or 14.84% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC399B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC399B is #53C664. Grayscale: #666666. Windows color (decimal): -5490277 or 10172844. OLE color: 10172844.

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

Color convert

RGB17257155-
CMYK00.670.100.33
HSL308.87º50.22%44.9%-
HSV(B)308.87º66.86%67.45%-
XYZ24.3914.0632.44-
YUV102.56157.6177.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.79%
GREEN value IS 57 (22.66% from 255) = 14.84%
BLUE value IS 155 (60.94% from 255) = 40.36%
R=44.79%
G=14.84%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725715500.670.100.33308.8750.2244.9
HexAC399B043A21135322d
Octal25471233010312414656255
Binary1010110011100110011011010000111010100001100110101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC399B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC399B; }

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

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

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

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

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

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

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

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