Shades of Dark Orchid #A044CF
Tints of Dark Orchid #A044CF
RGB
CMYK
RGB Variations
Color information
#A044CF (or 0xA044CF) is known color: Dark Orchid. HEX triplet: A0, 44 and CF. RGB value is (160,68,207). Sum of RGB (Red+Green+Blue) = 160+68+207=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 68 (26.95% from 255 or 15.63% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #A044CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A044CF is #5FBB30. Grayscale: #6E6E6E. Windows color (decimal): -6273841 or 13583520. OLE color: 13583520.
HSL color Cylindrical-coordinate representation of color #A044CF: hue angle of 279.71º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A044CF is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 68 | 207 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.19 |
| HSL | 279.71º | 0.59% | 0.54% | - |
| HSV(B) | 279.71º | 0.67% | 0.81% | - |
| XYZ | 27.83 | 16.11 | 60.67 | - |
| YUV | 111.35 | 181.98 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 68 | 207 | 0.23 | 0.67 | 0 | 0.19 | 279.71 | 0.59 | 0.54 |
| Hex | A0 | 44 | CF | 17 | 43 | 0 | 13 | 118 | 3B | 36 |
| Octal | 240 | 104 | 317 | 27 | 103 | 0 | 23 | 430 | 73 | 66 |
| Binary | 10100000 | 1000100 | 11001111 | 10111 | 1000011 | 0 | 10011 | 100011000 | 111011 | 110110 |
Color Harmonies of #A044CF
Complementary color
Monochromatic Colors of #A044CF
Black with #A044CF
Text Example
Text Example
White with #A044CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A044CF; }
p { color: rgb(160,68,207); }
H1.HeaderClassName
{
color: #A044CF;
}
.AnyTagClassName
{
color: #A044CF;
}
</style>
background-color css
<style>
a { background-color: #A044CF; }
a { background-color: rgb(160,68,207); }
div.DivClassName
{
background-color: #A044CF;
}
.BgClassName
{
background-color: #A044CF;
}
</style>
border-color css
<style>
span { border-color: #A044CF; }
span { border-color: rgb(160,68,207); }
td.TdClassName
{
border-color: #A044CF;
}
.TagClassName
{
border-color: #A044CF;
}
</style>