Shades of Dark Orchid #A824DD
Tints of Dark Orchid #A824DD
RGB
CMYK
RGB Variations
Color information
#A824DD (or 0xA824DD) is known color: Dark Orchid. HEX triplet: A8, 24 and DD. RGB value is (168,36,221). Sum of RGB (Red+Green+Blue) = 168+36+221=425 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.53% from 425); Green value is 36 (14.45% from 255 or 8.47% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #A824DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A824DD is #57DB22. Grayscale: #5F5F5F. Windows color (decimal): -5757731 or 14492840. OLE color: 14492840.
HSL color Cylindrical-coordinate representation of color #A824DD: hue angle of 282.81º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A824DD is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 36 | 221 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.13 |
| HSL | 282.81º | 0.73% | 0.5% | - |
| HSV(B) | 282.81º | 0.84% | 0.87% | - |
| XYZ | 29.83 | 14.81 | 69.69 | - |
| YUV | 96.56 | 198.23 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 221 | 0.24 | 0.84 | 0 | 0.13 | 282.81 | 0.73 | 0.5 |
| Hex | A8 | 24 | DD | 18 | 54 | 0 | D | 11B | 49 | 32 |
| Octal | 250 | 44 | 335 | 30 | 124 | 0 | 15 | 433 | 111 | 62 |
| Binary | 10101000 | 100100 | 11011101 | 11000 | 1010100 | 0 | 1101 | 100011011 | 1001001 | 110010 |
Color Harmonies of #A824DD
Complementary color
Monochromatic Colors of #A824DD
Black with #A824DD
Text Example
Text Example
White with #A824DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A824DD; }
p { color: rgb(168,36,221); }
H1.HeaderClassName
{
color: #A824DD;
}
.AnyTagClassName
{
color: #A824DD;
}
</style>
background-color css
<style>
a { background-color: #A824DD; }
a { background-color: rgb(168,36,221); }
div.DivClassName
{
background-color: #A824DD;
}
.BgClassName
{
background-color: #A824DD;
}
</style>
border-color css
<style>
span { border-color: #A824DD; }
span { border-color: rgb(168,36,221); }
td.TdClassName
{
border-color: #A824DD;
}
.TagClassName
{
border-color: #A824DD;
}
</style>