Shades of Dark Orchid #A91ABB
Tints of Dark Orchid #A91ABB
RGB
CMYK
RGB Variations
Color information
#A91ABB (or 0xA91ABB) is known color: Dark Orchid. HEX triplet: A9, 1A and BB. RGB value is (169,26,187). Sum of RGB (Red+Green+Blue) = 169+26+187=382 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.24% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #A91ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91ABB is #56E544. Grayscale: #565656. Windows color (decimal): -5694789 or 12262057. OLE color: 12262057.
HSL color Cylindrical-coordinate representation of color #A91ABB: hue angle of 293.29º 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 #A91ABB is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 26 | 187 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.27 |
| HSL | 293.29º | 0.76% | 0.42% | - |
| HSV(B) | 293.29º | 0.86% | 0.73% | - |
| XYZ | 25.7 | 12.76 | 48.12 | - |
| YUV | 87.11 | 184.38 | 186.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 26 | 187 | 0.10 | 0.86 | 0 | 0.27 | 293.29 | 0.76 | 0.42 |
| Hex | A9 | 1A | BB | A | 56 | 0 | 1B | 125 | 4C | 2A |
| Octal | 251 | 32 | 273 | 12 | 126 | 0 | 33 | 445 | 114 | 52 |
| Binary | 10101001 | 11010 | 10111011 | 1010 | 1010110 | 0 | 11011 | 100100101 | 1001100 | 101010 |
Color Harmonies of #A91ABB
Complementary color
Monochromatic Colors of #A91ABB
Black with #A91ABB
Text Example
Text Example
White with #A91ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91ABB; }
p { color: rgb(169,26,187); }
H1.HeaderClassName
{
color: #A91ABB;
}
.AnyTagClassName
{
color: #A91ABB;
}
</style>
background-color css
<style>
a { background-color: #A91ABB; }
a { background-color: rgb(169,26,187); }
div.DivClassName
{
background-color: #A91ABB;
}
.BgClassName
{
background-color: #A91ABB;
}
</style>
border-color css
<style>
span { border-color: #A91ABB; }
span { border-color: rgb(169,26,187); }
td.TdClassName
{
border-color: #A91ABB;
}
.TagClassName
{
border-color: #A91ABB;
}
</style>