Shades of Dark Orchid #A81EDD
Tints of Dark Orchid #A81EDD
RGB
CMYK
RGB Variations
Color information
#A81EDD (or 0xA81EDD) is known color: Dark Orchid. HEX triplet: A8, 1E and DD. RGB value is (168,30,221). Sum of RGB (Red+Green+Blue) = 168+30+221=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #A81EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81EDD is #57E122. Grayscale: #5C5C5C. Windows color (decimal): -5759267 or 14491304. OLE color: 14491304.
HSL color Cylindrical-coordinate representation of color #A81EDD: hue angle of 283.35º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81EDD is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 30 | 221 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.13 |
| HSL | 283.35º | 0.76% | 0.49% | - |
| HSV(B) | 283.35º | 0.86% | 0.87% | - |
| XYZ | 29.66 | 14.47 | 69.64 | - |
| YUV | 93.04 | 200.22 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 30 | 221 | 0.24 | 0.86 | 0 | 0.13 | 283.35 | 0.76 | 0.49 |
| Hex | A8 | 1E | DD | 18 | 56 | 0 | D | 11B | 4C | 31 |
| Octal | 250 | 36 | 335 | 30 | 126 | 0 | 15 | 433 | 114 | 61 |
| Binary | 10101000 | 11110 | 11011101 | 11000 | 1010110 | 0 | 1101 | 100011011 | 1001100 | 110001 |
Color Harmonies of #A81EDD
Complementary color
Monochromatic Colors of #A81EDD
Black with #A81EDD
Text Example
Text Example
White with #A81EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81EDD; }
p { color: rgb(168,30,221); }
H1.HeaderClassName
{
color: #A81EDD;
}
.AnyTagClassName
{
color: #A81EDD;
}
</style>
background-color css
<style>
a { background-color: #A81EDD; }
a { background-color: rgb(168,30,221); }
div.DivClassName
{
background-color: #A81EDD;
}
.BgClassName
{
background-color: #A81EDD;
}
</style>
border-color css
<style>
span { border-color: #A81EDD; }
span { border-color: rgb(168,30,221); }
td.TdClassName
{
border-color: #A81EDD;
}
.TagClassName
{
border-color: #A81EDD;
}
</style>