Shades of Dark Orchid #A126BC
Tints of Dark Orchid #A126BC
RGB
CMYK
RGB Variations
Color information
#A126BC (or 0xA126BC) is known color: Dark Orchid. HEX triplet: A1, 26 and BC. RGB value is (161,38,188). Sum of RGB (Red+Green+Blue) = 161+38+188=387 (51% of max value = 765). Red value is 161 (63.28% from 255 or 41.60% from 387); Green value is 38 (15.23% from 255 or 9.82% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #A126BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A126BC is #5ED943. Grayscale: #5B5B5B. Windows color (decimal): -6216004 or 12330657. OLE color: 12330657.
HSL color Cylindrical-coordinate representation of color #A126BC: hue angle of 289.2º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A126BC is Cyan = 0.14, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 161 | 38 | 188 | - |
| CMYK | 0.14 | 0.80 | 0 | 0.26 |
| HSL | 289.2º | 0.66% | 0.44% | - |
| HSV(B) | 289.2º | 0.8% | 0.74% | - |
| XYZ | 24.47 | 12.59 | 48.72 | - |
| YUV | 91.88 | 182.25 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 38 | 188 | 0.14 | 0.80 | 0 | 0.26 | 289.2 | 0.66 | 0.44 |
| Hex | A1 | 26 | BC | E | 50 | 0 | 1A | 121 | 42 | 2C |
| Octal | 241 | 46 | 274 | 16 | 120 | 0 | 32 | 441 | 102 | 54 |
| Binary | 10100001 | 100110 | 10111100 | 1110 | 1010000 | 0 | 11010 | 100100001 | 1000010 | 101100 |
Color Harmonies of #A126BC
Complementary color
Monochromatic Colors of #A126BC
Black with #A126BC
Text Example
Text Example
White with #A126BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A126BC; }
p { color: rgb(161,38,188); }
H1.HeaderClassName
{
color: #A126BC;
}
.AnyTagClassName
{
color: #A126BC;
}
</style>
background-color css
<style>
a { background-color: #A126BC; }
a { background-color: rgb(161,38,188); }
div.DivClassName
{
background-color: #A126BC;
}
.BgClassName
{
background-color: #A126BC;
}
</style>
border-color css
<style>
span { border-color: #A126BC; }
span { border-color: rgb(161,38,188); }
td.TdClassName
{
border-color: #A126BC;
}
.TagClassName
{
border-color: #A126BC;
}
</style>