Shades of Dark Orchid #A81AD1
Tints of Dark Orchid #A81AD1
RGB
CMYK
RGB Variations
Color information
#A81AD1 (or 0xA81AD1) is known color: Dark Orchid. HEX triplet: A8, 1A and D1. RGB value is (168,26,209). Sum of RGB (Red+Green+Blue) = 168+26+209=403 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.69% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 209 (82.03% from 255 or 51.86% from 403); Max value from RGB is 209 - color contains mainly: blue. Hex color #A81AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81AD1 is #57E52E. Grayscale: #585858. Windows color (decimal): -5760303 or 13703848. OLE color: 13703848.
HSL color Cylindrical-coordinate representation of color #A81AD1: hue angle of 286.56º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81AD1 is Cyan = 0.20, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 26 | 209 | - |
| CMYK | 0.20 | 0.88 | 0 | 0.18 |
| HSL | 286.56º | 0.78% | 0.46% | - |
| HSV(B) | 286.56º | 0.88% | 0.82% | - |
| XYZ | 28.03 | 13.67 | 61.48 | - |
| YUV | 89.32 | 195.54 | 184.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 209 | 0.20 | 0.88 | 0 | 0.18 | 286.56 | 0.78 | 0.46 |
| Hex | A8 | 1A | D1 | 14 | 58 | 0 | 12 | 11F | 4E | 2E |
| Octal | 250 | 32 | 321 | 24 | 130 | 0 | 22 | 437 | 116 | 56 |
| Binary | 10101000 | 11010 | 11010001 | 10100 | 1011000 | 0 | 10010 | 100011111 | 1001110 | 101110 |
Color Harmonies of #A81AD1
Complementary color
Monochromatic Colors of #A81AD1
Black with #A81AD1
Text Example
Text Example
White with #A81AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81AD1; }
p { color: rgb(168,26,209); }
H1.HeaderClassName
{
color: #A81AD1;
}
.AnyTagClassName
{
color: #A81AD1;
}
</style>
background-color css
<style>
a { background-color: #A81AD1; }
a { background-color: rgb(168,26,209); }
div.DivClassName
{
background-color: #A81AD1;
}
.BgClassName
{
background-color: #A81AD1;
}
</style>
border-color css
<style>
span { border-color: #A81AD1; }
span { border-color: rgb(168,26,209); }
td.TdClassName
{
border-color: #A81AD1;
}
.TagClassName
{
border-color: #A81AD1;
}
</style>