Shades of Dark Orchid #AC27DB
Tints of Dark Orchid #AC27DB
RGB
CMYK
RGB Variations
Color information
#AC27DB (or 0xAC27DB) is known color: Dark Orchid. HEX triplet: AC, 27 and DB. RGB value is (172,39,219). Sum of RGB (Red+Green+Blue) = 172+39+219=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 39 (15.62% from 255 or 9.07% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC27DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC27DB is #53D824. Grayscale: #626262. Windows color (decimal): -5494821 or 14362540. OLE color: 14362540.
HSL color Cylindrical-coordinate representation of color #AC27DB: hue angle of 284.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC27DB is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 39 | 219 | - |
| CMYK | 0.21 | 0.82 | 0 | 0.14 |
| HSL | 284.33º | 0.71% | 0.51% | - |
| HSV(B) | 284.33º | 0.82% | 0.86% | - |
| XYZ | 30.52 | 15.34 | 68.37 | - |
| YUV | 99.29 | 195.56 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 39 | 219 | 0.21 | 0.82 | 0 | 0.14 | 284.33 | 0.71 | 0.51 |
| Hex | AC | 27 | DB | 15 | 52 | 0 | E | 11C | 47 | 33 |
| Octal | 254 | 47 | 333 | 25 | 122 | 0 | 16 | 434 | 107 | 63 |
| Binary | 10101100 | 100111 | 11011011 | 10101 | 1010010 | 0 | 1110 | 100011100 | 1000111 | 110011 |
Color Harmonies of #AC27DB
Complementary color
Monochromatic Colors of #AC27DB
Black with #AC27DB
Text Example
Text Example
White with #AC27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC27DB; }
p { color: rgb(172,39,219); }
H1.HeaderClassName
{
color: #AC27DB;
}
.AnyTagClassName
{
color: #AC27DB;
}
</style>
background-color css
<style>
a { background-color: #AC27DB; }
a { background-color: rgb(172,39,219); }
div.DivClassName
{
background-color: #AC27DB;
}
.BgClassName
{
background-color: #AC27DB;
}
</style>
border-color css
<style>
span { border-color: #AC27DB; }
span { border-color: rgb(172,39,219); }
td.TdClassName
{
border-color: #AC27DB;
}
.TagClassName
{
border-color: #AC27DB;
}
</style>