Shades of Dark Orchid #A13DDB
Tints of Dark Orchid #A13DDB
RGB
CMYK
RGB Variations
Color information
#A13DDB (or 0xA13DDB) is known color: Dark Orchid. HEX triplet: A1, 3D and DB. RGB value is (161,61,219). Sum of RGB (Red+Green+Blue) = 161+61+219=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #A13DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13DDB is #5EC224. Grayscale: #6C6C6C. Windows color (decimal): -6210085 or 14368161. OLE color: 14368161.
HSL color Cylindrical-coordinate representation of color #A13DDB: hue angle of 277.97º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A13DDB is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 61 | 219 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.14 |
| HSL | 277.97º | 0.69% | 0.55% | - |
| HSV(B) | 277.97º | 0.72% | 0.86% | - |
| XYZ | 29.15 | 16.03 | 68.58 | - |
| YUV | 108.91 | 190.13 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 61 | 219 | 0.26 | 0.72 | 0 | 0.14 | 277.97 | 0.69 | 0.55 |
| Hex | A1 | 3D | DB | 1A | 48 | 0 | E | 116 | 45 | 37 |
| Octal | 241 | 75 | 333 | 32 | 110 | 0 | 16 | 426 | 105 | 67 |
| Binary | 10100001 | 111101 | 11011011 | 11010 | 1001000 | 0 | 1110 | 100010110 | 1000101 | 110111 |
Color Harmonies of #A13DDB
Complementary color
Monochromatic Colors of #A13DDB
Black with #A13DDB
Text Example
Text Example
White with #A13DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13DDB; }
p { color: rgb(161,61,219); }
H1.HeaderClassName
{
color: #A13DDB;
}
.AnyTagClassName
{
color: #A13DDB;
}
</style>
background-color css
<style>
a { background-color: #A13DDB; }
a { background-color: rgb(161,61,219); }
div.DivClassName
{
background-color: #A13DDB;
}
.BgClassName
{
background-color: #A13DDB;
}
</style>
border-color css
<style>
span { border-color: #A13DDB; }
span { border-color: rgb(161,61,219); }
td.TdClassName
{
border-color: #A13DDB;
}
.TagClassName
{
border-color: #A13DDB;
}
</style>