Shades of Dark Orchid #A81DE0
Tints of Dark Orchid #A81DE0
RGB
CMYK
RGB Variations
Color information
#A81DE0 (or 0xA81DE0) is known color: Dark Orchid. HEX triplet: A8, 1D and E0. RGB value is (168,29,224). Sum of RGB (Red+Green+Blue) = 168+29+224=421 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.90% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 224 (87.89% from 255 or 53.21% from 421); Max value from RGB is 224 - color contains mainly: blue. Hex color #A81DE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81DE0 is #57E21F. Grayscale: #5C5C5C. Windows color (decimal): -5759520 or 14687656. OLE color: 14687656.
HSL color Cylindrical-coordinate representation of color #A81DE0: hue angle of 282.77º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81DE0 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 29 | 224 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.12 |
| HSL | 282.77º | 0.77% | 0.5% | - |
| HSV(B) | 282.77º | 0.87% | 0.88% | - |
| XYZ | 30.04 | 14.59 | 71.75 | - |
| YUV | 92.79 | 202.05 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 29 | 224 | 0.25 | 0.87 | 0 | 0.12 | 282.77 | 0.77 | 0.5 |
| Hex | A8 | 1D | E0 | 19 | 57 | 0 | C | 11B | 4D | 32 |
| Octal | 250 | 35 | 340 | 31 | 127 | 0 | 14 | 433 | 115 | 62 |
| Binary | 10101000 | 11101 | 11100000 | 11001 | 1010111 | 0 | 1100 | 100011011 | 1001101 | 110010 |
Color Harmonies of #A81DE0
Complementary color
Monochromatic Colors of #A81DE0
Black with #A81DE0
Text Example
Text Example
White with #A81DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81DE0; }
p { color: rgb(168,29,224); }
H1.HeaderClassName
{
color: #A81DE0;
}
.AnyTagClassName
{
color: #A81DE0;
}
</style>
background-color css
<style>
a { background-color: #A81DE0; }
a { background-color: rgb(168,29,224); }
div.DivClassName
{
background-color: #A81DE0;
}
.BgClassName
{
background-color: #A81DE0;
}
</style>
border-color css
<style>
span { border-color: #A81DE0; }
span { border-color: rgb(168,29,224); }
td.TdClassName
{
border-color: #A81DE0;
}
.TagClassName
{
border-color: #A81DE0;
}
</style>