Shades of Dark Orchid #A93CDC
Tints of Dark Orchid #A93CDC
RGB
CMYK
RGB Variations
Color information
#A93CDC (or 0xA93CDC) is known color: Dark Orchid. HEX triplet: A9, 3C and DC. RGB value is (169,60,220). Sum of RGB (Red+Green+Blue) = 169+60+220=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 60 (23.83% from 255 or 13.36% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #A93CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93CDC is #56C323. Grayscale: #6E6E6E. Windows color (decimal): -5686052 or 14433449. OLE color: 14433449.
HSL color Cylindrical-coordinate representation of color #A93CDC: hue angle of 280.88º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A93CDC is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 60 | 220 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.14 |
| HSL | 280.88º | 0.7% | 0.55% | - |
| HSV(B) | 280.88º | 0.73% | 0.86% | - |
| XYZ | 30.9 | 16.83 | 69.33 | - |
| YUV | 110.83 | 189.61 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 220 | 0.23 | 0.73 | 0 | 0.14 | 280.88 | 0.7 | 0.55 |
| Hex | A9 | 3C | DC | 17 | 49 | 0 | E | 119 | 46 | 37 |
| Octal | 251 | 74 | 334 | 27 | 111 | 0 | 16 | 431 | 106 | 67 |
| Binary | 10101001 | 111100 | 11011100 | 10111 | 1001001 | 0 | 1110 | 100011001 | 1000110 | 110111 |
Color Harmonies of #A93CDC
Complementary color
Monochromatic Colors of #A93CDC
Black with #A93CDC
Text Example
Text Example
White with #A93CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93CDC; }
p { color: rgb(169,60,220); }
H1.HeaderClassName
{
color: #A93CDC;
}
.AnyTagClassName
{
color: #A93CDC;
}
</style>
background-color css
<style>
a { background-color: #A93CDC; }
a { background-color: rgb(169,60,220); }
div.DivClassName
{
background-color: #A93CDC;
}
.BgClassName
{
background-color: #A93CDC;
}
</style>
border-color css
<style>
span { border-color: #A93CDC; }
span { border-color: rgb(169,60,220); }
td.TdClassName
{
border-color: #A93CDC;
}
.TagClassName
{
border-color: #A93CDC;
}
</style>