#AC1EAB

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

Shades of Dark Orchid #AC1EAB

Tints of Dark Orchid #AC1EAB

Color information

#AC1EAB (or 0xAC1EAB) is unknown color: approx Dark Orchid. HEX triplet: AC, 1E and AB. RGB value is (172,30,171). Sum of RGB (Red+Green+Blue) = 172+30+171=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1EAB is #53E154. Grayscale: #585858. Windows color (decimal): -5497173 or 11214508. OLE color: 11214508.

HSL color Cylindrical-coordinate representation of color #AC1EAB: hue angle of 300.42º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC1EAB is Cyan = 0, Magento = 0.83, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB17230171-
CMYK00.830.010.33
HSL300.42º70.3%39.61%-
HSV(B)300.42º82.56%67.45%-
XYZ24.8312.6439.66-
YUV88.53174.54187.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.11%
GREEN value IS 30 (12.11% from 255) = 8.04%
BLUE value IS 171 (67.19% from 255) = 45.84%
R=46.11%
G=8.04%
B=45.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723017100.830.010.33300.4270.339.61
HexAC1EAB05312112c4628
Octal25436253012314145410650
Binary1010110011110101010110101001111000011001011001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1EAB; }

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

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

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

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

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

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

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

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