Shades of Dark Orchid #A81BDE
Tints of Dark Orchid #A81BDE
RGB
CMYK
RGB Variations
Color information
#A81BDE (or 0xA81BDE) is known color: Dark Orchid. HEX triplet: A8, 1B and DE. RGB value is (168,27,222). Sum of RGB (Red+Green+Blue) = 168+27+222=417 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.29% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #A81BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81BDE is #57E421. Grayscale: #5A5A5A. Windows color (decimal): -5760034 or 14556072. OLE color: 14556072.
HSL color Cylindrical-coordinate representation of color #A81BDE: hue angle of 283.38º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A81BDE is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 27 | 222 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.13 |
| HSL | 283.38º | 0.78% | 0.49% | - |
| HSV(B) | 283.38º | 0.88% | 0.87% | - |
| XYZ | 29.73 | 14.38 | 70.32 | - |
| YUV | 91.39 | 201.71 | 182.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 222 | 0.24 | 0.88 | 0 | 0.13 | 283.38 | 0.78 | 0.49 |
| Hex | A8 | 1B | DE | 18 | 58 | 0 | D | 11B | 4E | 31 |
| Octal | 250 | 33 | 336 | 30 | 130 | 0 | 15 | 433 | 116 | 61 |
| Binary | 10101000 | 11011 | 11011110 | 11000 | 1011000 | 0 | 1101 | 100011011 | 1001110 | 110001 |
Color Harmonies of #A81BDE
Complementary color
Monochromatic Colors of #A81BDE
Black with #A81BDE
Text Example
Text Example
White with #A81BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81BDE; }
p { color: rgb(168,27,222); }
H1.HeaderClassName
{
color: #A81BDE;
}
.AnyTagClassName
{
color: #A81BDE;
}
</style>
background-color css
<style>
a { background-color: #A81BDE; }
a { background-color: rgb(168,27,222); }
div.DivClassName
{
background-color: #A81BDE;
}
.BgClassName
{
background-color: #A81BDE;
}
</style>
border-color css
<style>
span { border-color: #A81BDE; }
span { border-color: rgb(168,27,222); }
td.TdClassName
{
border-color: #A81BDE;
}
.TagClassName
{
border-color: #A81BDE;
}
</style>