#AC348A

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

Shades of Medium Red Violet #AC348A

Tints of Medium Red Violet #AC348A

Color information

#AC348A (or 0xAC348A) is unknown color: approx Medium Red Violet. HEX triplet: AC, 34 and 8A. RGB value is (172,52,138). Sum of RGB (Red+Green+Blue) = 172+52+138=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 52 (20.70% from 255 or 14.36% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC348A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC348A is #53CB75. Grayscale: #616161. Windows color (decimal): -5491574 or 9057452. OLE color: 9057452.

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

Color convert

RGB17252138-
CMYK00.700.200.33
HSL317º53.57%43.92%-
HSV(B)317º69.77%67.45%-
XYZ22.8313.0625.36-
YUV97.68150.76181.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.51%
GREEN value IS 52 (20.70% from 255) = 14.36%
BLUE value IS 138 (54.30% from 255) = 38.12%
R=47.51%
G=14.36%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725213800.700.200.3331753.5743.92
HexAC348A046142113d362c
Octal25464212010624414756654
Binary10101100110100100010100100011010100100001100111101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC348A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC348A; }

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

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

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

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

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

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

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

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