Shades of Dark Orchid #A124DD
Tints of Dark Orchid #A124DD
RGB
CMYK
RGB Variations
Color information
#A124DD (or 0xA124DD) is known color: Dark Orchid. HEX triplet: A1, 24 and DD. RGB value is (161,36,221). Sum of RGB (Red+Green+Blue) = 161+36+221=418 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.52% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 221 (86.72% from 255 or 52.87% from 418); Max value from RGB is 221 - color contains mainly: blue. Hex color #A124DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A124DD is #5EDB22. Grayscale: #5D5D5D. Windows color (decimal): -6216483 or 14492833. OLE color: 14492833.
HSL color Cylindrical-coordinate representation of color #A124DD: hue angle of 280.54º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A124DD is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 36 | 221 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.13 |
| HSL | 280.54º | 0.73% | 0.5% | - |
| HSV(B) | 280.54º | 0.84% | 0.87% | - |
| XYZ | 28.38 | 14.06 | 69.62 | - |
| YUV | 94.47 | 199.41 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 221 | 0.27 | 0.84 | 0 | 0.13 | 280.54 | 0.73 | 0.5 |
| Hex | A1 | 24 | DD | 1B | 54 | 0 | D | 119 | 49 | 32 |
| Octal | 241 | 44 | 335 | 33 | 124 | 0 | 15 | 431 | 111 | 62 |
| Binary | 10100001 | 100100 | 11011101 | 11011 | 1010100 | 0 | 1101 | 100011001 | 1001001 | 110010 |
Color Harmonies of #A124DD
Complementary color
Monochromatic Colors of #A124DD
Black with #A124DD
Text Example
Text Example
White with #A124DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A124DD; }
p { color: rgb(161,36,221); }
H1.HeaderClassName
{
color: #A124DD;
}
.AnyTagClassName
{
color: #A124DD;
}
</style>
background-color css
<style>
a { background-color: #A124DD; }
a { background-color: rgb(161,36,221); }
div.DivClassName
{
background-color: #A124DD;
}
.BgClassName
{
background-color: #A124DD;
}
</style>
border-color css
<style>
span { border-color: #A124DD; }
span { border-color: rgb(161,36,221); }
td.TdClassName
{
border-color: #A124DD;
}
.TagClassName
{
border-color: #A124DD;
}
</style>