Shades of Dark Orchid #A942E6
Tints of Dark Orchid #A942E6
RGB
CMYK
RGB Variations
Color information
#A942E6 (or 0xA942E6) is known color: Dark Orchid. HEX triplet: A9, 42 and E6. RGB value is (169,66,230). Sum of RGB (Red+Green+Blue) = 169+66+230=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 230 (90.23% from 255 or 49.46% from 465); Max value from RGB is 230 - color contains mainly: blue. Hex color #A942E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A942E6 is #56BD19. Grayscale: #727272. Windows color (decimal): -5684506 or 15090345. OLE color: 15090345.
HSL color Cylindrical-coordinate representation of color #A942E6: hue angle of 277.68º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A942E6 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 66 | 230 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.10 |
| HSL | 277.68º | 0.77% | 0.58% | - |
| HSV(B) | 277.68º | 0.71% | 0.9% | - |
| XYZ | 32.59 | 18.04 | 76.63 | - |
| YUV | 115.49 | 192.62 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 66 | 230 | 0.27 | 0.71 | 0 | 0.10 | 277.68 | 0.77 | 0.58 |
| Hex | A9 | 42 | E6 | 1B | 47 | 0 | A | 116 | 4D | 3A |
| Octal | 251 | 102 | 346 | 33 | 107 | 0 | 12 | 426 | 115 | 72 |
| Binary | 10101001 | 1000010 | 11100110 | 11011 | 1000111 | 0 | 1010 | 100010110 | 1001101 | 111010 |
Color Harmonies of #A942E6
Complementary color
Monochromatic Colors of #A942E6
Black with #A942E6
Text Example
Text Example
White with #A942E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A942E6; }
p { color: rgb(169,66,230); }
H1.HeaderClassName
{
color: #A942E6;
}
.AnyTagClassName
{
color: #A942E6;
}
</style>
background-color css
<style>
a { background-color: #A942E6; }
a { background-color: rgb(169,66,230); }
div.DivClassName
{
background-color: #A942E6;
}
.BgClassName
{
background-color: #A942E6;
}
</style>
border-color css
<style>
span { border-color: #A942E6; }
span { border-color: rgb(169,66,230); }
td.TdClassName
{
border-color: #A942E6;
}
.TagClassName
{
border-color: #A942E6;
}
</style>