#AC1EC1

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

Shades of Dark Orchid #AC1EC1

Tints of Dark Orchid #AC1EC1

Color information

#AC1EC1 (or 0xAC1EC1) is unknown color: approx Dark Orchid. HEX triplet: AC, 1E and C1. RGB value is (172,30,193). Sum of RGB (Red+Green+Blue) = 172+30+193=395 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.54% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 193 (75.78% from 255 or 48.86% from 395); Max value from RGB is 193 - color contains mainly: blue. Hex color #AC1EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1EC1 is #53E13E. Grayscale: #5A5A5A. Windows color (decimal): -5497151 or 12656300. OLE color: 12656300.

HSL color Cylindrical-coordinate representation of color #AC1EC1: hue angle of 292.27º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1EC1 is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17230193-
CMYK0.110.8400.24
HSL292.27º73.09%43.73%-
HSV(B)292.27º84.46%75.69%-
XYZ27.113.5551.64-
YUV91.04185.54185.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.54%
GREEN value IS 30 (12.11% from 255) = 7.59%
BLUE value IS 193 (75.78% from 255) = 48.86%
R=43.54%
G=7.59%
B=48.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172301930.110.8400.24292.2773.0943.73
HexAC1EC1B54018124492c
Octal254363011312403044411154
Binary101011001111011000001101110101000110001001001001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1EC1; }

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

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

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

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

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

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

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

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