Shades of Dark Orchid #AC27E3
Tints of Dark Orchid #AC27E3
RGB
CMYK
RGB Variations
Color information
#AC27E3 (or 0xAC27E3) is known color: Dark Orchid. HEX triplet: AC, 27 and E3. RGB value is (172,39,227). Sum of RGB (Red+Green+Blue) = 172+39+227=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 39 (15.62% from 255 or 8.90% from 438); Blue value is 227 (89.06% from 255 or 51.83% from 438); Max value from RGB is 227 - color contains mainly: blue. Hex color #AC27E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC27E3 is #53D81C. Grayscale: #636363. Windows color (decimal): -5494813 or 14886828. OLE color: 14886828.
HSL color Cylindrical-coordinate representation of color #AC27E3: hue angle of 282.45º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC27E3 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 39 | 227 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.11 |
| HSL | 282.45º | 0.77% | 0.52% | - |
| HSV(B) | 282.45º | 0.83% | 0.89% | - |
| XYZ | 31.6 | 15.77 | 74.05 | - |
| YUV | 100.2 | 199.56 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 227 | 0.24 | 0.83 | 0 | 0.11 | 282.45 | 0.77 | 0.52 |
| Hex | AC | 27 | E3 | 18 | 53 | 0 | B | 11A | 4D | 34 |
| Octal | 254 | 47 | 343 | 30 | 123 | 0 | 13 | 432 | 115 | 64 |
| Binary | 10101100 | 100111 | 11100011 | 11000 | 1010011 | 0 | 1011 | 100011010 | 1001101 | 110100 |
Color Harmonies of #AC27E3
Complementary color
Monochromatic Colors of #AC27E3
Black with #AC27E3
Text Example
Text Example
White with #AC27E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC27E3; }
p { color: rgb(172,39,227); }
H1.HeaderClassName
{
color: #AC27E3;
}
.AnyTagClassName
{
color: #AC27E3;
}
</style>
background-color css
<style>
a { background-color: #AC27E3; }
a { background-color: rgb(172,39,227); }
div.DivClassName
{
background-color: #AC27E3;
}
.BgClassName
{
background-color: #AC27E3;
}
</style>
border-color css
<style>
span { border-color: #AC27E3; }
span { border-color: rgb(172,39,227); }
td.TdClassName
{
border-color: #AC27E3;
}
.TagClassName
{
border-color: #AC27E3;
}
</style>