Shades of Dark Orchid #A81ABB
Tints of Dark Orchid #A81ABB
RGB
CMYK
RGB Variations
Color information
#A81ABB (or 0xA81ABB) is known color: Dark Orchid. HEX triplet: A8, 1A and BB. RGB value is (168,26,187). Sum of RGB (Red+Green+Blue) = 168+26+187=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #A81ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A81ABB is #57E544. Grayscale: #565656. Windows color (decimal): -5760325 or 12262056. OLE color: 12262056.
HSL color Cylindrical-coordinate representation of color #A81ABB: hue angle of 292.92º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A81ABB is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 26 | 187 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.27 |
| HSL | 292.92º | 0.76% | 0.42% | - |
| HSV(B) | 292.92º | 0.86% | 0.73% | - |
| XYZ | 25.49 | 12.65 | 48.11 | - |
| YUV | 86.81 | 184.54 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 26 | 187 | 0.10 | 0.86 | 0 | 0.27 | 292.92 | 0.76 | 0.42 |
| Hex | A8 | 1A | BB | A | 56 | 0 | 1B | 125 | 4C | 2A |
| Octal | 250 | 32 | 273 | 12 | 126 | 0 | 33 | 445 | 114 | 52 |
| Binary | 10101000 | 11010 | 10111011 | 1010 | 1010110 | 0 | 11011 | 100100101 | 1001100 | 101010 |
Color Harmonies of #A81ABB
Complementary color
Monochromatic Colors of #A81ABB
Black with #A81ABB
Text Example
Text Example
White with #A81ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A81ABB; }
p { color: rgb(168,26,187); }
H1.HeaderClassName
{
color: #A81ABB;
}
.AnyTagClassName
{
color: #A81ABB;
}
</style>
background-color css
<style>
a { background-color: #A81ABB; }
a { background-color: rgb(168,26,187); }
div.DivClassName
{
background-color: #A81ABB;
}
.BgClassName
{
background-color: #A81ABB;
}
</style>
border-color css
<style>
span { border-color: #A81ABB; }
span { border-color: rgb(168,26,187); }
td.TdClassName
{
border-color: #A81ABB;
}
.TagClassName
{
border-color: #A81ABB;
}
</style>