Shades of Dark Orchid #A126CE
Tints of Dark Orchid #A126CE
RGB
CMYK
RGB Variations
Color information
#A126CE (or 0xA126CE) is known color: Dark Orchid. HEX triplet: A1, 26 and CE. RGB value is (161,38,206). Sum of RGB (Red+Green+Blue) = 161+38+206=405 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.75% from 405); Green value is 38 (15.23% from 255 or 9.38% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #A126CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A126CE is #5ED931. Grayscale: #5D5D5D. Windows color (decimal): -6215986 or 13510305. OLE color: 13510305.
HSL color Cylindrical-coordinate representation of color #A126CE: hue angle of 283.93º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A126CE is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 161 | 38 | 206 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.19 |
| HSL | 283.93º | 0.69% | 0.48% | - |
| HSV(B) | 283.93º | 0.82% | 0.81% | - |
| XYZ | 26.53 | 13.42 | 59.58 | - |
| YUV | 93.93 | 191.25 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 206 | 0.22 | 0.82 | 0 | 0.19 | 283.93 | 0.69 | 0.48 |
| Hex | A1 | 26 | CE | 16 | 52 | 0 | 13 | 11C | 45 | 30 |
| Octal | 241 | 46 | 316 | 26 | 122 | 0 | 23 | 434 | 105 | 60 |
| Binary | 10100001 | 100110 | 11001110 | 10110 | 1010010 | 0 | 10011 | 100011100 | 1000101 | 110000 |
Color Harmonies of #A126CE
Complementary color
Monochromatic Colors of #A126CE
Black with #A126CE
Text Example
Text Example
White with #A126CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A126CE; }
p { color: rgb(161,38,206); }
H1.HeaderClassName
{
color: #A126CE;
}
.AnyTagClassName
{
color: #A126CE;
}
</style>
background-color css
<style>
a { background-color: #A126CE; }
a { background-color: rgb(161,38,206); }
div.DivClassName
{
background-color: #A126CE;
}
.BgClassName
{
background-color: #A126CE;
}
</style>
border-color css
<style>
span { border-color: #A126CE; }
span { border-color: rgb(161,38,206); }
td.TdClassName
{
border-color: #A126CE;
}
.TagClassName
{
border-color: #A126CE;
}
</style>