Shades of Dark Orchid #A91DB5
Tints of Dark Orchid #A91DB5
RGB
CMYK
RGB Variations
Color information
#A91DB5 (or 0xA91DB5) is known color: Dark Orchid. HEX triplet: A9, 1D and B5. RGB value is (169,29,181). Sum of RGB (Red+Green+Blue) = 169+29+181=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 29 (11.72% from 255 or 7.65% from 379); Blue value is 181 (71.09% from 255 or 47.76% from 379); Max value from RGB is 181 - color contains mainly: blue. Hex color #A91DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DB5 is #56E24A. Grayscale: #575757. Windows color (decimal): -5694027 or 11869609. OLE color: 11869609.
HSL color Cylindrical-coordinate representation of color #A91DB5: hue angle of 295.26º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A91DB5 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 169 | 29 | 181 | - |
| CMYK | 0.07 | 0.84 | 0 | 0.29 |
| HSL | 295.26º | 0.72% | 0.41% | - |
| HSV(B) | 295.26º | 0.84% | 0.71% | - |
| XYZ | 25.14 | 12.65 | 44.83 | - |
| YUV | 88.19 | 180.38 | 185.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 181 | 0.07 | 0.84 | 0 | 0.29 | 295.26 | 0.72 | 0.41 |
| Hex | A9 | 1D | B5 | 7 | 54 | 0 | 1D | 127 | 48 | 29 |
| Octal | 251 | 35 | 265 | 7 | 124 | 0 | 35 | 447 | 110 | 51 |
| Binary | 10101001 | 11101 | 10110101 | 111 | 1010100 | 0 | 11101 | 100100111 | 1001000 | 101001 |
Color Harmonies of #A91DB5
Complementary color
Monochromatic Colors of #A91DB5
Black with #A91DB5
Text Example
Text Example
White with #A91DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91DB5; }
p { color: rgb(169,29,181); }
H1.HeaderClassName
{
color: #A91DB5;
}
.AnyTagClassName
{
color: #A91DB5;
}
</style>
background-color css
<style>
a { background-color: #A91DB5; }
a { background-color: rgb(169,29,181); }
div.DivClassName
{
background-color: #A91DB5;
}
.BgClassName
{
background-color: #A91DB5;
}
</style>
border-color css
<style>
span { border-color: #A91DB5; }
span { border-color: rgb(169,29,181); }
td.TdClassName
{
border-color: #A91DB5;
}
.TagClassName
{
border-color: #A91DB5;
}
</style>