Shades of Dark Orchid #A93CEC
Tints of Dark Orchid #A93CEC
RGB
CMYK
RGB Variations
Color information
#A93CEC (or 0xA93CEC) is known color: Dark Orchid. HEX triplet: A9, 3C and EC. RGB value is (169,60,236). Sum of RGB (Red+Green+Blue) = 169+60+236=465 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.34% from 465); Green value is 60 (23.83% from 255 or 12.90% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #A93CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93CEC is #56C313. Grayscale: #707070. Windows color (decimal): -5686036 or 15482025. OLE color: 15482025.
HSL color Cylindrical-coordinate representation of color #A93CEC: hue angle of 277.16º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A93CEC is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 60 | 236 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.07 |
| HSL | 277.16º | 0.82% | 0.58% | - |
| HSV(B) | 277.16º | 0.75% | 0.93% | - |
| XYZ | 33.12 | 17.72 | 81.03 | - |
| YUV | 112.66 | 197.61 | 168.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 60 | 236 | 0.28 | 0.75 | 0 | 0.07 | 277.16 | 0.82 | 0.58 |
| Hex | A9 | 3C | EC | 1C | 4B | 0 | 7 | 115 | 52 | 3A |
| Octal | 251 | 74 | 354 | 34 | 113 | 0 | 7 | 425 | 122 | 72 |
| Binary | 10101001 | 111100 | 11101100 | 11100 | 1001011 | 0 | 111 | 100010101 | 1010010 | 111010 |
Color Harmonies of #A93CEC
Complementary color
Monochromatic Colors of #A93CEC
Black with #A93CEC
Text Example
Text Example
White with #A93CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93CEC; }
p { color: rgb(169,60,236); }
H1.HeaderClassName
{
color: #A93CEC;
}
.AnyTagClassName
{
color: #A93CEC;
}
</style>
background-color css
<style>
a { background-color: #A93CEC; }
a { background-color: rgb(169,60,236); }
div.DivClassName
{
background-color: #A93CEC;
}
.BgClassName
{
background-color: #A93CEC;
}
</style>
border-color css
<style>
span { border-color: #A93CEC; }
span { border-color: rgb(169,60,236); }
td.TdClassName
{
border-color: #A93CEC;
}
.TagClassName
{
border-color: #A93CEC;
}
</style>