Shades of Dark Orchid #A821DC
Tints of Dark Orchid #A821DC
RGB
CMYK
RGB Variations
Color information
#A821DC (or 0xA821DC) is known color: Dark Orchid. HEX triplet: A8, 21 and DC. RGB value is (168,33,220). Sum of RGB (Red+Green+Blue) = 168+33+220=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 220 (86.33% from 255 or 52.26% from 421); Max value from RGB is 220 - color contains mainly: blue. Hex color #A821DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A821DC is #57DE23. Grayscale: #5E5E5E. Windows color (decimal): -5758500 or 14426536. OLE color: 14426536.
HSL color Cylindrical-coordinate representation of color #A821DC: hue angle of 283.32º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A821DC is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 33 | 220 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.14 |
| HSL | 283.32º | 0.74% | 0.5% | - |
| HSV(B) | 283.32º | 0.85% | 0.86% | - |
| XYZ | 29.61 | 14.58 | 68.96 | - |
| YUV | 94.68 | 198.73 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 220 | 0.24 | 0.85 | 0 | 0.14 | 283.32 | 0.74 | 0.5 |
| Hex | A8 | 21 | DC | 18 | 55 | 0 | E | 11B | 4A | 32 |
| Octal | 250 | 41 | 334 | 30 | 125 | 0 | 16 | 433 | 112 | 62 |
| Binary | 10101000 | 100001 | 11011100 | 11000 | 1010101 | 0 | 1110 | 100011011 | 1001010 | 110010 |
Color Harmonies of #A821DC
Complementary color
Monochromatic Colors of #A821DC
Black with #A821DC
Text Example
Text Example
White with #A821DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A821DC; }
p { color: rgb(168,33,220); }
H1.HeaderClassName
{
color: #A821DC;
}
.AnyTagClassName
{
color: #A821DC;
}
</style>
background-color css
<style>
a { background-color: #A821DC; }
a { background-color: rgb(168,33,220); }
div.DivClassName
{
background-color: #A821DC;
}
.BgClassName
{
background-color: #A821DC;
}
</style>
border-color css
<style>
span { border-color: #A821DC; }
span { border-color: rgb(168,33,220); }
td.TdClassName
{
border-color: #A821DC;
}
.TagClassName
{
border-color: #A821DC;
}
</style>