Shades of Dark Orchid #A81BAC
Tints of Dark Orchid #A81BAC
RGB
CMYK
RGB Variations
Color information
#A81BAC (or 0xA81BAC) is known color: Dark Orchid. HEX triplet: A8, 1B and AC. RGB value is (168,27,172). Sum of RGB (Red+Green+Blue) = 168+27+172=367 (48% of max value = 765). Red value is 168 (66.02% from 255 or 45.78% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #A81BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A81BAC is #57E453. Grayscale: #555555. Windows color (decimal): -5760084 or 11279272. OLE color: 11279272.
HSL color Cylindrical-coordinate representation of color #A81BAC: hue angle of 298.34º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81BAC is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 27 | 172 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.33 |
| HSL | 298.34º | 0.73% | 0.39% | - |
| HSV(B) | 298.34º | 0.84% | 0.67% | - |
| XYZ | 23.99 | 12.09 | 40.1 | - |
| YUV | 85.69 | 176.71 | 186.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 27 | 172 | 0.02 | 0.84 | 0 | 0.33 | 298.34 | 0.73 | 0.39 |
| Hex | A8 | 1B | AC | 2 | 54 | 0 | 21 | 12A | 49 | 27 |
| Octal | 250 | 33 | 254 | 2 | 124 | 0 | 41 | 452 | 111 | 47 |
| Binary | 10101000 | 11011 | 10101100 | 10 | 1010100 | 0 | 100001 | 100101010 | 1001001 | 100111 |
Color Harmonies of #A81BAC
Complementary color
Monochromatic Colors of #A81BAC
Black with #A81BAC
Text Example
Text Example
White with #A81BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81BAC; }
p { color: rgb(168,27,172); }
H1.HeaderClassName
{
color: #A81BAC;
}
.AnyTagClassName
{
color: #A81BAC;
}
</style>
background-color css
<style>
a { background-color: #A81BAC; }
a { background-color: rgb(168,27,172); }
div.DivClassName
{
background-color: #A81BAC;
}
.BgClassName
{
background-color: #A81BAC;
}
</style>
border-color css
<style>
span { border-color: #A81BAC; }
span { border-color: rgb(168,27,172); }
td.TdClassName
{
border-color: #A81BAC;
}
.TagClassName
{
border-color: #A81BAC;
}
</style>