Shades of Dark Orchid #A03ADE
Tints of Dark Orchid #A03ADE
RGB
CMYK
RGB Variations
Color information
#A03ADE (or 0xA03ADE) is known color: Dark Orchid. HEX triplet: A0, 3A and DE. RGB value is (160,58,222). Sum of RGB (Red+Green+Blue) = 160+58+222=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 58 (23.05% from 255 or 13.18% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #A03ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A03ADE is #5FC521. Grayscale: #6A6A6A. Windows color (decimal): -6276386 or 14564000. OLE color: 14564000.
HSL color Cylindrical-coordinate representation of color #A03ADE: hue angle of 277.32º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A03ADE is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 58 | 222 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.13 |
| HSL | 277.32º | 0.71% | 0.55% | - |
| HSV(B) | 277.32º | 0.74% | 0.87% | - |
| XYZ | 29.2 | 15.77 | 70.61 | - |
| YUV | 107.19 | 192.79 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 58 | 222 | 0.28 | 0.74 | 0 | 0.13 | 277.32 | 0.71 | 0.55 |
| Hex | A0 | 3A | DE | 1C | 4A | 0 | D | 115 | 47 | 37 |
| Octal | 240 | 72 | 336 | 34 | 112 | 0 | 15 | 425 | 107 | 67 |
| Binary | 10100000 | 111010 | 11011110 | 11100 | 1001010 | 0 | 1101 | 100010101 | 1000111 | 110111 |
Color Harmonies of #A03ADE
Complementary color
Monochromatic Colors of #A03ADE
Black with #A03ADE
Text Example
Text Example
White with #A03ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A03ADE; }
p { color: rgb(160,58,222); }
H1.HeaderClassName
{
color: #A03ADE;
}
.AnyTagClassName
{
color: #A03ADE;
}
</style>
background-color css
<style>
a { background-color: #A03ADE; }
a { background-color: rgb(160,58,222); }
div.DivClassName
{
background-color: #A03ADE;
}
.BgClassName
{
background-color: #A03ADE;
}
</style>
border-color css
<style>
span { border-color: #A03ADE; }
span { border-color: rgb(160,58,222); }
td.TdClassName
{
border-color: #A03ADE;
}
.TagClassName
{
border-color: #A03ADE;
}
</style>