#AC2094

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

Shades of Medium Red Violet #AC2094

Tints of Medium Red Violet #AC2094

Color information

#AC2094 (or 0xAC2094) is unknown color: approx Medium Red Violet. HEX triplet: AC, 20 and 94. RGB value is (172,32,148). Sum of RGB (Red+Green+Blue) = 172+32+148=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2094 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2094 is #53DF6B. Grayscale: #565656. Windows color (decimal): -5496684 or 9707692. OLE color: 9707692.

HSL color Cylindrical-coordinate representation of color #AC2094: hue angle of 310.29º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2094 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB17232148-
CMYK00.810.140.33
HSL310.29º68.63%40%-
HSV(B)310.29º81.4%67.45%-
XYZ22.8811.9429.12-
YUV87.08162.38188.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 32 (12.89% from 255) = 9.09%
BLUE value IS 148 (58.20% from 255) = 42.05%
R=48.86%
G=9.09%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723214800.810.140.33310.2968.6340
HexAC2094051E211364528
Octal254402240121164146610550
Binary10101100100000100101000101000111101000011001101101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2094; }

 p { color: rgb(172,32,148); }

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

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

 a { background-color: rgb(172,32,148); }

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

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

 span { border-color: rgb(172,32,148); }

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