Shades of Dark Orchid #A91DD2
Tints of Dark Orchid #A91DD2
RGB
CMYK
RGB Variations
Color information
#A91DD2 (or 0xA91DD2) is known color: Dark Orchid. HEX triplet: A9, 1D and D2. RGB value is (169,29,210). Sum of RGB (Red+Green+Blue) = 169+29+210=408 (54% of max value = 765). Red value is 169 (66.41% from 255 or 41.42% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 210 (82.42% from 255 or 51.47% from 408); Max value from RGB is 210 - color contains mainly: blue. Hex color #A91DD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DD2 is #56E22D. Grayscale: #5A5A5A. Windows color (decimal): -5693998 or 13770153. OLE color: 13770153.
HSL color Cylindrical-coordinate representation of color #A91DD2: hue angle of 286.41º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91DD2 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 29 | 210 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.18 |
| HSL | 286.41º | 0.76% | 0.47% | - |
| HSV(B) | 286.41º | 0.86% | 0.82% | - |
| XYZ | 28.43 | 13.97 | 62.17 | - |
| YUV | 91.49 | 194.88 | 183.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 210 | 0.20 | 0.86 | 0 | 0.18 | 286.41 | 0.76 | 0.47 |
| Hex | A9 | 1D | D2 | 14 | 56 | 0 | 12 | 11E | 4C | 2F |
| Octal | 251 | 35 | 322 | 24 | 126 | 0 | 22 | 436 | 114 | 57 |
| Binary | 10101001 | 11101 | 11010010 | 10100 | 1010110 | 0 | 10010 | 100011110 | 1001100 | 101111 |
Color Harmonies of #A91DD2
Complementary color
Monochromatic Colors of #A91DD2
Black with #A91DD2
Text Example
Text Example
White with #A91DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91DD2; }
p { color: rgb(169,29,210); }
H1.HeaderClassName
{
color: #A91DD2;
}
.AnyTagClassName
{
color: #A91DD2;
}
</style>
background-color css
<style>
a { background-color: #A91DD2; }
a { background-color: rgb(169,29,210); }
div.DivClassName
{
background-color: #A91DD2;
}
.BgClassName
{
background-color: #A91DD2;
}
</style>
border-color css
<style>
span { border-color: #A91DD2; }
span { border-color: rgb(169,29,210); }
td.TdClassName
{
border-color: #A91DD2;
}
.TagClassName
{
border-color: #A91DD2;
}
</style>