Shades of Dark Orchid #AC33DB
Tints of Dark Orchid #AC33DB
RGB
CMYK
RGB Variations
Color information
#AC33DB (or 0xAC33DB) is known color: Dark Orchid. HEX triplet: AC, 33 and DB. RGB value is (172,51,219). Sum of RGB (Red+Green+Blue) = 172+51+219=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC33DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33DB is #53CC24. Grayscale: #696969. Windows color (decimal): -5491749 or 14365612. OLE color: 14365612.
HSL color Cylindrical-coordinate representation of color #AC33DB: hue angle of 283.21º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC33DB is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 51 | 219 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.14 |
| HSL | 283.21º | 0.7% | 0.53% | - |
| HSV(B) | 283.21º | 0.77% | 0.86% | - |
| XYZ | 30.98 | 16.25 | 68.52 | - |
| YUV | 106.33 | 191.59 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 219 | 0.21 | 0.77 | 0 | 0.14 | 283.21 | 0.7 | 0.53 |
| Hex | AC | 33 | DB | 15 | 4D | 0 | E | 11B | 46 | 35 |
| Octal | 254 | 63 | 333 | 25 | 115 | 0 | 16 | 433 | 106 | 65 |
| Binary | 10101100 | 110011 | 11011011 | 10101 | 1001101 | 0 | 1110 | 100011011 | 1000110 | 110101 |
Color Harmonies of #AC33DB
Complementary color
Monochromatic Colors of #AC33DB
Black with #AC33DB
Text Example
Text Example
White with #AC33DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC33DB; }
p { color: rgb(172,51,219); }
H1.HeaderClassName
{
color: #AC33DB;
}
.AnyTagClassName
{
color: #AC33DB;
}
</style>
background-color css
<style>
a { background-color: #AC33DB; }
a { background-color: rgb(172,51,219); }
div.DivClassName
{
background-color: #AC33DB;
}
.BgClassName
{
background-color: #AC33DB;
}
</style>
border-color css
<style>
span { border-color: #AC33DB; }
span { border-color: rgb(172,51,219); }
td.TdClassName
{
border-color: #AC33DB;
}
.TagClassName
{
border-color: #AC33DB;
}
</style>