#AC349F

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

Shades of Medium Red Violet #AC349F

Tints of Medium Red Violet #AC349F

Color information

#AC349F (or 0xAC349F) is unknown color: approx Medium Red Violet. HEX triplet: AC, 34 and 9F. RGB value is (172,52,159). Sum of RGB (Red+Green+Blue) = 172+52+159=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 52 (20.70% from 255 or 13.58% from 383); Blue value is 159 (62.5% from 255 or 41.51% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC349F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC349F is #53CB60. Grayscale: #636363. Windows color (decimal): -5491553 or 10433708. OLE color: 10433708.

HSL color Cylindrical-coordinate representation of color #AC349F: hue angle of 306.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC349F is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17252159-
CMYK00.700.080.33
HSL306.5º53.57%43.92%-
HSV(B)306.5º69.77%67.45%-
XYZ24.513.7334.16-
YUV100.08161.26179.3-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 52 (20.70% from 255) = 13.58%
BLUE value IS 159 (62.5% from 255) = 41.51%
R=44.91%
G=13.58%
B=41.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725215900.700.080.33306.553.5743.92
HexAC349F046821132362c
Octal25464237010610414626654
Binary1010110011010010011111010001101000100001100110010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC349F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC349F; }

 p { color: rgb(172,52,159); }

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

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

 a { background-color: rgb(172,52,159); }

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

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

 span { border-color: rgb(172,52,159); }

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