Shades of Dark Orchid #A91BBC
Tints of Dark Orchid #A91BBC
RGB
CMYK
RGB Variations
Color information
#A91BBC (or 0xA91BBC) is known color: Dark Orchid. HEX triplet: A9, 1B and BC. RGB value is (169,27,188). Sum of RGB (Red+Green+Blue) = 169+27+188=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 27 (10.94% from 255 or 7.03% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #A91BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91BBC is #56E443. Grayscale: #575757. Windows color (decimal): -5694532 or 12327849. OLE color: 12327849.
HSL color Cylindrical-coordinate representation of color #A91BBC: hue angle of 292.92º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91BBC is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 169 | 27 | 188 | - |
| CMYK | 0.10 | 0.86 | 0 | 0.26 |
| HSL | 292.92º | 0.75% | 0.42% | - |
| HSV(B) | 292.92º | 0.86% | 0.74% | - |
| XYZ | 25.83 | 12.85 | 48.7 | - |
| YUV | 87.81 | 184.54 | 185.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 188 | 0.10 | 0.86 | 0 | 0.26 | 292.92 | 0.75 | 0.42 |
| Hex | A9 | 1B | BC | A | 56 | 0 | 1A | 125 | 4B | 2A |
| Octal | 251 | 33 | 274 | 12 | 126 | 0 | 32 | 445 | 113 | 52 |
| Binary | 10101001 | 11011 | 10111100 | 1010 | 1010110 | 0 | 11010 | 100100101 | 1001011 | 101010 |
Color Harmonies of #A91BBC
Complementary color
Monochromatic Colors of #A91BBC
Black with #A91BBC
Text Example
Text Example
White with #A91BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91BBC; }
p { color: rgb(169,27,188); }
H1.HeaderClassName
{
color: #A91BBC;
}
.AnyTagClassName
{
color: #A91BBC;
}
</style>
background-color css
<style>
a { background-color: #A91BBC; }
a { background-color: rgb(169,27,188); }
div.DivClassName
{
background-color: #A91BBC;
}
.BgClassName
{
background-color: #A91BBC;
}
</style>
border-color css
<style>
span { border-color: #A91BBC; }
span { border-color: rgb(169,27,188); }
td.TdClassName
{
border-color: #A91BBC;
}
.TagClassName
{
border-color: #A91BBC;
}
</style>