#AC1EAE

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

Shades of Dark Orchid #AC1EAE

Tints of Dark Orchid #AC1EAE

Color information

#AC1EAE (or 0xAC1EAE) is unknown color: approx Dark Orchid. HEX triplet: AC, 1E and AE. RGB value is (172,30,174). Sum of RGB (Red+Green+Blue) = 172+30+174=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 30 (12.11% from 255 or 7.98% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC1EAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1EAE is #53E151. Grayscale: #585858. Windows color (decimal): -5497170 or 11411116. OLE color: 11411116.

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

Color convert

RGB17230174-
CMYK0.010.8300.32
HSL299.17º70.59%40%-
HSV(B)299.17º82.76%68.24%-
XYZ25.1212.7641.18-
YUV88.87176.04187.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.74%
GREEN value IS 30 (12.11% from 255) = 7.98%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=45.74%
G=7.98%
B=46.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal172301740.010.8300.32299.1770.5940
HexAC1EAE15302012b4728
Octal25436256112304045310750
Binary1010110011110101011101101001101000001001010111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1EAE; }

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

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

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

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

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

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

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

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