Shades of Dark Orchid #A129DB
Tints of Dark Orchid #A129DB
RGB
CMYK
RGB Variations
Color information
#A129DB (or 0xA129DB) is known color: Dark Orchid. HEX triplet: A1, 29 and DB. RGB value is (161,41,219). Sum of RGB (Red+Green+Blue) = 161+41+219=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 41 (16.41% from 255 or 9.74% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #A129DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A129DB is #5ED624. Grayscale: #606060. Windows color (decimal): -6215205 or 14363041. OLE color: 14363041.
HSL color Cylindrical-coordinate representation of color #A129DB: hue angle of 280.45º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A129DB is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 41 | 219 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.14 |
| HSL | 280.45º | 0.71% | 0.51% | - |
| HSV(B) | 280.45º | 0.81% | 0.86% | - |
| XYZ | 28.28 | 14.28 | 68.28 | - |
| YUV | 97.17 | 196.76 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 41 | 219 | 0.26 | 0.81 | 0 | 0.14 | 280.45 | 0.71 | 0.51 |
| Hex | A1 | 29 | DB | 1A | 51 | 0 | E | 118 | 47 | 33 |
| Octal | 241 | 51 | 333 | 32 | 121 | 0 | 16 | 430 | 107 | 63 |
| Binary | 10100001 | 101001 | 11011011 | 11010 | 1010001 | 0 | 1110 | 100011000 | 1000111 | 110011 |
Color Harmonies of #A129DB
Complementary color
Monochromatic Colors of #A129DB
Black with #A129DB
Text Example
Text Example
White with #A129DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A129DB; }
p { color: rgb(161,41,219); }
H1.HeaderClassName
{
color: #A129DB;
}
.AnyTagClassName
{
color: #A129DB;
}
</style>
background-color css
<style>
a { background-color: #A129DB; }
a { background-color: rgb(161,41,219); }
div.DivClassName
{
background-color: #A129DB;
}
.BgClassName
{
background-color: #A129DB;
}
</style>
border-color css
<style>
span { border-color: #A129DB; }
span { border-color: rgb(161,41,219); }
td.TdClassName
{
border-color: #A129DB;
}
.TagClassName
{
border-color: #A129DB;
}
</style>