Shades of Dark Orchid #AC21D5
Tints of Dark Orchid #AC21D5
RGB
CMYK
RGB Variations
Color information
#AC21D5 (or 0xAC21D5) is known color: Dark Orchid. HEX triplet: AC, 21 and D5. RGB value is (172,33,213). Sum of RGB (Red+Green+Blue) = 172+33+213=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 213 (83.59% from 255 or 50.96% from 418); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC21D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC21D5 is #53DE2A. Grayscale: #5E5E5E. Windows color (decimal): -5496363 or 13967788. OLE color: 13967788.
HSL color Cylindrical-coordinate representation of color #AC21D5: hue angle of 286.33º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC21D5 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 33 | 213 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.16 |
| HSL | 286.33º | 0.73% | 0.48% | - |
| HSV(B) | 286.33º | 0.85% | 0.84% | - |
| XYZ | 29.57 | 14.66 | 64.22 | - |
| YUV | 95.08 | 194.55 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 33 | 213 | 0.19 | 0.85 | 0 | 0.16 | 286.33 | 0.73 | 0.48 |
| Hex | AC | 21 | D5 | 13 | 55 | 0 | 10 | 11E | 49 | 30 |
| Octal | 254 | 41 | 325 | 23 | 125 | 0 | 20 | 436 | 111 | 60 |
| Binary | 10101100 | 100001 | 11010101 | 10011 | 1010101 | 0 | 10000 | 100011110 | 1001001 | 110000 |
Color Harmonies of #AC21D5
Complementary color
Monochromatic Colors of #AC21D5
Black with #AC21D5
Text Example
Text Example
White with #AC21D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC21D5; }
p { color: rgb(172,33,213); }
H1.HeaderClassName
{
color: #AC21D5;
}
.AnyTagClassName
{
color: #AC21D5;
}
</style>
background-color css
<style>
a { background-color: #AC21D5; }
a { background-color: rgb(172,33,213); }
div.DivClassName
{
background-color: #AC21D5;
}
.BgClassName
{
background-color: #AC21D5;
}
</style>
border-color css
<style>
span { border-color: #AC21D5; }
span { border-color: rgb(172,33,213); }
td.TdClassName
{
border-color: #AC21D5;
}
.TagClassName
{
border-color: #AC21D5;
}
</style>