Shades of Dark Orchid #AC2FDB
Tints of Dark Orchid #AC2FDB
RGB
CMYK
RGB Variations
Color information
#AC2FDB (or 0xAC2FDB) is known color: Dark Orchid. HEX triplet: AC, 2F and DB. RGB value is (172,47,219). Sum of RGB (Red+Green+Blue) = 172+47+219=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 47 (18.75% from 255 or 10.73% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC2FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2FDB is #53D024. Grayscale: #676767. Windows color (decimal): -5492773 or 14364588. OLE color: 14364588.
HSL color Cylindrical-coordinate representation of color #AC2FDB: hue angle of 283.6º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2FDB is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 47 | 219 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.14 |
| HSL | 283.6º | 0.7% | 0.52% | - |
| HSV(B) | 283.6º | 0.79% | 0.86% | - |
| XYZ | 30.82 | 15.92 | 68.47 | - |
| YUV | 103.98 | 192.91 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 219 | 0.21 | 0.79 | 0 | 0.14 | 283.6 | 0.7 | 0.52 |
| Hex | AC | 2F | DB | 15 | 4F | 0 | E | 11C | 46 | 34 |
| Octal | 254 | 57 | 333 | 25 | 117 | 0 | 16 | 434 | 106 | 64 |
| Binary | 10101100 | 101111 | 11011011 | 10101 | 1001111 | 0 | 1110 | 100011100 | 1000110 | 110100 |
Color Harmonies of #AC2FDB
Complementary color
Monochromatic Colors of #AC2FDB
Black with #AC2FDB
Text Example
Text Example
White with #AC2FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2FDB; }
p { color: rgb(172,47,219); }
H1.HeaderClassName
{
color: #AC2FDB;
}
.AnyTagClassName
{
color: #AC2FDB;
}
</style>
background-color css
<style>
a { background-color: #AC2FDB; }
a { background-color: rgb(172,47,219); }
div.DivClassName
{
background-color: #AC2FDB;
}
.BgClassName
{
background-color: #AC2FDB;
}
</style>
border-color css
<style>
span { border-color: #AC2FDB; }
span { border-color: rgb(172,47,219); }
td.TdClassName
{
border-color: #AC2FDB;
}
.TagClassName
{
border-color: #AC2FDB;
}
</style>