Shades of Dark Orchid #A81EDB
Tints of Dark Orchid #A81EDB
RGB
CMYK
RGB Variations
Color information
#A81EDB (or 0xA81EDB) is known color: Dark Orchid. HEX triplet: A8, 1E and DB. RGB value is (168,30,219). Sum of RGB (Red+Green+Blue) = 168+30+219=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #A81EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81EDB is #57E124. Grayscale: #5C5C5C. Windows color (decimal): -5759269 or 14360232. OLE color: 14360232.
HSL color Cylindrical-coordinate representation of color #A81EDB: hue angle of 283.81º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81EDB is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 30 | 219 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.14 |
| HSL | 283.81º | 0.76% | 0.49% | - |
| HSV(B) | 283.81º | 0.86% | 0.86% | - |
| XYZ | 29.4 | 14.37 | 68.24 | - |
| YUV | 92.81 | 199.22 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 30 | 219 | 0.23 | 0.86 | 0 | 0.14 | 283.81 | 0.76 | 0.49 |
| Hex | A8 | 1E | DB | 17 | 56 | 0 | E | 11C | 4C | 31 |
| Octal | 250 | 36 | 333 | 27 | 126 | 0 | 16 | 434 | 114 | 61 |
| Binary | 10101000 | 11110 | 11011011 | 10111 | 1010110 | 0 | 1110 | 100011100 | 1001100 | 110001 |
Color Harmonies of #A81EDB
Complementary color
Monochromatic Colors of #A81EDB
Black with #A81EDB
Text Example
Text Example
White with #A81EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81EDB; }
p { color: rgb(168,30,219); }
H1.HeaderClassName
{
color: #A81EDB;
}
.AnyTagClassName
{
color: #A81EDB;
}
</style>
background-color css
<style>
a { background-color: #A81EDB; }
a { background-color: rgb(168,30,219); }
div.DivClassName
{
background-color: #A81EDB;
}
.BgClassName
{
background-color: #A81EDB;
}
</style>
border-color css
<style>
span { border-color: #A81EDB; }
span { border-color: rgb(168,30,219); }
td.TdClassName
{
border-color: #A81EDB;
}
.TagClassName
{
border-color: #A81EDB;
}
</style>