#AC349A

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

Shades of Medium Red Violet #AC349A

Tints of Medium Red Violet #AC349A

Color information

#AC349A (or 0xAC349A) is unknown color: approx Medium Red Violet. HEX triplet: AC, 34 and 9A. RGB value is (172,52,154). Sum of RGB (Red+Green+Blue) = 172+52+154=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 154 (60.55% from 255 or 40.74% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC349A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC349A is #53CB65. Grayscale: #636363. Windows color (decimal): -5491558 or 10106028. OLE color: 10106028.

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

Color convert

RGB17252154-
CMYK00.700.100.33
HSL309º53.57%43.92%-
HSV(B)309º69.77%67.45%-
XYZ24.0713.5631.92-
YUV99.51158.76179.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 52 (20.70% from 255) = 13.76%
BLUE value IS 154 (60.55% from 255) = 40.74%
R=45.50%
G=13.76%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725215400.700.100.3330953.5743.92
HexAC349A046A21135362c
Octal25464232010612414656654
Binary1010110011010010011010010001101010100001100110101110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC349A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC349A; }

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

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

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

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

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

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

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

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