Shades of Dark Orchid #A91DCD
Tints of Dark Orchid #A91DCD
RGB
CMYK
RGB Variations
Color information
#A91DCD (or 0xA91DCD) is known color: Dark Orchid. HEX triplet: A9, 1D and CD. RGB value is (169,29,205). Sum of RGB (Red+Green+Blue) = 169+29+205=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #A91DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DCD is #56E232. Grayscale: #5A5A5A. Windows color (decimal): -5694003 or 13442473. OLE color: 13442473.
HSL color Cylindrical-coordinate representation of color #A91DCD: hue angle of 287.73º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91DCD is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 29 | 205 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.20 |
| HSL | 287.73º | 0.75% | 0.46% | - |
| HSV(B) | 287.73º | 0.86% | 0.8% | - |
| XYZ | 27.82 | 13.72 | 58.94 | - |
| YUV | 90.92 | 192.38 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 205 | 0.18 | 0.86 | 0 | 0.20 | 287.73 | 0.75 | 0.46 |
| Hex | A9 | 1D | CD | 12 | 56 | 0 | 14 | 120 | 4B | 2E |
| Octal | 251 | 35 | 315 | 22 | 126 | 0 | 24 | 440 | 113 | 56 |
| Binary | 10101001 | 11101 | 11001101 | 10010 | 1010110 | 0 | 10100 | 100100000 | 1001011 | 101110 |
Color Harmonies of #A91DCD
Complementary color
Monochromatic Colors of #A91DCD
Black with #A91DCD
Text Example
Text Example
White with #A91DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91DCD; }
p { color: rgb(169,29,205); }
H1.HeaderClassName
{
color: #A91DCD;
}
.AnyTagClassName
{
color: #A91DCD;
}
</style>
background-color css
<style>
a { background-color: #A91DCD; }
a { background-color: rgb(169,29,205); }
div.DivClassName
{
background-color: #A91DCD;
}
.BgClassName
{
background-color: #A91DCD;
}
</style>
border-color css
<style>
span { border-color: #A91DCD; }
span { border-color: rgb(169,29,205); }
td.TdClassName
{
border-color: #A91DCD;
}
.TagClassName
{
border-color: #A91DCD;
}
</style>