Shades of Dark Orchid #A91BC6
Tints of Dark Orchid #A91BC6
RGB
CMYK
RGB Variations
Color information
#A91BC6 (or 0xA91BC6) is known color: Dark Orchid. HEX triplet: A9, 1B and C6. RGB value is (169,27,198). Sum of RGB (Red+Green+Blue) = 169+27+198=394 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.89% from 394); Green value is 27 (10.94% from 255 or 6.85% from 394); Blue value is 198 (77.73% from 255 or 50.25% from 394); Max value from RGB is 198 - color contains mainly: blue. Hex color #A91BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91BC6 is #56E439. Grayscale: #585858. Windows color (decimal): -5694522 or 12983209. OLE color: 12983209.
HSL color Cylindrical-coordinate representation of color #A91BC6: hue angle of 289.82º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91BC6 is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 27 | 198 | - |
| CMYK | 0.15 | 0.86 | 0 | 0.22 |
| HSL | 289.82º | 0.76% | 0.44% | - |
| HSV(B) | 289.82º | 0.86% | 0.78% | - |
| XYZ | 26.95 | 13.3 | 54.57 | - |
| YUV | 88.95 | 189.54 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 198 | 0.15 | 0.86 | 0 | 0.22 | 289.82 | 0.76 | 0.44 |
| Hex | A9 | 1B | C6 | F | 56 | 0 | 16 | 122 | 4C | 2C |
| Octal | 251 | 33 | 306 | 17 | 126 | 0 | 26 | 442 | 114 | 54 |
| Binary | 10101001 | 11011 | 11000110 | 1111 | 1010110 | 0 | 10110 | 100100010 | 1001100 | 101100 |
Color Harmonies of #A91BC6
Complementary color
Monochromatic Colors of #A91BC6
Black with #A91BC6
Text Example
Text Example
White with #A91BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91BC6; }
p { color: rgb(169,27,198); }
H1.HeaderClassName
{
color: #A91BC6;
}
.AnyTagClassName
{
color: #A91BC6;
}
</style>
background-color css
<style>
a { background-color: #A91BC6; }
a { background-color: rgb(169,27,198); }
div.DivClassName
{
background-color: #A91BC6;
}
.BgClassName
{
background-color: #A91BC6;
}
</style>
border-color css
<style>
span { border-color: #A91BC6; }
span { border-color: rgb(169,27,198); }
td.TdClassName
{
border-color: #A91BC6;
}
.TagClassName
{
border-color: #A91BC6;
}
</style>