Shades of Dark Orchid #A126AD
Tints of Dark Orchid #A126AD
RGB
CMYK
RGB Variations
Color information
#A126AD (or 0xA126AD) is known color: Dark Orchid. HEX triplet: A1, 26 and AD. RGB value is (161,38,173). Sum of RGB (Red+Green+Blue) = 161+38+173=372 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.28% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #A126AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A126AD is #5ED952. Grayscale: #595959. Windows color (decimal): -6216019 or 11347617. OLE color: 11347617.
HSL color Cylindrical-coordinate representation of color #A126AD: hue angle of 294.67º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A126AD is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 38 | 173 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.32 |
| HSL | 294.67º | 0.64% | 0.41% | - |
| HSV(B) | 294.67º | 0.78% | 0.68% | - |
| XYZ | 22.93 | 11.98 | 40.64 | - |
| YUV | 90.17 | 174.75 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 173 | 0.07 | 0.78 | 0 | 0.32 | 294.67 | 0.64 | 0.41 |
| Hex | A1 | 26 | AD | 7 | 4E | 0 | 20 | 127 | 40 | 29 |
| Octal | 241 | 46 | 255 | 7 | 116 | 0 | 40 | 447 | 100 | 51 |
| Binary | 10100001 | 100110 | 10101101 | 111 | 1001110 | 0 | 100000 | 100100111 | 1000000 | 101001 |
Color Harmonies of #A126AD
Complementary color
Monochromatic Colors of #A126AD
Black with #A126AD
Text Example
Text Example
White with #A126AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A126AD; }
p { color: rgb(161,38,173); }
H1.HeaderClassName
{
color: #A126AD;
}
.AnyTagClassName
{
color: #A126AD;
}
</style>
background-color css
<style>
a { background-color: #A126AD; }
a { background-color: rgb(161,38,173); }
div.DivClassName
{
background-color: #A126AD;
}
.BgClassName
{
background-color: #A126AD;
}
</style>
border-color css
<style>
span { border-color: #A126AD; }
span { border-color: rgb(161,38,173); }
td.TdClassName
{
border-color: #A126AD;
}
.TagClassName
{
border-color: #A126AD;
}
</style>