Shades of Dark Orchid #A91DCC
Tints of Dark Orchid #A91DCC
RGB
CMYK
RGB Variations
Color information
#A91DCC (or 0xA91DCC) is known color: Dark Orchid. HEX triplet: A9, 1D and CC. RGB value is (169,29,204). Sum of RGB (Red+Green+Blue) = 169+29+204=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 29 (11.72% from 255 or 7.21% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #A91DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DCC is #56E233. Grayscale: #5A5A5A. Windows color (decimal): -5694004 or 13376937. OLE color: 13376937.
HSL color Cylindrical-coordinate representation of color #A91DCC: hue angle of 288º 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 #A91DCC is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 29 | 204 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.2 |
| HSL | 288º | 0.75% | 0.46% | - |
| HSV(B) | 288º | 0.86% | 0.8% | - |
| XYZ | 27.7 | 13.67 | 58.31 | - |
| YUV | 90.81 | 191.88 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 204 | 0.17 | 0.86 | 0 | 0.2 | 288 | 0.75 | 0.46 |
| Hex | A9 | 1D | CC | 11 | 56 | 0 | 14 | 120 | 4B | 2E |
| Octal | 251 | 35 | 314 | 21 | 126 | 0 | 24 | 440 | 113 | 56 |
| Binary | 10101001 | 11101 | 11001100 | 10001 | 1010110 | 0 | 10100 | 100100000 | 1001011 | 101110 |
Color Harmonies of #A91DCC
Complementary color
Monochromatic Colors of #A91DCC
Black with #A91DCC
Text Example
Text Example
White with #A91DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91DCC; }
p { color: rgb(169,29,204); }
H1.HeaderClassName
{
color: #A91DCC;
}
.AnyTagClassName
{
color: #A91DCC;
}
</style>
background-color css
<style>
a { background-color: #A91DCC; }
a { background-color: rgb(169,29,204); }
div.DivClassName
{
background-color: #A91DCC;
}
.BgClassName
{
background-color: #A91DCC;
}
</style>
border-color css
<style>
span { border-color: #A91DCC; }
span { border-color: rgb(169,29,204); }
td.TdClassName
{
border-color: #A91DCC;
}
.TagClassName
{
border-color: #A91DCC;
}
</style>