Shades of Dark Orchid #A93ADB
Tints of Dark Orchid #A93ADB
RGB
CMYK
RGB Variations
Color information
#A93ADB (or 0xA93ADB) is known color: Dark Orchid. HEX triplet: A9, 3A and DB. RGB value is (169,58,219). Sum of RGB (Red+Green+Blue) = 169+58+219=446 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.89% from 446); Green value is 58 (23.05% from 255 or 13.00% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #A93ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93ADB is #56C524. Grayscale: #6D6D6D. Windows color (decimal): -5686565 or 14367401. OLE color: 14367401.
HSL color Cylindrical-coordinate representation of color #A93ADB: hue angle of 281.37º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A93ADB is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 58 | 219 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.14 |
| HSL | 281.37º | 0.69% | 0.54% | - |
| HSV(B) | 281.37º | 0.74% | 0.86% | - |
| XYZ | 30.66 | 16.58 | 68.6 | - |
| YUV | 109.54 | 189.77 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 219 | 0.23 | 0.74 | 0 | 0.14 | 281.37 | 0.69 | 0.54 |
| Hex | A9 | 3A | DB | 17 | 4A | 0 | E | 119 | 45 | 36 |
| Octal | 251 | 72 | 333 | 27 | 112 | 0 | 16 | 431 | 105 | 66 |
| Binary | 10101001 | 111010 | 11011011 | 10111 | 1001010 | 0 | 1110 | 100011001 | 1000101 | 110110 |
Color Harmonies of #A93ADB
Complementary color
Monochromatic Colors of #A93ADB
Black with #A93ADB
Text Example
Text Example
White with #A93ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93ADB; }
p { color: rgb(169,58,219); }
H1.HeaderClassName
{
color: #A93ADB;
}
.AnyTagClassName
{
color: #A93ADB;
}
</style>
background-color css
<style>
a { background-color: #A93ADB; }
a { background-color: rgb(169,58,219); }
div.DivClassName
{
background-color: #A93ADB;
}
.BgClassName
{
background-color: #A93ADB;
}
</style>
border-color css
<style>
span { border-color: #A93ADB; }
span { border-color: rgb(169,58,219); }
td.TdClassName
{
border-color: #A93ADB;
}
.TagClassName
{
border-color: #A93ADB;
}
</style>