Shades of Dark Orchid #A91CBA
Tints of Dark Orchid #A91CBA
RGB
CMYK
RGB Variations
Color information
#A91CBA (or 0xA91CBA) is known color: Dark Orchid. HEX triplet: A9, 1C and BA. RGB value is (169,28,186). Sum of RGB (Red+Green+Blue) = 169+28+186=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #A91CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91CBA is #56E345. Grayscale: #575757. Windows color (decimal): -5694278 or 12197033. OLE color: 12197033.
HSL color Cylindrical-coordinate representation of color #A91CBA: hue angle of 293.54º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A91CBA is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 28 | 186 | - |
| CMYK | 0.09 | 0.85 | 0 | 0.27 |
| HSL | 293.54º | 0.74% | 0.42% | - |
| HSV(B) | 293.54º | 0.85% | 0.73% | - |
| XYZ | 25.64 | 12.81 | 47.58 | - |
| YUV | 88.17 | 183.21 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 186 | 0.09 | 0.85 | 0 | 0.27 | 293.54 | 0.74 | 0.42 |
| Hex | A9 | 1C | BA | 9 | 55 | 0 | 1B | 126 | 4A | 2A |
| Octal | 251 | 34 | 272 | 11 | 125 | 0 | 33 | 446 | 112 | 52 |
| Binary | 10101001 | 11100 | 10111010 | 1001 | 1010101 | 0 | 11011 | 100100110 | 1001010 | 101010 |
Color Harmonies of #A91CBA
Complementary color
Monochromatic Colors of #A91CBA
Black with #A91CBA
Text Example
Text Example
White with #A91CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91CBA; }
p { color: rgb(169,28,186); }
H1.HeaderClassName
{
color: #A91CBA;
}
.AnyTagClassName
{
color: #A91CBA;
}
</style>
background-color css
<style>
a { background-color: #A91CBA; }
a { background-color: rgb(169,28,186); }
div.DivClassName
{
background-color: #A91CBA;
}
.BgClassName
{
background-color: #A91CBA;
}
</style>
border-color css
<style>
span { border-color: #A91CBA; }
span { border-color: rgb(169,28,186); }
td.TdClassName
{
border-color: #A91CBA;
}
.TagClassName
{
border-color: #A91CBA;
}
</style>