Shades of Dark Orchid #A81CDB
Tints of Dark Orchid #A81CDB
RGB
CMYK
RGB Variations
Color information
#A81CDB (or 0xA81CDB) is known color: Dark Orchid. HEX triplet: A8, 1C and DB. RGB value is (168,28,219). Sum of RGB (Red+Green+Blue) = 168+28+219=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 28 (11.33% from 255 or 6.75% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #A81CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81CDB is #57E324. Grayscale: #5B5B5B. Windows color (decimal): -5759781 or 14359720. OLE color: 14359720.
HSL color Cylindrical-coordinate representation of color #A81CDB: hue angle of 283.98º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81CDB is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 28 | 219 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.14 |
| HSL | 283.98º | 0.77% | 0.48% | - |
| HSV(B) | 283.98º | 0.87% | 0.86% | - |
| XYZ | 29.35 | 14.27 | 68.23 | - |
| YUV | 91.63 | 199.88 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 28 | 219 | 0.23 | 0.87 | 0 | 0.14 | 283.98 | 0.77 | 0.48 |
| Hex | A8 | 1C | DB | 17 | 57 | 0 | E | 11C | 4D | 30 |
| Octal | 250 | 34 | 333 | 27 | 127 | 0 | 16 | 434 | 115 | 60 |
| Binary | 10101000 | 11100 | 11011011 | 10111 | 1010111 | 0 | 1110 | 100011100 | 1001101 | 110000 |
Color Harmonies of #A81CDB
Complementary color
Monochromatic Colors of #A81CDB
Black with #A81CDB
Text Example
Text Example
White with #A81CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81CDB; }
p { color: rgb(168,28,219); }
H1.HeaderClassName
{
color: #A81CDB;
}
.AnyTagClassName
{
color: #A81CDB;
}
</style>
background-color css
<style>
a { background-color: #A81CDB; }
a { background-color: rgb(168,28,219); }
div.DivClassName
{
background-color: #A81CDB;
}
.BgClassName
{
background-color: #A81CDB;
}
</style>
border-color css
<style>
span { border-color: #A81CDB; }
span { border-color: rgb(168,28,219); }
td.TdClassName
{
border-color: #A81CDB;
}
.TagClassName
{
border-color: #A81CDB;
}
</style>