Shades of Dark Orchid #A821DD
Tints of Dark Orchid #A821DD
RGB
CMYK
RGB Variations
Color information
#A821DD (or 0xA821DD) is known color: Dark Orchid. HEX triplet: A8, 21 and DD. RGB value is (168,33,221). Sum of RGB (Red+Green+Blue) = 168+33+221=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 33 (13.28% from 255 or 7.82% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #A821DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A821DD is #57DE22. Grayscale: #5E5E5E. Windows color (decimal): -5758499 or 14492072. OLE color: 14492072.
HSL color Cylindrical-coordinate representation of color #A821DD: hue angle of 283.09º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A821DD is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 33 | 221 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.13 |
| HSL | 283.09º | 0.74% | 0.5% | - |
| HSV(B) | 283.09º | 0.85% | 0.87% | - |
| XYZ | 29.74 | 14.63 | 69.66 | - |
| YUV | 94.8 | 199.23 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 33 | 221 | 0.24 | 0.85 | 0 | 0.13 | 283.09 | 0.74 | 0.5 |
| Hex | A8 | 21 | DD | 18 | 55 | 0 | D | 11B | 4A | 32 |
| Octal | 250 | 41 | 335 | 30 | 125 | 0 | 15 | 433 | 112 | 62 |
| Binary | 10101000 | 100001 | 11011101 | 11000 | 1010101 | 0 | 1101 | 100011011 | 1001010 | 110010 |
Color Harmonies of #A821DD
Complementary color
Monochromatic Colors of #A821DD
Black with #A821DD
Text Example
Text Example
White with #A821DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A821DD; }
p { color: rgb(168,33,221); }
H1.HeaderClassName
{
color: #A821DD;
}
.AnyTagClassName
{
color: #A821DD;
}
</style>
background-color css
<style>
a { background-color: #A821DD; }
a { background-color: rgb(168,33,221); }
div.DivClassName
{
background-color: #A821DD;
}
.BgClassName
{
background-color: #A821DD;
}
</style>
border-color css
<style>
span { border-color: #A821DD; }
span { border-color: rgb(168,33,221); }
td.TdClassName
{
border-color: #A821DD;
}
.TagClassName
{
border-color: #A821DD;
}
</style>