Shades of Dark Orchid #A844DD
Tints of Dark Orchid #A844DD
RGB
CMYK
RGB Variations
Color information
#A844DD (or 0xA844DD) is known color: Dark Orchid. HEX triplet: A8, 44 and DD. RGB value is (168,68,221). Sum of RGB (Red+Green+Blue) = 168+68+221=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 68 (26.95% from 255 or 14.88% from 457); Blue value is 221 (86.72% from 255 or 48.36% from 457); Max value from RGB is 221 - color contains mainly: blue. Hex color #A844DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A844DD is #57BB22. Grayscale: #727272. Windows color (decimal): -5749539 or 14501032. OLE color: 14501032.
HSL color Cylindrical-coordinate representation of color #A844DD: hue angle of 279.22º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A844DD is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 68 | 221 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.13 |
| HSL | 279.22º | 0.69% | 0.57% | - |
| HSV(B) | 279.22º | 0.69% | 0.87% | - |
| XYZ | 31.27 | 17.68 | 70.17 | - |
| YUV | 115.34 | 187.63 | 165.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 221 | 0.24 | 0.69 | 0 | 0.13 | 279.22 | 0.69 | 0.57 |
| Hex | A8 | 44 | DD | 18 | 45 | 0 | D | 117 | 45 | 39 |
| Octal | 250 | 104 | 335 | 30 | 105 | 0 | 15 | 427 | 105 | 71 |
| Binary | 10101000 | 1000100 | 11011101 | 11000 | 1000101 | 0 | 1101 | 100010111 | 1000101 | 111001 |
Color Harmonies of #A844DD
Complementary color
Monochromatic Colors of #A844DD
Black with #A844DD
Text Example
Text Example
White with #A844DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A844DD; }
p { color: rgb(168,68,221); }
H1.HeaderClassName
{
color: #A844DD;
}
.AnyTagClassName
{
color: #A844DD;
}
</style>
background-color css
<style>
a { background-color: #A844DD; }
a { background-color: rgb(168,68,221); }
div.DivClassName
{
background-color: #A844DD;
}
.BgClassName
{
background-color: #A844DD;
}
</style>
border-color css
<style>
span { border-color: #A844DD; }
span { border-color: rgb(168,68,221); }
td.TdClassName
{
border-color: #A844DD;
}
.TagClassName
{
border-color: #A844DD;
}
</style>