Shades of Dark Orchid #A81BB9
Tints of Dark Orchid #A81BB9
RGB
CMYK
RGB Variations
Color information
#A81BB9 (or 0xA81BB9) is known color: Dark Orchid. HEX triplet: A8, 1B and B9. RGB value is (168,27,185). Sum of RGB (Red+Green+Blue) = 168+27+185=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 185 - color contains mainly: blue. Hex color #A81BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81BB9 is #57E446. Grayscale: #565656. Windows color (decimal): -5760071 or 12131240. OLE color: 12131240.
HSL color Cylindrical-coordinate representation of color #A81BB9: hue angle of 293.54º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A81BB9 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 27 | 185 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.27 |
| HSL | 293.54º | 0.75% | 0.42% | - |
| HSV(B) | 293.54º | 0.85% | 0.73% | - |
| XYZ | 25.3 | 12.61 | 47 | - |
| YUV | 87.17 | 183.21 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 185 | 0.09 | 0.85 | 0 | 0.27 | 293.54 | 0.75 | 0.42 |
| Hex | A8 | 1B | B9 | 9 | 55 | 0 | 1B | 126 | 4B | 2A |
| Octal | 250 | 33 | 271 | 11 | 125 | 0 | 33 | 446 | 113 | 52 |
| Binary | 10101000 | 11011 | 10111001 | 1001 | 1010101 | 0 | 11011 | 100100110 | 1001011 | 101010 |
Color Harmonies of #A81BB9
Complementary color
Monochromatic Colors of #A81BB9
Black with #A81BB9
Text Example
Text Example
White with #A81BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81BB9; }
p { color: rgb(168,27,185); }
H1.HeaderClassName
{
color: #A81BB9;
}
.AnyTagClassName
{
color: #A81BB9;
}
</style>
background-color css
<style>
a { background-color: #A81BB9; }
a { background-color: rgb(168,27,185); }
div.DivClassName
{
background-color: #A81BB9;
}
.BgClassName
{
background-color: #A81BB9;
}
</style>
border-color css
<style>
span { border-color: #A81BB9; }
span { border-color: rgb(168,27,185); }
td.TdClassName
{
border-color: #A81BB9;
}
.TagClassName
{
border-color: #A81BB9;
}
</style>