Shades of Dark Orchid #A942DA
Tints of Dark Orchid #A942DA
RGB
CMYK
RGB Variations
Color information
#A942DA (or 0xA942DA) is known color: Dark Orchid. HEX triplet: A9, 42 and DA. RGB value is (169,66,218). Sum of RGB (Red+Green+Blue) = 169+66+218=453 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.31% from 453); Green value is 66 (26.17% from 255 or 14.57% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #A942DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A942DA is #56BD25. Grayscale: #717171. Windows color (decimal): -5684518 or 14303913. OLE color: 14303913.
HSL color Cylindrical-coordinate representation of color #A942DA: hue angle of 280.66º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A942DA is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 66 | 218 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.15 |
| HSL | 280.66º | 0.67% | 0.56% | - |
| HSV(B) | 280.66º | 0.7% | 0.85% | - |
| XYZ | 30.97 | 17.39 | 68.05 | - |
| YUV | 114.13 | 186.62 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 66 | 218 | 0.22 | 0.70 | 0 | 0.15 | 280.66 | 0.67 | 0.56 |
| Hex | A9 | 42 | DA | 16 | 46 | 0 | F | 119 | 43 | 38 |
| Octal | 251 | 102 | 332 | 26 | 106 | 0 | 17 | 431 | 103 | 70 |
| Binary | 10101001 | 1000010 | 11011010 | 10110 | 1000110 | 0 | 1111 | 100011001 | 1000011 | 111000 |
Color Harmonies of #A942DA
Complementary color
Monochromatic Colors of #A942DA
Black with #A942DA
Text Example
Text Example
White with #A942DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A942DA; }
p { color: rgb(169,66,218); }
H1.HeaderClassName
{
color: #A942DA;
}
.AnyTagClassName
{
color: #A942DA;
}
</style>
background-color css
<style>
a { background-color: #A942DA; }
a { background-color: rgb(169,66,218); }
div.DivClassName
{
background-color: #A942DA;
}
.BgClassName
{
background-color: #A942DA;
}
</style>
border-color css
<style>
span { border-color: #A942DA; }
span { border-color: rgb(169,66,218); }
td.TdClassName
{
border-color: #A942DA;
}
.TagClassName
{
border-color: #A942DA;
}
</style>