Shades of Dark Orchid #A944CF
Tints of Dark Orchid #A944CF
RGB
CMYK
RGB Variations
Color information
#A944CF (or 0xA944CF) is known color: Dark Orchid. HEX triplet: A9, 44 and CF. RGB value is (169,68,207). Sum of RGB (Red+Green+Blue) = 169+68+207=444 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.06% from 444); Green value is 68 (26.95% from 255 or 15.32% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #A944CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A944CF is #56BB30. Grayscale: #717171. Windows color (decimal): -5684017 or 13583529. OLE color: 13583529.
HSL color Cylindrical-coordinate representation of color #A944CF: hue angle of 283.6º 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 #A944CF is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 68 | 207 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.19 |
| HSL | 283.6º | 0.59% | 0.54% | - |
| HSV(B) | 283.6º | 0.67% | 0.81% | - |
| XYZ | 29.69 | 17.07 | 60.76 | - |
| YUV | 114.05 | 180.46 | 167.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 68 | 207 | 0.18 | 0.67 | 0 | 0.19 | 283.6 | 0.59 | 0.54 |
| Hex | A9 | 44 | CF | 12 | 43 | 0 | 13 | 11C | 3B | 36 |
| Octal | 251 | 104 | 317 | 22 | 103 | 0 | 23 | 434 | 73 | 66 |
| Binary | 10101001 | 1000100 | 11001111 | 10010 | 1000011 | 0 | 10011 | 100011100 | 111011 | 110110 |
Color Harmonies of #A944CF
Complementary color
Monochromatic Colors of #A944CF
Black with #A944CF
Text Example
Text Example
White with #A944CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A944CF; }
p { color: rgb(169,68,207); }
H1.HeaderClassName
{
color: #A944CF;
}
.AnyTagClassName
{
color: #A944CF;
}
</style>
background-color css
<style>
a { background-color: #A944CF; }
a { background-color: rgb(169,68,207); }
div.DivClassName
{
background-color: #A944CF;
}
.BgClassName
{
background-color: #A944CF;
}
</style>
border-color css
<style>
span { border-color: #A944CF; }
span { border-color: rgb(169,68,207); }
td.TdClassName
{
border-color: #A944CF;
}
.TagClassName
{
border-color: #A944CF;
}
</style>