Shades of Dark Orchid #A942DD
Tints of Dark Orchid #A942DD
RGB
CMYK
RGB Variations
Color information
#A942DD (or 0xA942DD) is known color: Dark Orchid. HEX triplet: A9, 42 and DD. RGB value is (169,66,221). Sum of RGB (Red+Green+Blue) = 169+66+221=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 221 (86.72% from 255 or 48.46% from 456); Max value from RGB is 221 - color contains mainly: blue. Hex color #A942DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A942DD is #56BD22. Grayscale: #717171. Windows color (decimal): -5684515 or 14500521. OLE color: 14500521.
HSL color Cylindrical-coordinate representation of color #A942DD: hue angle of 279.87º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A942DD is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 66 | 221 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.13 |
| HSL | 279.87º | 0.7% | 0.56% | - |
| HSV(B) | 279.87º | 0.7% | 0.87% | - |
| XYZ | 31.36 | 17.55 | 70.14 | - |
| YUV | 114.47 | 188.12 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 66 | 221 | 0.24 | 0.70 | 0 | 0.13 | 279.87 | 0.7 | 0.56 |
| Hex | A9 | 42 | DD | 18 | 46 | 0 | D | 118 | 46 | 38 |
| Octal | 251 | 102 | 335 | 30 | 106 | 0 | 15 | 430 | 106 | 70 |
| Binary | 10101001 | 1000010 | 11011101 | 11000 | 1000110 | 0 | 1101 | 100011000 | 1000110 | 111000 |
Color Harmonies of #A942DD
Complementary color
Monochromatic Colors of #A942DD
Black with #A942DD
Text Example
Text Example
White with #A942DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A942DD; }
p { color: rgb(169,66,221); }
H1.HeaderClassName
{
color: #A942DD;
}
.AnyTagClassName
{
color: #A942DD;
}
</style>
background-color css
<style>
a { background-color: #A942DD; }
a { background-color: rgb(169,66,221); }
div.DivClassName
{
background-color: #A942DD;
}
.BgClassName
{
background-color: #A942DD;
}
</style>
border-color css
<style>
span { border-color: #A942DD; }
span { border-color: rgb(169,66,221); }
td.TdClassName
{
border-color: #A942DD;
}
.TagClassName
{
border-color: #A942DD;
}
</style>