#AC1EBD

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

Shades of Dark Orchid #AC1EBD

Tints of Dark Orchid #AC1EBD

Color information

#AC1EBD (or 0xAC1EBD) is unknown color: approx Dark Orchid. HEX triplet: AC, 1E and BD. RGB value is (172,30,189). Sum of RGB (Red+Green+Blue) = 172+30+189=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC1EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1EBD is #53E142. Grayscale: #5A5A5A. Windows color (decimal): -5497155 or 12394156. OLE color: 12394156.

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

Color convert

RGB17230189-
CMYK0.090.8400.26
HSL293.58º72.6%42.94%-
HSV(B)293.58º84.13%74.12%-
XYZ26.6613.3749.32-
YUV90.58183.54186.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 30 (12.11% from 255) = 7.67%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=43.99%
G=7.67%
B=48.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal172301890.090.8400.26293.5872.642.94
HexAC1EBD95401A126492b
Octal254362751112403244611153
Binary101011001111010111101100110101000110101001001101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1EBD; }

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

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

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

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

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

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

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

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