Shades of Dark Orchid #A91BAE
Tints of Dark Orchid #A91BAE
RGB
CMYK
RGB Variations
Color information
#A91BAE (or 0xA91BAE) is known color: Dark Orchid. HEX triplet: A9, 1B and AE. RGB value is (169,27,174). Sum of RGB (Red+Green+Blue) = 169+27+174=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #A91BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A91BAE is #56E451. Grayscale: #555555. Windows color (decimal): -5694546 or 11410345. OLE color: 11410345.
HSL color Cylindrical-coordinate representation of color #A91BAE: hue angle of 297.96º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91BAE is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 169 | 27 | 174 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.32 |
| HSL | 297.96º | 0.73% | 0.39% | - |
| HSV(B) | 297.96º | 0.84% | 0.68% | - |
| XYZ | 24.39 | 12.27 | 41.13 | - |
| YUV | 86.22 | 177.54 | 187.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 174 | 0.03 | 0.84 | 0 | 0.32 | 297.96 | 0.73 | 0.39 |
| Hex | A9 | 1B | AE | 3 | 54 | 0 | 20 | 12A | 49 | 27 |
| Octal | 251 | 33 | 256 | 3 | 124 | 0 | 40 | 452 | 111 | 47 |
| Binary | 10101001 | 11011 | 10101110 | 11 | 1010100 | 0 | 100000 | 100101010 | 1001001 | 100111 |
Color Harmonies of #A91BAE
Complementary color
Monochromatic Colors of #A91BAE
Black with #A91BAE
Text Example
Text Example
White with #A91BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91BAE; }
p { color: rgb(169,27,174); }
H1.HeaderClassName
{
color: #A91BAE;
}
.AnyTagClassName
{
color: #A91BAE;
}
</style>
background-color css
<style>
a { background-color: #A91BAE; }
a { background-color: rgb(169,27,174); }
div.DivClassName
{
background-color: #A91BAE;
}
.BgClassName
{
background-color: #A91BAE;
}
</style>
border-color css
<style>
span { border-color: #A91BAE; }
span { border-color: rgb(169,27,174); }
td.TdClassName
{
border-color: #A91BAE;
}
.TagClassName
{
border-color: #A91BAE;
}
</style>