Shades of Dark Orchid #A629AD
Tints of Dark Orchid #A629AD
RGB
CMYK
RGB Variations
Color information
#A629AD (or 0xA629AD) is known color: Dark Orchid. HEX triplet: A6, 29 and AD. RGB value is (166,41,173). Sum of RGB (Red+Green+Blue) = 166+41+173=380 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.68% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #A629AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A629AD is #59D652. Grayscale: #5D5D5D. Windows color (decimal): -5887571 or 11348390. OLE color: 11348390.
HSL color Cylindrical-coordinate representation of color #A629AD: hue angle of 296.82º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A629AD is Cyan = 0.04, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 41 | 173 | - |
| CMYK | 0.04 | 0.76 | 0 | 0.32 |
| HSL | 296.82º | 0.62% | 0.42% | - |
| HSV(B) | 296.82º | 0.76% | 0.68% | - |
| XYZ | 24.06 | 12.71 | 40.72 | - |
| YUV | 93.42 | 172.91 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 173 | 0.04 | 0.76 | 0 | 0.32 | 296.82 | 0.62 | 0.42 |
| Hex | A6 | 29 | AD | 4 | 4C | 0 | 20 | 129 | 3E | 2A |
| Octal | 246 | 51 | 255 | 4 | 114 | 0 | 40 | 451 | 76 | 52 |
| Binary | 10100110 | 101001 | 10101101 | 100 | 1001100 | 0 | 100000 | 100101001 | 111110 | 101010 |
Color Harmonies of #A629AD
Complementary color
Monochromatic Colors of #A629AD
Black with #A629AD
Text Example
Text Example
White with #A629AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A629AD; }
p { color: rgb(166,41,173); }
H1.HeaderClassName
{
color: #A629AD;
}
.AnyTagClassName
{
color: #A629AD;
}
</style>
background-color css
<style>
a { background-color: #A629AD; }
a { background-color: rgb(166,41,173); }
div.DivClassName
{
background-color: #A629AD;
}
.BgClassName
{
background-color: #A629AD;
}
</style>
border-color css
<style>
span { border-color: #A629AD; }
span { border-color: rgb(166,41,173); }
td.TdClassName
{
border-color: #A629AD;
}
.TagClassName
{
border-color: #A629AD;
}
</style>