Shades of Dark Orchid #A91CDC
Tints of Dark Orchid #A91CDC
RGB
CMYK
RGB Variations
Color information
#A91CDC (or 0xA91CDC) is known color: Dark Orchid. HEX triplet: A9, 1C and DC. RGB value is (169,28,220). Sum of RGB (Red+Green+Blue) = 169+28+220=417 (55% of max value = 765). Red value is 169 (66.41% from 255 or 40.53% from 417); Green value is 28 (11.33% from 255 or 6.71% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #A91CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A91CDC is #56E323. Grayscale: #5B5B5B. Windows color (decimal): -5694244 or 14425257. OLE color: 14425257.
HSL color Cylindrical-coordinate representation of color #A91CDC: hue angle of 284.06º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91CDC is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 28 | 220 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.14 |
| HSL | 284.06º | 0.77% | 0.49% | - |
| HSV(B) | 284.06º | 0.87% | 0.86% | - |
| XYZ | 29.7 | 14.43 | 68.93 | - |
| YUV | 92.05 | 200.21 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 28 | 220 | 0.23 | 0.87 | 0 | 0.14 | 284.06 | 0.77 | 0.49 |
| Hex | A9 | 1C | DC | 17 | 57 | 0 | E | 11C | 4D | 31 |
| Octal | 251 | 34 | 334 | 27 | 127 | 0 | 16 | 434 | 115 | 61 |
| Binary | 10101001 | 11100 | 11011100 | 10111 | 1010111 | 0 | 1110 | 100011100 | 1001101 | 110001 |
Color Harmonies of #A91CDC
Complementary color
Monochromatic Colors of #A91CDC
Black with #A91CDC
Text Example
Text Example
White with #A91CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91CDC; }
p { color: rgb(169,28,220); }
H1.HeaderClassName
{
color: #A91CDC;
}
.AnyTagClassName
{
color: #A91CDC;
}
</style>
background-color css
<style>
a { background-color: #A91CDC; }
a { background-color: rgb(169,28,220); }
div.DivClassName
{
background-color: #A91CDC;
}
.BgClassName
{
background-color: #A91CDC;
}
</style>
border-color css
<style>
span { border-color: #A91CDC; }
span { border-color: rgb(169,28,220); }
td.TdClassName
{
border-color: #A91CDC;
}
.TagClassName
{
border-color: #A91CDC;
}
</style>