#AC1EB3

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

Shades of Dark Orchid #AC1EB3

Tints of Dark Orchid #AC1EB3

Color information

#AC1EB3 (or 0xAC1EB3) is unknown color: approx Dark Orchid. HEX triplet: AC, 1E and B3. RGB value is (172,30,179). Sum of RGB (Red+Green+Blue) = 172+30+179=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 30 (12.11% from 255 or 7.87% from 381); Blue value is 179 (70.31% from 255 or 46.98% from 381); Max value from RGB is 179 - color contains mainly: blue. Hex color #AC1EB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1EB3 is #53E14C. Grayscale: #585858. Windows color (decimal): -5497165 or 11738796. OLE color: 11738796.

HSL color Cylindrical-coordinate representation of color #AC1EB3: hue angle of 297.18º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC1EB3 is Cyan = 0.04, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17230179-
CMYK0.040.8300.30
HSL297.18º71.29%40.98%-
HSV(B)297.18º83.24%70.2%-
XYZ25.6112.9543.8-
YUV89.44178.54186.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 30 (12.11% from 255) = 7.87%
BLUE value IS 179 (70.31% from 255) = 46.98%
R=45.14%
G=7.87%
B=46.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172301790.040.8300.30297.1871.2940.98
HexAC1EB345301E1294729
Octal25436263412303645110751
Binary10101100111101011001110010100110111101001010011000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1EB3; }

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

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

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

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

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

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

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

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