Shades of Dark Orchid #A93AE0
Tints of Dark Orchid #A93AE0
RGB
CMYK
RGB Variations
Color information
#A93AE0 (or 0xA93AE0) is known color: Dark Orchid. HEX triplet: A9, 3A and E0. RGB value is (169,58,224). Sum of RGB (Red+Green+Blue) = 169+58+224=451 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.47% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 224 (87.89% from 255 or 49.67% from 451); Max value from RGB is 224 - color contains mainly: blue. Hex color #A93AE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93AE0 is #56C51F. Grayscale: #6D6D6D. Windows color (decimal): -5686560 or 14695081. OLE color: 14695081.
HSL color Cylindrical-coordinate representation of color #A93AE0: hue angle of 280.12º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A93AE0 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 169 | 58 | 224 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.12 |
| HSL | 280.12º | 0.73% | 0.55% | - |
| HSV(B) | 280.12º | 0.74% | 0.88% | - |
| XYZ | 31.33 | 16.84 | 72.12 | - |
| YUV | 110.11 | 192.27 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 224 | 0.25 | 0.74 | 0 | 0.12 | 280.12 | 0.73 | 0.55 |
| Hex | A9 | 3A | E0 | 19 | 4A | 0 | C | 118 | 49 | 37 |
| Octal | 251 | 72 | 340 | 31 | 112 | 0 | 14 | 430 | 111 | 67 |
| Binary | 10101001 | 111010 | 11100000 | 11001 | 1001010 | 0 | 1100 | 100011000 | 1001001 | 110111 |
Color Harmonies of #A93AE0
Complementary color
Monochromatic Colors of #A93AE0
Black with #A93AE0
Text Example
Text Example
White with #A93AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93AE0; }
p { color: rgb(169,58,224); }
H1.HeaderClassName
{
color: #A93AE0;
}
.AnyTagClassName
{
color: #A93AE0;
}
</style>
background-color css
<style>
a { background-color: #A93AE0; }
a { background-color: rgb(169,58,224); }
div.DivClassName
{
background-color: #A93AE0;
}
.BgClassName
{
background-color: #A93AE0;
}
</style>
border-color css
<style>
span { border-color: #A93AE0; }
span { border-color: rgb(169,58,224); }
td.TdClassName
{
border-color: #A93AE0;
}
.TagClassName
{
border-color: #A93AE0;
}
</style>