Shades of Dark Orchid #A126A8
Tints of Dark Orchid #A126A8
RGB
CMYK
RGB Variations
Color information
#A126A8 (or 0xA126A8) is known color: Dark Orchid. HEX triplet: A1, 26 and A8. RGB value is (161,38,168). Sum of RGB (Red+Green+Blue) = 161+38+168=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 38 (15.23% from 255 or 10.35% from 367); Blue value is 168 (66.02% from 255 or 45.78% from 367); Max value from RGB is 168 - color contains mainly: blue. Hex color #A126A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A126A8 is #5ED957. Grayscale: #595959. Windows color (decimal): -6216024 or 11019937. OLE color: 11019937.
HSL color Cylindrical-coordinate representation of color #A126A8: hue angle of 296.77º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A126A8 is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 38 | 168 | - |
| CMYK | 0.04 | 0.77 | 0 | 0.34 |
| HSL | 296.77º | 0.63% | 0.4% | - |
| HSV(B) | 296.77º | 0.77% | 0.66% | - |
| XYZ | 22.46 | 11.79 | 38.14 | - |
| YUV | 89.6 | 172.25 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 168 | 0.04 | 0.77 | 0 | 0.34 | 296.77 | 0.63 | 0.4 |
| Hex | A1 | 26 | A8 | 4 | 4D | 0 | 22 | 129 | 3F | 28 |
| Octal | 241 | 46 | 250 | 4 | 115 | 0 | 42 | 451 | 77 | 50 |
| Binary | 10100001 | 100110 | 10101000 | 100 | 1001101 | 0 | 100010 | 100101001 | 111111 | 101000 |
Color Harmonies of #A126A8
Complementary color
Monochromatic Colors of #A126A8
Black with #A126A8
Text Example
Text Example
White with #A126A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A126A8; }
p { color: rgb(161,38,168); }
H1.HeaderClassName
{
color: #A126A8;
}
.AnyTagClassName
{
color: #A126A8;
}
</style>
background-color css
<style>
a { background-color: #A126A8; }
a { background-color: rgb(161,38,168); }
div.DivClassName
{
background-color: #A126A8;
}
.BgClassName
{
background-color: #A126A8;
}
</style>
border-color css
<style>
span { border-color: #A126A8; }
span { border-color: rgb(161,38,168); }
td.TdClassName
{
border-color: #A126A8;
}
.TagClassName
{
border-color: #A126A8;
}
</style>