Shades of Dark Orchid #AC27C8
Tints of Dark Orchid #AC27C8
RGB
CMYK
RGB Variations
Color information
#AC27C8 (or 0xAC27C8) is known color: Dark Orchid. HEX triplet: AC, 27 and C8. RGB value is (172,39,200). Sum of RGB (Red+Green+Blue) = 172+39+200=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 200 (78.52% from 255 or 48.66% from 411); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC27C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC27C8 is #53D837. Grayscale: #606060. Windows color (decimal): -5494840 or 13117356. OLE color: 13117356.
HSL color Cylindrical-coordinate representation of color #AC27C8: hue angle of 289.57º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC27C8 is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 39 | 200 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.22 |
| HSL | 289.57º | 0.67% | 0.47% | - |
| HSV(B) | 289.57º | 0.81% | 0.78% | - |
| XYZ | 28.16 | 14.39 | 55.94 | - |
| YUV | 97.12 | 186.06 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 200 | 0.14 | 0.80 | 0 | 0.22 | 289.57 | 0.67 | 0.47 |
| Hex | AC | 27 | C8 | E | 50 | 0 | 16 | 122 | 43 | 2F |
| Octal | 254 | 47 | 310 | 16 | 120 | 0 | 26 | 442 | 103 | 57 |
| Binary | 10101100 | 100111 | 11001000 | 1110 | 1010000 | 0 | 10110 | 100100010 | 1000011 | 101111 |
Color Harmonies of #AC27C8
Complementary color
Monochromatic Colors of #AC27C8
Black with #AC27C8
Text Example
Text Example
White with #AC27C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC27C8; }
p { color: rgb(172,39,200); }
H1.HeaderClassName
{
color: #AC27C8;
}
.AnyTagClassName
{
color: #AC27C8;
}
</style>
background-color css
<style>
a { background-color: #AC27C8; }
a { background-color: rgb(172,39,200); }
div.DivClassName
{
background-color: #AC27C8;
}
.BgClassName
{
background-color: #AC27C8;
}
</style>
border-color css
<style>
span { border-color: #AC27C8; }
span { border-color: rgb(172,39,200); }
td.TdClassName
{
border-color: #AC27C8;
}
.TagClassName
{
border-color: #AC27C8;
}
</style>