Shades of Dark Orchid #A13EDB
Tints of Dark Orchid #A13EDB
RGB
CMYK
RGB Variations
Color information
#A13EDB (or 0xA13EDB) is known color: Dark Orchid. HEX triplet: A1, 3E and DB. RGB value is (161,62,219). Sum of RGB (Red+Green+Blue) = 161+62+219=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 62 (24.61% from 255 or 14.03% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #A13EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A13EDB is #5EC124. Grayscale: #6C6C6C. Windows color (decimal): -6209829 or 14368417. OLE color: 14368417.
HSL color Cylindrical-coordinate representation of color #A13EDB: hue angle of 277.83º 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 #A13EDB is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 62 | 219 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.14 |
| HSL | 277.83º | 0.69% | 0.55% | - |
| HSV(B) | 277.83º | 0.72% | 0.86% | - |
| XYZ | 29.21 | 16.14 | 68.59 | - |
| YUV | 109.5 | 189.8 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 62 | 219 | 0.26 | 0.72 | 0 | 0.14 | 277.83 | 0.69 | 0.55 |
| Hex | A1 | 3E | DB | 1A | 48 | 0 | E | 116 | 45 | 37 |
| Octal | 241 | 76 | 333 | 32 | 110 | 0 | 16 | 426 | 105 | 67 |
| Binary | 10100001 | 111110 | 11011011 | 11010 | 1001000 | 0 | 1110 | 100010110 | 1000101 | 110111 |
Color Harmonies of #A13EDB
Complementary color
Monochromatic Colors of #A13EDB
Black with #A13EDB
Text Example
Text Example
White with #A13EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A13EDB; }
p { color: rgb(161,62,219); }
H1.HeaderClassName
{
color: #A13EDB;
}
.AnyTagClassName
{
color: #A13EDB;
}
</style>
background-color css
<style>
a { background-color: #A13EDB; }
a { background-color: rgb(161,62,219); }
div.DivClassName
{
background-color: #A13EDB;
}
.BgClassName
{
background-color: #A13EDB;
}
</style>
border-color css
<style>
span { border-color: #A13EDB; }
span { border-color: rgb(161,62,219); }
td.TdClassName
{
border-color: #A13EDB;
}
.TagClassName
{
border-color: #A13EDB;
}
</style>