Shades of Dark Orchid #A91BDD
Tints of Dark Orchid #A91BDD
RGB
CMYK
RGB Variations
Color information
#A91BDD (or 0xA91BDD) is known color: Dark Orchid. HEX triplet: A9, 1B and DD. RGB value is (169,27,221). Sum of RGB (Red+Green+Blue) = 169+27+221=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 27 (10.94% from 255 or 6.47% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #A91BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91BDD is #56E422. Grayscale: #5A5A5A. Windows color (decimal): -5694499 or 14490537. OLE color: 14490537.
HSL color Cylindrical-coordinate representation of color #A91BDD: hue angle of 283.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A91BDD is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 27 | 221 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.13 |
| HSL | 283.92º | 0.78% | 0.49% | - |
| HSV(B) | 283.92º | 0.88% | 0.87% | - |
| XYZ | 29.81 | 14.44 | 69.62 | - |
| YUV | 91.57 | 201.04 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 27 | 221 | 0.24 | 0.88 | 0 | 0.13 | 283.92 | 0.78 | 0.49 |
| Hex | A9 | 1B | DD | 18 | 58 | 0 | D | 11C | 4E | 31 |
| Octal | 251 | 33 | 335 | 30 | 130 | 0 | 15 | 434 | 116 | 61 |
| Binary | 10101001 | 11011 | 11011101 | 11000 | 1011000 | 0 | 1101 | 100011100 | 1001110 | 110001 |
Color Harmonies of #A91BDD
Complementary color
Monochromatic Colors of #A91BDD
Black with #A91BDD
Text Example
Text Example
White with #A91BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91BDD; }
p { color: rgb(169,27,221); }
H1.HeaderClassName
{
color: #A91BDD;
}
.AnyTagClassName
{
color: #A91BDD;
}
</style>
background-color css
<style>
a { background-color: #A91BDD; }
a { background-color: rgb(169,27,221); }
div.DivClassName
{
background-color: #A91BDD;
}
.BgClassName
{
background-color: #A91BDD;
}
</style>
border-color css
<style>
span { border-color: #A91BDD; }
span { border-color: rgb(169,27,221); }
td.TdClassName
{
border-color: #A91BDD;
}
.TagClassName
{
border-color: #A91BDD;
}
</style>