#AC2DAE

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

Shades of Dark Orchid #AC2DAE

Tints of Dark Orchid #AC2DAE

Color information

#AC2DAE (or 0xAC2DAE) is unknown color: approx Dark Orchid. HEX triplet: AC, 2D and AE. RGB value is (172,45,174). Sum of RGB (Red+Green+Blue) = 172+45+174=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 45 (17.97% from 255 or 11.51% from 391); Blue value is 174 (68.36% from 255 or 44.50% from 391); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC2DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2DAE is #53D251. Grayscale: #616161. Windows color (decimal): -5493330 or 11414956. OLE color: 11414956.

HSL color Cylindrical-coordinate representation of color #AC2DAE: hue angle of 299.07º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2DAE is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17245174-
CMYK0.010.7400.32
HSL299.07º58.9%42.94%-
HSV(B)299.07º74.14%68.24%-
XYZ25.5913.741.34-
YUV97.68171.08181.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 45 (17.97% from 255) = 11.51%
BLUE value IS 174 (68.36% from 255) = 44.50%
R=43.99%
G=11.51%
B=44.50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172451740.010.7400.32299.0758.942.94
HexAC2DAE14A02012b3b2b
Octal2545525611120404537353
Binary1010110010110110101110110010100100000100101011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2DAE; }

 p { color: rgb(172,45,174); }

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

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

 a { background-color: rgb(172,45,174); }

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

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

 span { border-color: rgb(172,45,174); }

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