Shades of Dark Orchid #A81BDC
Tints of Dark Orchid #A81BDC
RGB
CMYK
RGB Variations
Color information
#A81BDC (or 0xA81BDC) is known color: Dark Orchid. HEX triplet: A8, 1B and DC. RGB value is (168,27,220). Sum of RGB (Red+Green+Blue) = 168+27+220=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 27 (10.94% from 255 or 6.51% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #A81BDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81BDC is #57E423. Grayscale: #5A5A5A. Windows color (decimal): -5760036 or 14425000. OLE color: 14425000.
HSL color Cylindrical-coordinate representation of color #A81BDC: hue angle of 283.83º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81BDC is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 27 | 220 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.14 |
| HSL | 283.83º | 0.78% | 0.48% | - |
| HSV(B) | 283.83º | 0.88% | 0.86% | - |
| XYZ | 29.46 | 14.28 | 68.91 | - |
| YUV | 91.16 | 200.71 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 220 | 0.24 | 0.88 | 0 | 0.14 | 283.83 | 0.78 | 0.48 |
| Hex | A8 | 1B | DC | 18 | 58 | 0 | E | 11C | 4E | 30 |
| Octal | 250 | 33 | 334 | 30 | 130 | 0 | 16 | 434 | 116 | 60 |
| Binary | 10101000 | 11011 | 11011100 | 11000 | 1011000 | 0 | 1110 | 100011100 | 1001110 | 110000 |
Color Harmonies of #A81BDC
Complementary color
Monochromatic Colors of #A81BDC
Black with #A81BDC
Text Example
Text Example
White with #A81BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81BDC; }
p { color: rgb(168,27,220); }
H1.HeaderClassName
{
color: #A81BDC;
}
.AnyTagClassName
{
color: #A81BDC;
}
</style>
background-color css
<style>
a { background-color: #A81BDC; }
a { background-color: rgb(168,27,220); }
div.DivClassName
{
background-color: #A81BDC;
}
.BgClassName
{
background-color: #A81BDC;
}
</style>
border-color css
<style>
span { border-color: #A81BDC; }
span { border-color: rgb(168,27,220); }
td.TdClassName
{
border-color: #A81BDC;
}
.TagClassName
{
border-color: #A81BDC;
}
</style>