Shades of Dark Orchid #A13ADB
Tints of Dark Orchid #A13ADB
RGB
CMYK
RGB Variations
Color information
#A13ADB (or 0xA13ADB) is known color: Dark Orchid. HEX triplet: A1, 3A and DB. RGB value is (161,58,219). Sum of RGB (Red+Green+Blue) = 161+58+219=438 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.76% from 438); Green value is 58 (23.05% from 255 or 13.24% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #A13ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13ADB is #5EC524. Grayscale: #6A6A6A. Windows color (decimal): -6210853 or 14367393. OLE color: 14367393.
HSL color Cylindrical-coordinate representation of color #A13ADB: hue angle of 278.39º 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 #A13ADB is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 58 | 219 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.14 |
| HSL | 278.39º | 0.69% | 0.54% | - |
| HSV(B) | 278.39º | 0.74% | 0.86% | - |
| XYZ | 29 | 15.72 | 68.52 | - |
| YUV | 107.15 | 191.12 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 58 | 219 | 0.26 | 0.74 | 0 | 0.14 | 278.39 | 0.69 | 0.54 |
| Hex | A1 | 3A | DB | 1A | 4A | 0 | E | 116 | 45 | 36 |
| Octal | 241 | 72 | 333 | 32 | 112 | 0 | 16 | 426 | 105 | 66 |
| Binary | 10100001 | 111010 | 11011011 | 11010 | 1001010 | 0 | 1110 | 100010110 | 1000101 | 110110 |
Color Harmonies of #A13ADB
Complementary color
Monochromatic Colors of #A13ADB
Black with #A13ADB
Text Example
Text Example
White with #A13ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13ADB; }
p { color: rgb(161,58,219); }
H1.HeaderClassName
{
color: #A13ADB;
}
.AnyTagClassName
{
color: #A13ADB;
}
</style>
background-color css
<style>
a { background-color: #A13ADB; }
a { background-color: rgb(161,58,219); }
div.DivClassName
{
background-color: #A13ADB;
}
.BgClassName
{
background-color: #A13ADB;
}
</style>
border-color css
<style>
span { border-color: #A13ADB; }
span { border-color: rgb(161,58,219); }
td.TdClassName
{
border-color: #A13ADB;
}
.TagClassName
{
border-color: #A13ADB;
}
</style>