Shades of Dark Orchid #AC1EAC
Tints of Dark Orchid #AC1EAC
RGB
CMYK
RGB Variations
Color information
#AC1EAC (or 0xAC1EAC) is known color: Dark Orchid. HEX triplet: AC, 1E and AC. RGB value is (172,30,172). Sum of RGB (Red+Green+Blue) = 172+30+172=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 30 (12.11% from 255 or 8.02% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC1EAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1EAC is #53E153. Grayscale: #585858. Windows color (decimal): -5497172 or 11280044. OLE color: 11280044.
HSL color Cylindrical-coordinate representation of color #AC1EAC: hue angle of 300º 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 #AC1EAC is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
RGB | 172 | 30 | 172 | - |
CMYK | 0 | 0.83 | 0 | 0.33 |
HSL | 300º | 0.7% | 0.4% | - |
HSV(B) | 300º | 0.83% | 0.67% | - |
XYZ | 24.92 | 12.68 | 40.16 | - |
YUV | 88.65 | 175.04 | 187.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 30 | 172 | 0 | 0.83 | 0 | 0.33 | 300 | 0.7 | 0.4 |
Hex | AC | 1E | AC | 0 | 53 | 0 | 21 | 12C | 46 | 28 |
Octal | 254 | 36 | 254 | 0 | 123 | 0 | 41 | 454 | 106 | 50 |
Binary | 10101100 | 11110 | 10101100 | 0 | 1010011 | 0 | 100001 | 100101100 | 1000110 | 101000 |
Color Harmonies of #AC1EAC
Complementary color
Monochromatic Colors of #AC1EAC
Black with #AC1EAC
Text Example
Text Example
White with #AC1EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1EAC; }
p { color: rgb(172,30,172); }
H1.HeaderClassName
{
color: #AC1EAC;
}
.AnyTagClassName
{
color: #AC1EAC;
}
</style>
background-color css
<style>
a { background-color: #AC1EAC; }
a { background-color: rgb(172,30,172); }
div.DivClassName
{
background-color: #AC1EAC;
}
.BgClassName
{
background-color: #AC1EAC;
}
</style>
border-color css
<style>
span { border-color: #AC1EAC; }
span { border-color: rgb(172,30,172); }
td.TdClassName
{
border-color: #AC1EAC;
}
.TagClassName
{
border-color: #AC1EAC;
}
</style>