Shades of Dark Orchid #A81ACD
Tints of Dark Orchid #A81ACD
RGB
CMYK
RGB Variations
Color information
#A81ACD (or 0xA81ACD) is known color: Dark Orchid. HEX triplet: A8, 1A and CD. RGB value is (168,26,205). Sum of RGB (Red+Green+Blue) = 168+26+205=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 26 (10.55% from 255 or 6.52% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #A81ACD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81ACD is #57E532. Grayscale: #585858. Windows color (decimal): -5760307 or 13441704. OLE color: 13441704.
HSL color Cylindrical-coordinate representation of color #A81ACD: hue angle of 287.6º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A81ACD is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 26 | 205 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.20 |
| HSL | 287.6º | 0.77% | 0.45% | - |
| HSV(B) | 287.6º | 0.87% | 0.8% | - |
| XYZ | 27.54 | 13.47 | 58.91 | - |
| YUV | 88.86 | 193.54 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 205 | 0.18 | 0.87 | 0 | 0.20 | 287.6 | 0.77 | 0.45 |
| Hex | A8 | 1A | CD | 12 | 57 | 0 | 14 | 120 | 4D | 2D |
| Octal | 250 | 32 | 315 | 22 | 127 | 0 | 24 | 440 | 115 | 55 |
| Binary | 10101000 | 11010 | 11001101 | 10010 | 1010111 | 0 | 10100 | 100100000 | 1001101 | 101101 |
Color Harmonies of #A81ACD
Complementary color
Monochromatic Colors of #A81ACD
Black with #A81ACD
Text Example
Text Example
White with #A81ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81ACD; }
p { color: rgb(168,26,205); }
H1.HeaderClassName
{
color: #A81ACD;
}
.AnyTagClassName
{
color: #A81ACD;
}
</style>
background-color css
<style>
a { background-color: #A81ACD; }
a { background-color: rgb(168,26,205); }
div.DivClassName
{
background-color: #A81ACD;
}
.BgClassName
{
background-color: #A81ACD;
}
</style>
border-color css
<style>
span { border-color: #A81ACD; }
span { border-color: rgb(168,26,205); }
td.TdClassName
{
border-color: #A81ACD;
}
.TagClassName
{
border-color: #A81ACD;
}
</style>