Shades of Dark Orchid #A91DD4
Tints of Dark Orchid #A91DD4
RGB
CMYK
RGB Variations
Color information
#A91DD4 (or 0xA91DD4) is known color: Dark Orchid. HEX triplet: A9, 1D and D4. RGB value is (169,29,212). Sum of RGB (Red+Green+Blue) = 169+29+212=410 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.22% from 410); Green value is 29 (11.72% from 255 or 7.07% from 410); Blue value is 212 (83.20% from 255 or 51.71% from 410); Max value from RGB is 212 - color contains mainly: blue. Hex color #A91DD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DD4 is #56E22B. Grayscale: #5B5B5B. Windows color (decimal): -5693996 or 13901225. OLE color: 13901225.
HSL color Cylindrical-coordinate representation of color #A91DD4: hue angle of 285.9º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91DD4 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 169 | 29 | 212 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.17 |
| HSL | 285.9º | 0.76% | 0.47% | - |
| HSV(B) | 285.9º | 0.86% | 0.83% | - |
| XYZ | 28.69 | 14.07 | 63.49 | - |
| YUV | 91.72 | 195.88 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 212 | 0.20 | 0.86 | 0 | 0.17 | 285.9 | 0.76 | 0.47 |
| Hex | A9 | 1D | D4 | 14 | 56 | 0 | 11 | 11E | 4C | 2F |
| Octal | 251 | 35 | 324 | 24 | 126 | 0 | 21 | 436 | 114 | 57 |
| Binary | 10101001 | 11101 | 11010100 | 10100 | 1010110 | 0 | 10001 | 100011110 | 1001100 | 101111 |
Color Harmonies of #A91DD4
Complementary color
Monochromatic Colors of #A91DD4
Black with #A91DD4
Text Example
Text Example
White with #A91DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91DD4; }
p { color: rgb(169,29,212); }
H1.HeaderClassName
{
color: #A91DD4;
}
.AnyTagClassName
{
color: #A91DD4;
}
</style>
background-color css
<style>
a { background-color: #A91DD4; }
a { background-color: rgb(169,29,212); }
div.DivClassName
{
background-color: #A91DD4;
}
.BgClassName
{
background-color: #A91DD4;
}
</style>
border-color css
<style>
span { border-color: #A91DD4; }
span { border-color: rgb(169,29,212); }
td.TdClassName
{
border-color: #A91DD4;
}
.TagClassName
{
border-color: #A91DD4;
}
</style>