#AC2ED4

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

Shades of Dark Orchid #AC2ED4

Tints of Dark Orchid #AC2ED4

Color information

#AC2ED4 (or 0xAC2ED4) is unknown color: approx Dark Orchid. HEX triplet: AC, 2E and D4. RGB value is (172,46,212). Sum of RGB (Red+Green+Blue) = 172+46+212=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 46 (18.36% from 255 or 10.70% from 430); Blue value is 212 (83.20% from 255 or 49.30% from 430); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC2ED4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ED4 is #53D12B. Grayscale: #666666. Windows color (decimal): -5493036 or 13905580. OLE color: 13905580.

HSL color Cylindrical-coordinate representation of color #AC2ED4: hue angle of 285.54º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2ED4 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB17246212-
CMYK0.190.7800.17
HSL285.54º65.87%50.59%-
HSV(B)285.54º78.3%83.14%-
XYZ29.8715.4863.7-
YUV102.6189.74177.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40%
GREEN value IS 46 (18.36% from 255) = 10.70%
BLUE value IS 212 (83.20% from 255) = 49.30%
R=40%
G=10.70%
B=49.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal172462120.190.7800.17285.5465.8750.59
HexAC2ED4134E01111e4233
Octal254563242311602143610263
Binary10101100101110110101001001110011100100011000111101000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2ED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2ED4; }

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

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

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

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

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

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

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

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