Shades of Dark Orchid #A93BEC
Tints of Dark Orchid #A93BEC
RGB
CMYK
RGB Variations
Color information
#A93BEC (or 0xA93BEC) is known color: Dark Orchid. HEX triplet: A9, 3B and EC. RGB value is (169,59,236). Sum of RGB (Red+Green+Blue) = 169+59+236=464 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.42% from 464); Green value is 59 (23.44% from 255 or 12.72% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #A93BEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A93BEC is #56C413. Grayscale: #6F6F6F. Windows color (decimal): -5686292 or 15481769. OLE color: 15481769.
HSL color Cylindrical-coordinate representation of color #A93BEC: hue angle of 277.29º 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 #A93BEC is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 59 | 236 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.07 |
| HSL | 277.29º | 0.82% | 0.58% | - |
| HSV(B) | 277.29º | 0.75% | 0.93% | - |
| XYZ | 33.07 | 17.62 | 81.01 | - |
| YUV | 112.07 | 197.94 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 59 | 236 | 0.28 | 0.75 | 0 | 0.07 | 277.29 | 0.82 | 0.58 |
| Hex | A9 | 3B | EC | 1C | 4B | 0 | 7 | 115 | 52 | 3A |
| Octal | 251 | 73 | 354 | 34 | 113 | 0 | 7 | 425 | 122 | 72 |
| Binary | 10101001 | 111011 | 11101100 | 11100 | 1001011 | 0 | 111 | 100010101 | 1010010 | 111010 |
Color Harmonies of #A93BEC
Complementary color
Monochromatic Colors of #A93BEC
Black with #A93BEC
Text Example
Text Example
White with #A93BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93BEC; }
p { color: rgb(169,59,236); }
H1.HeaderClassName
{
color: #A93BEC;
}
.AnyTagClassName
{
color: #A93BEC;
}
</style>
background-color css
<style>
a { background-color: #A93BEC; }
a { background-color: rgb(169,59,236); }
div.DivClassName
{
background-color: #A93BEC;
}
.BgClassName
{
background-color: #A93BEC;
}
</style>
border-color css
<style>
span { border-color: #A93BEC; }
span { border-color: rgb(169,59,236); }
td.TdClassName
{
border-color: #A93BEC;
}
.TagClassName
{
border-color: #A93BEC;
}
</style>