Shades of Dark Orchid #A044DD
Tints of Dark Orchid #A044DD
RGB
CMYK
RGB Variations
Color information
#A044DD (or 0xA044DD) is known color: Dark Orchid. HEX triplet: A0, 44 and DD. RGB value is (160,68,221). Sum of RGB (Red+Green+Blue) = 160+68+221=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 68 (26.95% from 255 or 15.14% from 449); Blue value is 221 (86.72% from 255 or 49.22% from 449); Max value from RGB is 221 - color contains mainly: blue. Hex color #A044DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044DD is #5FBB22. Grayscale: #707070. Windows color (decimal): -6273827 or 14501024. OLE color: 14501024.
HSL color Cylindrical-coordinate representation of color #A044DD: hue angle of 276.08º 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 #A044DD is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 68 | 221 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.13 |
| HSL | 276.08º | 0.69% | 0.57% | - |
| HSV(B) | 276.08º | 0.69% | 0.87% | - |
| XYZ | 29.62 | 16.83 | 70.09 | - |
| YUV | 112.95 | 188.98 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 221 | 0.28 | 0.69 | 0 | 0.13 | 276.08 | 0.69 | 0.57 |
| Hex | A0 | 44 | DD | 1C | 45 | 0 | D | 114 | 45 | 39 |
| Octal | 240 | 104 | 335 | 34 | 105 | 0 | 15 | 424 | 105 | 71 |
| Binary | 10100000 | 1000100 | 11011101 | 11100 | 1000101 | 0 | 1101 | 100010100 | 1000101 | 111001 |
Color Harmonies of #A044DD
Complementary color
Monochromatic Colors of #A044DD
Black with #A044DD
Text Example
Text Example
White with #A044DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A044DD; }
p { color: rgb(160,68,221); }
H1.HeaderClassName
{
color: #A044DD;
}
.AnyTagClassName
{
color: #A044DD;
}
</style>
background-color css
<style>
a { background-color: #A044DD; }
a { background-color: rgb(160,68,221); }
div.DivClassName
{
background-color: #A044DD;
}
.BgClassName
{
background-color: #A044DD;
}
</style>
border-color css
<style>
span { border-color: #A044DD; }
span { border-color: rgb(160,68,221); }
td.TdClassName
{
border-color: #A044DD;
}
.TagClassName
{
border-color: #A044DD;
}
</style>