Shades of Dark Orchid #A91BBE
Tints of Dark Orchid #A91BBE
RGB
CMYK
RGB Variations
Color information
#A91BBE (or 0xA91BBE) is known color: Dark Orchid. HEX triplet: A9, 1B and BE. RGB value is (169,27,190). Sum of RGB (Red+Green+Blue) = 169+27+190=386 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.78% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #A91BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91BBE is #56E441. Grayscale: #575757. Windows color (decimal): -5694530 or 12458921. OLE color: 12458921.
HSL color Cylindrical-coordinate representation of color #A91BBE: hue angle of 292.27º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91BBE is Cyan = 0.11, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 27 | 190 | - |
| CMYK | 0.11 | 0.86 | 0 | 0.25 |
| HSL | 292.27º | 0.75% | 0.43% | - |
| HSV(B) | 292.27º | 0.86% | 0.75% | - |
| XYZ | 26.05 | 12.94 | 49.84 | - |
| YUV | 88.04 | 185.54 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 190 | 0.11 | 0.86 | 0 | 0.25 | 292.27 | 0.75 | 0.43 |
| Hex | A9 | 1B | BE | B | 56 | 0 | 19 | 124 | 4B | 2B |
| Octal | 251 | 33 | 276 | 13 | 126 | 0 | 31 | 444 | 113 | 53 |
| Binary | 10101001 | 11011 | 10111110 | 1011 | 1010110 | 0 | 11001 | 100100100 | 1001011 | 101011 |
Color Harmonies of #A91BBE
Complementary color
Monochromatic Colors of #A91BBE
Black with #A91BBE
Text Example
Text Example
White with #A91BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91BBE; }
p { color: rgb(169,27,190); }
H1.HeaderClassName
{
color: #A91BBE;
}
.AnyTagClassName
{
color: #A91BBE;
}
</style>
background-color css
<style>
a { background-color: #A91BBE; }
a { background-color: rgb(169,27,190); }
div.DivClassName
{
background-color: #A91BBE;
}
.BgClassName
{
background-color: #A91BBE;
}
</style>
border-color css
<style>
span { border-color: #A91BBE; }
span { border-color: rgb(169,27,190); }
td.TdClassName
{
border-color: #A91BBE;
}
.TagClassName
{
border-color: #A91BBE;
}
</style>