Shades of Dark Orchid #A81DDE
Tints of Dark Orchid #A81DDE
RGB
CMYK
RGB Variations
Color information
#A81DDE (or 0xA81DDE) is known color: Dark Orchid. HEX triplet: A8, 1D and DE. RGB value is (168,29,222). Sum of RGB (Red+Green+Blue) = 168+29+222=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #A81DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81DDE is #57E221. Grayscale: #5B5B5B. Windows color (decimal): -5759522 or 14556584. OLE color: 14556584.
HSL color Cylindrical-coordinate representation of color #A81DDE: hue angle of 283.21º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81DDE is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 29 | 222 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.13 |
| HSL | 283.21º | 0.77% | 0.49% | - |
| HSV(B) | 283.21º | 0.87% | 0.87% | - |
| XYZ | 29.77 | 14.48 | 70.33 | - |
| YUV | 92.56 | 201.05 | 181.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 222 | 0.24 | 0.87 | 0 | 0.13 | 283.21 | 0.77 | 0.49 |
| Hex | A8 | 1D | DE | 18 | 57 | 0 | D | 11B | 4D | 31 |
| Octal | 250 | 35 | 336 | 30 | 127 | 0 | 15 | 433 | 115 | 61 |
| Binary | 10101000 | 11101 | 11011110 | 11000 | 1010111 | 0 | 1101 | 100011011 | 1001101 | 110001 |
Color Harmonies of #A81DDE
Complementary color
Monochromatic Colors of #A81DDE
Black with #A81DDE
Text Example
Text Example
White with #A81DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DDE; }
p { color: rgb(168,29,222); }
H1.HeaderClassName
{
color: #A81DDE;
}
.AnyTagClassName
{
color: #A81DDE;
}
</style>
background-color css
<style>
a { background-color: #A81DDE; }
a { background-color: rgb(168,29,222); }
div.DivClassName
{
background-color: #A81DDE;
}
.BgClassName
{
background-color: #A81DDE;
}
</style>
border-color css
<style>
span { border-color: #A81DDE; }
span { border-color: rgb(168,29,222); }
td.TdClassName
{
border-color: #A81DDE;
}
.TagClassName
{
border-color: #A81DDE;
}
</style>