Shades of Dark Orchid #AC27C0
Tints of Dark Orchid #AC27C0
RGB
CMYK
RGB Variations
Color information
#AC27C0 (or 0xAC27C0) is known color: Dark Orchid. HEX triplet: AC, 27 and C0. RGB value is (172,39,192). Sum of RGB (Red+Green+Blue) = 172+39+192=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 39 (15.62% from 255 or 9.68% from 403); Blue value is 192 (75.39% from 255 or 47.64% from 403); Max value from RGB is 192 - color contains mainly: blue. Hex color #AC27C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC27C0 is #53D83F. Grayscale: #5F5F5F. Windows color (decimal): -5494848 or 12593068. OLE color: 12593068.
HSL color Cylindrical-coordinate representation of color #AC27C0: hue angle of 292.16º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC27C0 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 39 | 192 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.25 |
| HSL | 292.16º | 0.66% | 0.45% | - |
| HSV(B) | 292.16º | 0.8% | 0.75% | - |
| XYZ | 27.25 | 14.03 | 51.14 | - |
| YUV | 96.21 | 182.06 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 192 | 0.10 | 0.80 | 0 | 0.25 | 292.16 | 0.66 | 0.45 |
| Hex | AC | 27 | C0 | A | 50 | 0 | 19 | 124 | 42 | 2D |
| Octal | 254 | 47 | 300 | 12 | 120 | 0 | 31 | 444 | 102 | 55 |
| Binary | 10101100 | 100111 | 11000000 | 1010 | 1010000 | 0 | 11001 | 100100100 | 1000010 | 101101 |
Color Harmonies of #AC27C0
Complementary color
Monochromatic Colors of #AC27C0
Black with #AC27C0
Text Example
Text Example
White with #AC27C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC27C0; }
p { color: rgb(172,39,192); }
H1.HeaderClassName
{
color: #AC27C0;
}
.AnyTagClassName
{
color: #AC27C0;
}
</style>
background-color css
<style>
a { background-color: #AC27C0; }
a { background-color: rgb(172,39,192); }
div.DivClassName
{
background-color: #AC27C0;
}
.BgClassName
{
background-color: #AC27C0;
}
</style>
border-color css
<style>
span { border-color: #AC27C0; }
span { border-color: rgb(172,39,192); }
td.TdClassName
{
border-color: #AC27C0;
}
.TagClassName
{
border-color: #AC27C0;
}
</style>