#AC2DAA

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

Shades of Dark Orchid #AC2DAA

Tints of Dark Orchid #AC2DAA

Color information

#AC2DAA (or 0xAC2DAA) is unknown color: approx Dark Orchid. HEX triplet: AC, 2D and AA. RGB value is (172,45,170). Sum of RGB (Red+Green+Blue) = 172+45+170=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 45 (17.97% from 255 or 11.63% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2DAA is #53D255. Grayscale: #606060. Windows color (decimal): -5493334 or 11152812. OLE color: 11152812.

HSL color Cylindrical-coordinate representation of color #AC2DAA: hue angle of 300.94º 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 #AC2DAA is Cyan = 0, Magento = 0.74, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17245170-
CMYK00.740.010.33
HSL300.94º58.53%42.55%-
HSV(B)300.94º73.84%67.45%-
XYZ25.2113.5539.32-
YUV97.22169.08181.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 45 (17.97% from 255) = 11.63%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=44.44%
G=11.63%
B=43.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724517000.740.010.33300.9458.5342.55
HexAC2DAA04A12112d3b2b
Octal2545525201121414557353
Binary1010110010110110101010010010101100001100101101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2DAA; }

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

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

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

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

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

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

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

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