#AC2DA9

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

Shades of Dark Orchid #AC2DA9

Tints of Dark Orchid #AC2DA9

Color information

#AC2DA9 (or 0xAC2DA9) is unknown color: approx Dark Orchid. HEX triplet: AC, 2D and A9. RGB value is (172,45,169). Sum of RGB (Red+Green+Blue) = 172+45+169=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 45 (17.97% from 255 or 11.66% from 386); Blue value is 169 (66.41% from 255 or 43.78% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2DA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2DA9 is #53D256. Grayscale: #606060. Windows color (decimal): -5493335 or 11087276. OLE color: 11087276.

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

Color convert

RGB17245169-
CMYK00.740.020.33
HSL301.42º58.53%42.55%-
HSV(B)301.42º73.84%67.45%-
XYZ25.1113.5138.82-
YUV97.11168.58181.42-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.56%
GREEN value IS 45 (17.97% from 255) = 11.66%
BLUE value IS 169 (66.41% from 255) = 43.78%
R=44.56%
G=11.66%
B=43.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724516900.740.020.33301.4258.5342.55
HexAC2DA904A22112d3b2b
Octal2545525101122414557353
Binary10101100101101101010010100101010100001100101101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2DA9; }

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

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

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

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

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

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

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

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