#AC1EBF

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

Shades of Dark Orchid #AC1EBF

Tints of Dark Orchid #AC1EBF

Color information

#AC1EBF (or 0xAC1EBF) is unknown color: approx Dark Orchid. HEX triplet: AC, 1E and BF. RGB value is (172,30,191). Sum of RGB (Red+Green+Blue) = 172+30+191=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 30 (12.11% from 255 or 7.63% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC1EBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1EBF is #53E140. Grayscale: #5A5A5A. Windows color (decimal): -5497153 or 12525228. OLE color: 12525228.

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

Color convert

RGB17230191-
CMYK0.100.8400.25
HSL292.92º72.85%43.33%-
HSV(B)292.92º84.29%74.9%-
XYZ26.8813.4650.47-
YUV90.81184.54185.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 30 (12.11% from 255) = 7.63%
BLUE value IS 191 (75% from 255) = 48.60%
R=43.77%
G=7.63%
B=48.60%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172301910.100.8400.25292.9272.8543.33
HexAC1EBFA54019125492b
Octal254362771212403144511153
Binary101011001111010111111101010101000110011001001011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1EBF; }

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

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

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

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

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

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

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

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