Shades of Dark Orchid #A124DF
Tints of Dark Orchid #A124DF
RGB
CMYK
RGB Variations
Color information
#A124DF (or 0xA124DF) is known color: Dark Orchid. HEX triplet: A1, 24 and DF. RGB value is (161,36,223). Sum of RGB (Red+Green+Blue) = 161+36+223=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 36 (14.45% from 255 or 8.57% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #A124DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A124DF is #5EDB20. Grayscale: #5E5E5E. Windows color (decimal): -6216481 or 14623905. OLE color: 14623905.
HSL color Cylindrical-coordinate representation of color #A124DF: hue angle of 280.11º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A124DF is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 36 | 223 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.13 |
| HSL | 280.11º | 0.75% | 0.51% | - |
| HSV(B) | 280.11º | 0.84% | 0.87% | - |
| XYZ | 28.65 | 14.17 | 71.04 | - |
| YUV | 94.69 | 200.41 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 223 | 0.28 | 0.84 | 0 | 0.13 | 280.11 | 0.75 | 0.51 |
| Hex | A1 | 24 | DF | 1C | 54 | 0 | D | 118 | 4B | 33 |
| Octal | 241 | 44 | 337 | 34 | 124 | 0 | 15 | 430 | 113 | 63 |
| Binary | 10100001 | 100100 | 11011111 | 11100 | 1010100 | 0 | 1101 | 100011000 | 1001011 | 110011 |
Color Harmonies of #A124DF
Complementary color
Monochromatic Colors of #A124DF
Black with #A124DF
Text Example
Text Example
White with #A124DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A124DF; }
p { color: rgb(161,36,223); }
H1.HeaderClassName
{
color: #A124DF;
}
.AnyTagClassName
{
color: #A124DF;
}
</style>
background-color css
<style>
a { background-color: #A124DF; }
a { background-color: rgb(161,36,223); }
div.DivClassName
{
background-color: #A124DF;
}
.BgClassName
{
background-color: #A124DF;
}
</style>
border-color css
<style>
span { border-color: #A124DF; }
span { border-color: rgb(161,36,223); }
td.TdClassName
{
border-color: #A124DF;
}
.TagClassName
{
border-color: #A124DF;
}
</style>