Shades of Dark Orchid #AC1BAC
Tints of Dark Orchid #AC1BAC
RGB
CMYK
RGB Variations
Color information
#AC1BAC (or 0xAC1BAC) is known color: Dark Orchid. HEX triplet: AC, 1B and AC. RGB value is (172,27,172). Sum of RGB (Red+Green+Blue) = 172+27+172=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 172 (67.58% from 255 or 46.36% from 371); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC1BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1BAC is #53E453. Grayscale: #565656. Windows color (decimal): -5497940 or 11279276. OLE color: 11279276.
HSL color Cylindrical-coordinate representation of color #AC1BAC: hue angle of 300º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1BAC is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 27 | 172 | - |
| CMYK | 0 | 0.84 | 0 | 0.33 |
| HSL | 300º | 0.73% | 0.39% | - |
| HSV(B) | 300º | 0.84% | 0.67% | - |
| XYZ | 24.85 | 12.53 | 40.14 | - |
| YUV | 86.89 | 176.04 | 188.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 27 | 172 | 0 | 0.84 | 0 | 0.33 | 300 | 0.73 | 0.39 |
| Hex | AC | 1B | AC | 0 | 54 | 0 | 21 | 12C | 49 | 27 |
| Octal | 254 | 33 | 254 | 0 | 124 | 0 | 41 | 454 | 111 | 47 |
| Binary | 10101100 | 11011 | 10101100 | 0 | 1010100 | 0 | 100001 | 100101100 | 1001001 | 100111 |
Color Harmonies of #AC1BAC
Complementary color
Monochromatic Colors of #AC1BAC
Black with #AC1BAC
Text Example
Text Example
White with #AC1BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1BAC; }
p { color: rgb(172,27,172); }
H1.HeaderClassName
{
color: #AC1BAC;
}
.AnyTagClassName
{
color: #AC1BAC;
}
</style>
background-color css
<style>
a { background-color: #AC1BAC; }
a { background-color: rgb(172,27,172); }
div.DivClassName
{
background-color: #AC1BAC;
}
.BgClassName
{
background-color: #AC1BAC;
}
</style>
border-color css
<style>
span { border-color: #AC1BAC; }
span { border-color: rgb(172,27,172); }
td.TdClassName
{
border-color: #AC1BAC;
}
.TagClassName
{
border-color: #AC1BAC;
}
</style>