#AC348C

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

Shades of Medium Red Violet #AC348C

Tints of Medium Red Violet #AC348C

Color information

#AC348C (or 0xAC348C) is unknown color: approx Medium Red Violet. HEX triplet: AC, 34 and 8C. RGB value is (172,52,140). Sum of RGB (Red+Green+Blue) = 172+52+140=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 52 (20.70% from 255 or 14.29% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC348C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC348C is #53CB73. Grayscale: #616161. Windows color (decimal): -5491572 or 9188524. OLE color: 9188524.

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

Color convert

RGB17252140-
CMYK00.700.190.33
HSL316º53.57%43.92%-
HSV(B)316º69.77%67.45%-
XYZ22.9713.1226.13-
YUV97.91151.76180.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.25%
GREEN value IS 52 (20.70% from 255) = 14.29%
BLUE value IS 140 (55.08% from 255) = 38.46%
R=47.25%
G=14.29%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725214000.700.190.3331653.5743.92
HexAC348C046132113c362c
Octal25464214010623414746654
Binary10101100110100100011000100011010011100001100111100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC348C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC348C; }

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

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

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

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

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

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

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

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