Shades of Dark Orchid #A93DEC
Tints of Dark Orchid #A93DEC
RGB
CMYK
RGB Variations
Color information
#A93DEC (or 0xA93DEC) is known color: Dark Orchid. HEX triplet: A9, 3D and EC. RGB value is (169,61,236). Sum of RGB (Red+Green+Blue) = 169+61+236=466 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.27% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #A93DEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93DEC is #56C213. Grayscale: #707070. Windows color (decimal): -5685780 or 15482281. OLE color: 15482281.
HSL color Cylindrical-coordinate representation of color #A93DEC: hue angle of 277.03º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A93DEC is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 61 | 236 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.07 |
| HSL | 277.03º | 0.82% | 0.58% | - |
| HSV(B) | 277.03º | 0.74% | 0.93% | - |
| XYZ | 33.17 | 17.83 | 81.05 | - |
| YUV | 113.24 | 197.28 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 61 | 236 | 0.28 | 0.74 | 0 | 0.07 | 277.03 | 0.82 | 0.58 |
| Hex | A9 | 3D | EC | 1C | 4A | 0 | 7 | 115 | 52 | 3A |
| Octal | 251 | 75 | 354 | 34 | 112 | 0 | 7 | 425 | 122 | 72 |
| Binary | 10101001 | 111101 | 11101100 | 11100 | 1001010 | 0 | 111 | 100010101 | 1010010 | 111010 |
Color Harmonies of #A93DEC
Complementary color
Monochromatic Colors of #A93DEC
Black with #A93DEC
Text Example
Text Example
White with #A93DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93DEC; }
p { color: rgb(169,61,236); }
H1.HeaderClassName
{
color: #A93DEC;
}
.AnyTagClassName
{
color: #A93DEC;
}
</style>
background-color css
<style>
a { background-color: #A93DEC; }
a { background-color: rgb(169,61,236); }
div.DivClassName
{
background-color: #A93DEC;
}
.BgClassName
{
background-color: #A93DEC;
}
</style>
border-color css
<style>
span { border-color: #A93DEC; }
span { border-color: rgb(169,61,236); }
td.TdClassName
{
border-color: #A93DEC;
}
.TagClassName
{
border-color: #A93DEC;
}
</style>