Shades of Dark Orchid #AC33D8
Tints of Dark Orchid #AC33D8
RGB
CMYK
RGB Variations
Color information
#AC33D8 (or 0xAC33D8) is known color: Dark Orchid. HEX triplet: AC, 33 and D8. RGB value is (172,51,216). Sum of RGB (Red+Green+Blue) = 172+51+216=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 51 (20.31% from 255 or 11.62% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #AC33D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC33D8 is #53CC27. Grayscale: #696969. Windows color (decimal): -5491752 or 14169004. OLE color: 14169004.
HSL color Cylindrical-coordinate representation of color #AC33D8: hue angle of 284º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC33D8 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 51 | 216 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.15 |
| HSL | 284º | 0.68% | 0.52% | - |
| HSV(B) | 284º | 0.76% | 0.85% | - |
| XYZ | 30.59 | 16.1 | 66.46 | - |
| YUV | 105.99 | 190.09 | 175.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 51 | 216 | 0.20 | 0.76 | 0 | 0.15 | 284 | 0.68 | 0.52 |
| Hex | AC | 33 | D8 | 14 | 4C | 0 | F | 11C | 44 | 34 |
| Octal | 254 | 63 | 330 | 24 | 114 | 0 | 17 | 434 | 104 | 64 |
| Binary | 10101100 | 110011 | 11011000 | 10100 | 1001100 | 0 | 1111 | 100011100 | 1000100 | 110100 |
Color Harmonies of #AC33D8
Complementary color
Monochromatic Colors of #AC33D8
Black with #AC33D8
Text Example
Text Example
White with #AC33D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC33D8; }
p { color: rgb(172,51,216); }
H1.HeaderClassName
{
color: #AC33D8;
}
.AnyTagClassName
{
color: #AC33D8;
}
</style>
background-color css
<style>
a { background-color: #AC33D8; }
a { background-color: rgb(172,51,216); }
div.DivClassName
{
background-color: #AC33D8;
}
.BgClassName
{
background-color: #AC33D8;
}
</style>
border-color css
<style>
span { border-color: #AC33D8; }
span { border-color: rgb(172,51,216); }
td.TdClassName
{
border-color: #AC33D8;
}
.TagClassName
{
border-color: #AC33D8;
}
</style>