Shades of Dark Orchid #A93AD6
Tints of Dark Orchid #A93AD6
RGB
CMYK
RGB Variations
Color information
#A93AD6 (or 0xA93AD6) is known color: Dark Orchid. HEX triplet: A9, 3A and D6. RGB value is (169,58,214). Sum of RGB (Red+Green+Blue) = 169+58+214=441 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.32% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #A93AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93AD6 is #56C529. Grayscale: #6C6C6C. Windows color (decimal): -5686570 or 14039721. OLE color: 14039721.
HSL color Cylindrical-coordinate representation of color #A93AD6: hue angle of 282.69º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A93AD6 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 58 | 214 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.16 |
| HSL | 282.69º | 0.66% | 0.53% | - |
| HSV(B) | 282.69º | 0.73% | 0.84% | - |
| XYZ | 30.01 | 16.32 | 65.19 | - |
| YUV | 108.97 | 187.27 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 214 | 0.21 | 0.73 | 0 | 0.16 | 282.69 | 0.66 | 0.53 |
| Hex | A9 | 3A | D6 | 15 | 49 | 0 | 10 | 11B | 42 | 35 |
| Octal | 251 | 72 | 326 | 25 | 111 | 0 | 20 | 433 | 102 | 65 |
| Binary | 10101001 | 111010 | 11010110 | 10101 | 1001001 | 0 | 10000 | 100011011 | 1000010 | 110101 |
Color Harmonies of #A93AD6
Complementary color
Monochromatic Colors of #A93AD6
Black with #A93AD6
Text Example
Text Example
White with #A93AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93AD6; }
p { color: rgb(169,58,214); }
H1.HeaderClassName
{
color: #A93AD6;
}
.AnyTagClassName
{
color: #A93AD6;
}
</style>
background-color css
<style>
a { background-color: #A93AD6; }
a { background-color: rgb(169,58,214); }
div.DivClassName
{
background-color: #A93AD6;
}
.BgClassName
{
background-color: #A93AD6;
}
</style>
border-color css
<style>
span { border-color: #A93AD6; }
span { border-color: rgb(169,58,214); }
td.TdClassName
{
border-color: #A93AD6;
}
.TagClassName
{
border-color: #A93AD6;
}
</style>