Shades of Dark Orchid #A944CA
Tints of Dark Orchid #A944CA
RGB
CMYK
RGB Variations
Color information
#A944CA (or 0xA944CA) is known color: Dark Orchid. HEX triplet: A9, 44 and CA. RGB value is (169,68,202). Sum of RGB (Red+Green+Blue) = 169+68+202=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 202 (79.30% from 255 or 46.01% from 439); Max value from RGB is 202 - color contains mainly: blue. Hex color #A944CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A944CA is #56BB35. Grayscale: #717171. Windows color (decimal): -5684022 or 13255849. OLE color: 13255849.
HSL color Cylindrical-coordinate representation of color #A944CA: hue angle of 285.22º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A944CA is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 68 | 202 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.21 |
| HSL | 285.22º | 0.56% | 0.53% | - |
| HSV(B) | 285.22º | 0.66% | 0.79% | - |
| XYZ | 29.09 | 16.83 | 57.59 | - |
| YUV | 113.48 | 177.96 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 68 | 202 | 0.16 | 0.66 | 0 | 0.21 | 285.22 | 0.56 | 0.53 |
| Hex | A9 | 44 | CA | 10 | 42 | 0 | 15 | 11D | 38 | 35 |
| Octal | 251 | 104 | 312 | 20 | 102 | 0 | 25 | 435 | 70 | 65 |
| Binary | 10101001 | 1000100 | 11001010 | 10000 | 1000010 | 0 | 10101 | 100011101 | 111000 | 110101 |
Color Harmonies of #A944CA
Complementary color
Monochromatic Colors of #A944CA
Black with #A944CA
Text Example
Text Example
White with #A944CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A944CA; }
p { color: rgb(169,68,202); }
H1.HeaderClassName
{
color: #A944CA;
}
.AnyTagClassName
{
color: #A944CA;
}
</style>
background-color css
<style>
a { background-color: #A944CA; }
a { background-color: rgb(169,68,202); }
div.DivClassName
{
background-color: #A944CA;
}
.BgClassName
{
background-color: #A944CA;
}
</style>
border-color css
<style>
span { border-color: #A944CA; }
span { border-color: rgb(169,68,202); }
td.TdClassName
{
border-color: #A944CA;
}
.TagClassName
{
border-color: #A944CA;
}
</style>