#AC2EBC

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

Shades of Dark Orchid #AC2EBC

Tints of Dark Orchid #AC2EBC

Color information

#AC2EBC (or 0xAC2EBC) is unknown color: approx Dark Orchid. HEX triplet: AC, 2E and BC. RGB value is (172,46,188). Sum of RGB (Red+Green+Blue) = 172+46+188=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC2EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2EBC is #53D143. Grayscale: #636363. Windows color (decimal): -5493060 or 12332716. OLE color: 12332716.

HSL color Cylindrical-coordinate representation of color #AC2EBC: hue angle of 293.24º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2EBC is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17246188-
CMYK0.090.7600.26
HSL293.24º60.68%45.88%-
HSV(B)293.24º75.53%73.73%-
XYZ27.0714.3648.92-
YUV99.86177.74179.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.36%
GREEN value IS 46 (18.36% from 255) = 11.33%
BLUE value IS 188 (73.83% from 255) = 46.31%
R=42.36%
G=11.33%
B=46.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172461880.090.7600.26293.2460.6845.88
HexAC2EBC94C01A1253d2e
Octal25456274111140324457556
Binary101011001011101011110010011001100011010100100101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2EBC; }

 p { color: rgb(172,46,188); }

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

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

 a { background-color: rgb(172,46,188); }

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

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

 span { border-color: rgb(172,46,188); }

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