Shades of Dark Orchid #A91DDD
Tints of Dark Orchid #A91DDD
RGB
CMYK
RGB Variations
Color information
#A91DDD (or 0xA91DDD) is known color: Dark Orchid. HEX triplet: A9, 1D and DD. RGB value is (169,29,221). Sum of RGB (Red+Green+Blue) = 169+29+221=419 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.33% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #A91DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91DDD is #56E222. Grayscale: #5C5C5C. Windows color (decimal): -5693987 or 14491049. OLE color: 14491049.
HSL color Cylindrical-coordinate representation of color #A91DDD: hue angle of 283.75º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91DDD is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 29 | 221 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.13 |
| HSL | 283.75º | 0.77% | 0.49% | - |
| HSV(B) | 283.75º | 0.87% | 0.87% | - |
| XYZ | 29.85 | 14.53 | 69.64 | - |
| YUV | 92.75 | 200.38 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 29 | 221 | 0.24 | 0.87 | 0 | 0.13 | 283.75 | 0.77 | 0.49 |
| Hex | A9 | 1D | DD | 18 | 57 | 0 | D | 11C | 4D | 31 |
| Octal | 251 | 35 | 335 | 30 | 127 | 0 | 15 | 434 | 115 | 61 |
| Binary | 10101001 | 11101 | 11011101 | 11000 | 1010111 | 0 | 1101 | 100011100 | 1001101 | 110001 |
Color Harmonies of #A91DDD
Complementary color
Monochromatic Colors of #A91DDD
Black with #A91DDD
Text Example
Text Example
White with #A91DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91DDD; }
p { color: rgb(169,29,221); }
H1.HeaderClassName
{
color: #A91DDD;
}
.AnyTagClassName
{
color: #A91DDD;
}
</style>
background-color css
<style>
a { background-color: #A91DDD; }
a { background-color: rgb(169,29,221); }
div.DivClassName
{
background-color: #A91DDD;
}
.BgClassName
{
background-color: #A91DDD;
}
</style>
border-color css
<style>
span { border-color: #A91DDD; }
span { border-color: rgb(169,29,221); }
td.TdClassName
{
border-color: #A91DDD;
}
.TagClassName
{
border-color: #A91DDD;
}
</style>