Shades of Dark Orchid #A844CF
Tints of Dark Orchid #A844CF
RGB
CMYK
RGB Variations
Color information
#A844CF (or 0xA844CF) is known color: Dark Orchid. HEX triplet: A8, 44 and CF. RGB value is (168,68,207). Sum of RGB (Red+Green+Blue) = 168+68+207=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 68 (26.95% from 255 or 15.35% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #A844CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A844CF is #57BB30. Grayscale: #717171. Windows color (decimal): -5749553 or 13583528. OLE color: 13583528.
HSL color Cylindrical-coordinate representation of color #A844CF: hue angle of 283.17º 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 #A844CF is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 68 | 207 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.19 |
| HSL | 283.17º | 0.59% | 0.54% | - |
| HSV(B) | 283.17º | 0.67% | 0.81% | - |
| XYZ | 29.48 | 16.96 | 60.75 | - |
| YUV | 113.75 | 180.63 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 68 | 207 | 0.19 | 0.67 | 0 | 0.19 | 283.17 | 0.59 | 0.54 |
| Hex | A8 | 44 | CF | 13 | 43 | 0 | 13 | 11B | 3B | 36 |
| Octal | 250 | 104 | 317 | 23 | 103 | 0 | 23 | 433 | 73 | 66 |
| Binary | 10101000 | 1000100 | 11001111 | 10011 | 1000011 | 0 | 10011 | 100011011 | 111011 | 110110 |
Color Harmonies of #A844CF
Complementary color
Monochromatic Colors of #A844CF
Black with #A844CF
Text Example
Text Example
White with #A844CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A844CF; }
p { color: rgb(168,68,207); }
H1.HeaderClassName
{
color: #A844CF;
}
.AnyTagClassName
{
color: #A844CF;
}
</style>
background-color css
<style>
a { background-color: #A844CF; }
a { background-color: rgb(168,68,207); }
div.DivClassName
{
background-color: #A844CF;
}
.BgClassName
{
background-color: #A844CF;
}
</style>
border-color css
<style>
span { border-color: #A844CF; }
span { border-color: rgb(168,68,207); }
td.TdClassName
{
border-color: #A844CF;
}
.TagClassName
{
border-color: #A844CF;
}
</style>