Shades of Dark Orchid #A91DCE
Tints of Dark Orchid #A91DCE
RGB
CMYK
RGB Variations
Color information
#A91DCE (or 0xA91DCE) is known color: Dark Orchid. HEX triplet: A9, 1D and CE. RGB value is (169,29,206). Sum of RGB (Red+Green+Blue) = 169+29+206=404 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.83% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #A91DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DCE is #56E231. Grayscale: #5A5A5A. Windows color (decimal): -5694002 or 13508009. OLE color: 13508009.
HSL color Cylindrical-coordinate representation of color #A91DCE: hue angle of 287.46º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A91DCE is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 29 | 206 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.19 |
| HSL | 287.46º | 0.75% | 0.46% | - |
| HSV(B) | 287.46º | 0.86% | 0.81% | - |
| XYZ | 27.94 | 13.77 | 59.58 | - |
| YUV | 91.04 | 192.88 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 206 | 0.18 | 0.86 | 0 | 0.19 | 287.46 | 0.75 | 0.46 |
| Hex | A9 | 1D | CE | 12 | 56 | 0 | 13 | 11F | 4B | 2E |
| Octal | 251 | 35 | 316 | 22 | 126 | 0 | 23 | 437 | 113 | 56 |
| Binary | 10101001 | 11101 | 11001110 | 10010 | 1010110 | 0 | 10011 | 100011111 | 1001011 | 101110 |
Color Harmonies of #A91DCE
Complementary color
Monochromatic Colors of #A91DCE
Black with #A91DCE
Text Example
Text Example
White with #A91DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91DCE; }
p { color: rgb(169,29,206); }
H1.HeaderClassName
{
color: #A91DCE;
}
.AnyTagClassName
{
color: #A91DCE;
}
</style>
background-color css
<style>
a { background-color: #A91DCE; }
a { background-color: rgb(169,29,206); }
div.DivClassName
{
background-color: #A91DCE;
}
.BgClassName
{
background-color: #A91DCE;
}
</style>
border-color css
<style>
span { border-color: #A91DCE; }
span { border-color: rgb(169,29,206); }
td.TdClassName
{
border-color: #A91DCE;
}
.TagClassName
{
border-color: #A91DCE;
}
</style>