Shades of Dark Orchid #A81ED0
Tints of Dark Orchid #A81ED0
RGB
CMYK
RGB Variations
Color information
#A81ED0 (or 0xA81ED0) is known color: Dark Orchid. HEX triplet: A8, 1E and D0. RGB value is (168,30,208). Sum of RGB (Red+Green+Blue) = 168+30+208=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 208 (81.64% from 255 or 51.23% from 406); Max value from RGB is 208 - color contains mainly: blue. Hex color #A81ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81ED0 is #57E12F. Grayscale: #5A5A5A. Windows color (decimal): -5759280 or 13639336. OLE color: 13639336.
HSL color Cylindrical-coordinate representation of color #A81ED0: hue angle of 286.52º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81ED0 is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 30 | 208 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.18 |
| HSL | 286.52º | 0.75% | 0.47% | - |
| HSV(B) | 286.52º | 0.86% | 0.82% | - |
| XYZ | 28 | 13.81 | 60.86 | - |
| YUV | 91.55 | 193.72 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 30 | 208 | 0.19 | 0.86 | 0 | 0.18 | 286.52 | 0.75 | 0.47 |
| Hex | A8 | 1E | D0 | 13 | 56 | 0 | 12 | 11F | 4B | 2F |
| Octal | 250 | 36 | 320 | 23 | 126 | 0 | 22 | 437 | 113 | 57 |
| Binary | 10101000 | 11110 | 11010000 | 10011 | 1010110 | 0 | 10010 | 100011111 | 1001011 | 101111 |
Color Harmonies of #A81ED0
Complementary color
Monochromatic Colors of #A81ED0
Black with #A81ED0
Text Example
Text Example
White with #A81ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81ED0; }
p { color: rgb(168,30,208); }
H1.HeaderClassName
{
color: #A81ED0;
}
.AnyTagClassName
{
color: #A81ED0;
}
</style>
background-color css
<style>
a { background-color: #A81ED0; }
a { background-color: rgb(168,30,208); }
div.DivClassName
{
background-color: #A81ED0;
}
.BgClassName
{
background-color: #A81ED0;
}
</style>
border-color css
<style>
span { border-color: #A81ED0; }
span { border-color: rgb(168,30,208); }
td.TdClassName
{
border-color: #A81ED0;
}
.TagClassName
{
border-color: #A81ED0;
}
</style>