Shades of Dark Orchid #A124CE
Tints of Dark Orchid #A124CE
RGB
CMYK
RGB Variations
Color information
#A124CE (or 0xA124CE) is known color: Dark Orchid. HEX triplet: A1, 24 and CE. RGB value is (161,36,206). Sum of RGB (Red+Green+Blue) = 161+36+206=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #A124CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A124CE is #5EDB31. Grayscale: #5C5C5C. Windows color (decimal): -6216498 or 13509793. OLE color: 13509793.
HSL color Cylindrical-coordinate representation of color #A124CE: hue angle of 284.12º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A124CE is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 36 | 206 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.19 |
| HSL | 284.12º | 0.7% | 0.47% | - |
| HSV(B) | 284.12º | 0.83% | 0.81% | - |
| XYZ | 26.47 | 13.3 | 59.56 | - |
| YUV | 92.76 | 191.91 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 36 | 206 | 0.22 | 0.83 | 0 | 0.19 | 284.12 | 0.7 | 0.47 |
| Hex | A1 | 24 | CE | 16 | 53 | 0 | 13 | 11C | 46 | 2F |
| Octal | 241 | 44 | 316 | 26 | 123 | 0 | 23 | 434 | 106 | 57 |
| Binary | 10100001 | 100100 | 11001110 | 10110 | 1010011 | 0 | 10011 | 100011100 | 1000110 | 101111 |
Color Harmonies of #A124CE
Complementary color
Monochromatic Colors of #A124CE
Black with #A124CE
Text Example
Text Example
White with #A124CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A124CE; }
p { color: rgb(161,36,206); }
H1.HeaderClassName
{
color: #A124CE;
}
.AnyTagClassName
{
color: #A124CE;
}
</style>
background-color css
<style>
a { background-color: #A124CE; }
a { background-color: rgb(161,36,206); }
div.DivClassName
{
background-color: #A124CE;
}
.BgClassName
{
background-color: #A124CE;
}
</style>
border-color css
<style>
span { border-color: #A124CE; }
span { border-color: rgb(161,36,206); }
td.TdClassName
{
border-color: #A124CE;
}
.TagClassName
{
border-color: #A124CE;
}
</style>