Shades of Dark Orchid #A126BD
Tints of Dark Orchid #A126BD
RGB
CMYK
RGB Variations
Color information
#A126BD (or 0xA126BD) is known color: Dark Orchid. HEX triplet: A1, 26 and BD. RGB value is (161,38,189). Sum of RGB (Red+Green+Blue) = 161+38+189=388 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.49% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #A126BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A126BD is #5ED942. Grayscale: #5B5B5B. Windows color (decimal): -6216003 or 12396193. OLE color: 12396193.
HSL color Cylindrical-coordinate representation of color #A126BD: hue angle of 288.87º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A126BD is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 38 | 189 | - |
| CMYK | 0.15 | 0.80 | 0 | 0.26 |
| HSL | 288.87º | 0.67% | 0.45% | - |
| HSV(B) | 288.87º | 0.8% | 0.74% | - |
| XYZ | 24.58 | 12.64 | 49.29 | - |
| YUV | 91.99 | 182.75 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 189 | 0.15 | 0.80 | 0 | 0.26 | 288.87 | 0.67 | 0.45 |
| Hex | A1 | 26 | BD | F | 50 | 0 | 1A | 121 | 43 | 2D |
| Octal | 241 | 46 | 275 | 17 | 120 | 0 | 32 | 441 | 103 | 55 |
| Binary | 10100001 | 100110 | 10111101 | 1111 | 1010000 | 0 | 11010 | 100100001 | 1000011 | 101101 |
Color Harmonies of #A126BD
Complementary color
Monochromatic Colors of #A126BD
Black with #A126BD
Text Example
Text Example
White with #A126BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A126BD; }
p { color: rgb(161,38,189); }
H1.HeaderClassName
{
color: #A126BD;
}
.AnyTagClassName
{
color: #A126BD;
}
</style>
background-color css
<style>
a { background-color: #A126BD; }
a { background-color: rgb(161,38,189); }
div.DivClassName
{
background-color: #A126BD;
}
.BgClassName
{
background-color: #A126BD;
}
</style>
border-color css
<style>
span { border-color: #A126BD; }
span { border-color: rgb(161,38,189); }
td.TdClassName
{
border-color: #A126BD;
}
.TagClassName
{
border-color: #A126BD;
}
</style>