Shades of Dark Orchid #A044CD
Tints of Dark Orchid #A044CD
RGB
CMYK
RGB Variations
Color information
#A044CD (or 0xA044CD) is known color: Dark Orchid. HEX triplet: A0, 44 and CD. RGB value is (160,68,205). Sum of RGB (Red+Green+Blue) = 160+68+205=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #A044CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044CD is #5FBB32. Grayscale: #6E6E6E. Windows color (decimal): -6273843 or 13452448. OLE color: 13452448.
HSL color Cylindrical-coordinate representation of color #A044CD: hue angle of 280.29º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A044CD is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 160 | 68 | 205 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.20 |
| HSL | 280.29º | 0.58% | 0.54% | - |
| HSV(B) | 280.29º | 0.67% | 0.8% | - |
| XYZ | 27.58 | 16.02 | 59.4 | - |
| YUV | 111.13 | 180.98 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 205 | 0.22 | 0.67 | 0 | 0.20 | 280.29 | 0.58 | 0.54 |
| Hex | A0 | 44 | CD | 16 | 43 | 0 | 14 | 118 | 3A | 36 |
| Octal | 240 | 104 | 315 | 26 | 103 | 0 | 24 | 430 | 72 | 66 |
| Binary | 10100000 | 1000100 | 11001101 | 10110 | 1000011 | 0 | 10100 | 100011000 | 111010 | 110110 |
Color Harmonies of #A044CD
Complementary color
Monochromatic Colors of #A044CD
Black with #A044CD
Text Example
Text Example
White with #A044CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A044CD; }
p { color: rgb(160,68,205); }
H1.HeaderClassName
{
color: #A044CD;
}
.AnyTagClassName
{
color: #A044CD;
}
</style>
background-color css
<style>
a { background-color: #A044CD; }
a { background-color: rgb(160,68,205); }
div.DivClassName
{
background-color: #A044CD;
}
.BgClassName
{
background-color: #A044CD;
}
</style>
border-color css
<style>
span { border-color: #A044CD; }
span { border-color: rgb(160,68,205); }
td.TdClassName
{
border-color: #A044CD;
}
.TagClassName
{
border-color: #A044CD;
}
</style>