#AC2AAE

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

Shades of Dark Orchid #AC2AAE

Tints of Dark Orchid #AC2AAE

Color information

#AC2AAE (or 0xAC2AAE) is unknown color: approx Dark Orchid. HEX triplet: AC, 2A and AE. RGB value is (172,42,174). Sum of RGB (Red+Green+Blue) = 172+42+174=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC2AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2AAE is #53D551. Grayscale: #5F5F5F. Windows color (decimal): -5494098 or 11414188. OLE color: 11414188.

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

Color convert

RGB17242174-
CMYK0.010.7600.32
HSL299.09º61.11%42.35%-
HSV(B)299.09º75.86%68.24%-
XYZ25.4813.4841.3-
YUV95.92172.07182.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 42 (16.80% from 255) = 10.82%
BLUE value IS 174 (68.36% from 255) = 44.85%
R=44.33%
G=10.82%
B=44.85%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172421740.010.7600.32299.0961.1142.35
HexAC2AAE14C02012b3d2a
Octal2545225611140404537552
Binary1010110010101010101110110011000100000100101011111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2AAE; }

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

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

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

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

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

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

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

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