Shades of Dark Orchid #A126DF
Tints of Dark Orchid #A126DF
RGB
CMYK
RGB Variations
Color information
#A126DF (or 0xA126DF) is known color: Dark Orchid. HEX triplet: A1, 26 and DF. RGB value is (161,38,223). Sum of RGB (Red+Green+Blue) = 161+38+223=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 38 (15.23% from 255 or 9.00% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #A126DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A126DF is #5ED920. Grayscale: #5F5F5F. Windows color (decimal): -6215969 or 14624417. OLE color: 14624417.
HSL color Cylindrical-coordinate representation of color #A126DF: hue angle of 279.89º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A126DF is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 38 | 223 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.13 |
| HSL | 279.89º | 0.74% | 0.51% | - |
| HSV(B) | 279.89º | 0.83% | 0.87% | - |
| XYZ | 28.71 | 14.29 | 71.06 | - |
| YUV | 95.87 | 199.75 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 223 | 0.28 | 0.83 | 0 | 0.13 | 279.89 | 0.74 | 0.51 |
| Hex | A1 | 26 | DF | 1C | 53 | 0 | D | 118 | 4A | 33 |
| Octal | 241 | 46 | 337 | 34 | 123 | 0 | 15 | 430 | 112 | 63 |
| Binary | 10100001 | 100110 | 11011111 | 11100 | 1010011 | 0 | 1101 | 100011000 | 1001010 | 110011 |
Color Harmonies of #A126DF
Complementary color
Monochromatic Colors of #A126DF
Black with #A126DF
Text Example
Text Example
White with #A126DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A126DF; }
p { color: rgb(161,38,223); }
H1.HeaderClassName
{
color: #A126DF;
}
.AnyTagClassName
{
color: #A126DF;
}
</style>
background-color css
<style>
a { background-color: #A126DF; }
a { background-color: rgb(161,38,223); }
div.DivClassName
{
background-color: #A126DF;
}
.BgClassName
{
background-color: #A126DF;
}
</style>
border-color css
<style>
span { border-color: #A126DF; }
span { border-color: rgb(161,38,223); }
td.TdClassName
{
border-color: #A126DF;
}
.TagClassName
{
border-color: #A126DF;
}
</style>