Shades of Dark Orchid #A03ADB
Tints of Dark Orchid #A03ADB
RGB
CMYK
RGB Variations
Color information
#A03ADB (or 0xA03ADB) is known color: Dark Orchid. HEX triplet: A0, 3A and DB. RGB value is (160,58,219). Sum of RGB (Red+Green+Blue) = 160+58+219=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 58 (23.05% from 255 or 13.27% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #A03ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03ADB is #5FC524. Grayscale: #6A6A6A. Windows color (decimal): -6276389 or 14367392. OLE color: 14367392.
HSL color Cylindrical-coordinate representation of color #A03ADB: hue angle of 278.01º 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 #A03ADB is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 58 | 219 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.14 |
| HSL | 278.01º | 0.69% | 0.54% | - |
| HSV(B) | 278.01º | 0.74% | 0.86% | - |
| XYZ | 28.8 | 15.61 | 68.51 | - |
| YUV | 106.85 | 191.29 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 219 | 0.27 | 0.74 | 0 | 0.14 | 278.01 | 0.69 | 0.54 |
| Hex | A0 | 3A | DB | 1B | 4A | 0 | E | 116 | 45 | 36 |
| Octal | 240 | 72 | 333 | 33 | 112 | 0 | 16 | 426 | 105 | 66 |
| Binary | 10100000 | 111010 | 11011011 | 11011 | 1001010 | 0 | 1110 | 100010110 | 1000101 | 110110 |
Color Harmonies of #A03ADB
Complementary color
Monochromatic Colors of #A03ADB
Black with #A03ADB
Text Example
Text Example
White with #A03ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03ADB; }
p { color: rgb(160,58,219); }
H1.HeaderClassName
{
color: #A03ADB;
}
.AnyTagClassName
{
color: #A03ADB;
}
</style>
background-color css
<style>
a { background-color: #A03ADB; }
a { background-color: rgb(160,58,219); }
div.DivClassName
{
background-color: #A03ADB;
}
.BgClassName
{
background-color: #A03ADB;
}
</style>
border-color css
<style>
span { border-color: #A03ADB; }
span { border-color: rgb(160,58,219); }
td.TdClassName
{
border-color: #A03ADB;
}
.TagClassName
{
border-color: #A03ADB;
}
</style>