#AC2EA2

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

Shades of Medium Red Violet #AC2EA2

Tints of Medium Red Violet #AC2EA2

Color information

#AC2EA2 (or 0xAC2EA2) is unknown color: approx Medium Red Violet. HEX triplet: AC, 2E and A2. RGB value is (172,46,162). Sum of RGB (Red+Green+Blue) = 172+46+162=380 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.26% from 380); Green value is 46 (18.36% from 255 or 12.11% from 380); Blue value is 162 (63.67% from 255 or 42.63% from 380); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2EA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2EA2 is #53D15D. Grayscale: #606060. Windows color (decimal): -5493086 or 10628780. OLE color: 10628780.

HSL color Cylindrical-coordinate representation of color #AC2EA2: hue angle of 304.76º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2EA2 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB17246162-
CMYK00.730.060.33
HSL304.76º57.8%42.75%-
HSV(B)304.76º73.26%67.45%-
XYZ24.5113.3335.46-
YUV96.9164.74181.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.26%
GREEN value IS 46 (18.36% from 255) = 12.11%
BLUE value IS 162 (63.67% from 255) = 42.63%
R=45.26%
G=12.11%
B=42.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724616200.730.060.33304.7657.842.75
HexAC2EA20496211313a2b
Octal2545624201116414617253
Binary101011001011101010001001001001110100001100110001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2EA2; }

 p { color: rgb(172,46,162); }

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

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

 a { background-color: rgb(172,46,162); }

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

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

 span { border-color: rgb(172,46,162); }

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