Shades of Dark Orchid #A13ADE
Tints of Dark Orchid #A13ADE
RGB
CMYK
RGB Variations
Color information
#A13ADE (or 0xA13ADE) is known color: Dark Orchid. HEX triplet: A1, 3A and DE. RGB value is (161,58,222). Sum of RGB (Red+Green+Blue) = 161+58+222=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #A13ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13ADE is #5EC521. Grayscale: #6A6A6A. Windows color (decimal): -6210850 or 14564001. OLE color: 14564001.
HSL color Cylindrical-coordinate representation of color #A13ADE: hue angle of 277.68º 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 #A13ADE is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 58 | 222 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.13 |
| HSL | 277.68º | 0.71% | 0.55% | - |
| HSV(B) | 277.68º | 0.74% | 0.87% | - |
| XYZ | 29.4 | 15.88 | 70.62 | - |
| YUV | 107.49 | 192.62 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 222 | 0.27 | 0.74 | 0 | 0.13 | 277.68 | 0.71 | 0.55 |
| Hex | A1 | 3A | DE | 1B | 4A | 0 | D | 116 | 47 | 37 |
| Octal | 241 | 72 | 336 | 33 | 112 | 0 | 15 | 426 | 107 | 67 |
| Binary | 10100001 | 111010 | 11011110 | 11011 | 1001010 | 0 | 1101 | 100010110 | 1000111 | 110111 |
Color Harmonies of #A13ADE
Complementary color
Monochromatic Colors of #A13ADE
Black with #A13ADE
Text Example
Text Example
White with #A13ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13ADE; }
p { color: rgb(161,58,222); }
H1.HeaderClassName
{
color: #A13ADE;
}
.AnyTagClassName
{
color: #A13ADE;
}
</style>
background-color css
<style>
a { background-color: #A13ADE; }
a { background-color: rgb(161,58,222); }
div.DivClassName
{
background-color: #A13ADE;
}
.BgClassName
{
background-color: #A13ADE;
}
</style>
border-color css
<style>
span { border-color: #A13ADE; }
span { border-color: rgb(161,58,222); }
td.TdClassName
{
border-color: #A13ADE;
}
.TagClassName
{
border-color: #A13ADE;
}
</style>