#AC2EC4

Color #AC2EC4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #AC2EC4

Tints of Dark Orchid #AC2EC4

Color information

#AC2EC4 (or 0xAC2EC4) is unknown color: approx Dark Orchid. HEX triplet: AC, 2E and C4. RGB value is (172,46,196). Sum of RGB (Red+Green+Blue) = 172+46+196=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 46 (18.36% from 255 or 11.11% from 414); Blue value is 196 (76.95% from 255 or 47.34% from 414); Max value from RGB is 196 - color contains mainly: blue. Hex color #AC2EC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2EC4 is #53D13B. Grayscale: #646464. Windows color (decimal): -5493052 or 12857004. OLE color: 12857004.

HSL color Cylindrical-coordinate representation of color #AC2EC4: hue angle of 290.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2EC4 is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17246196-
CMYK0.120.7700.23
HSL290.4º61.98%47.45%-
HSV(B)290.4º76.53%76.86%-
XYZ27.9514.7153.59-
YUV100.77181.74178.8-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.55%
GREEN value IS 46 (18.36% from 255) = 11.11%
BLUE value IS 196 (76.95% from 255) = 47.34%
R=41.55%
G=11.11%
B=47.34%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal172461960.120.7700.23290.461.9847.45
HexAC2EC4C4D0171223e2f
Octal25456304141150274427657
Binary101011001011101100010011001001101010111100100010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2EC4; }

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

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

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

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

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

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

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

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