Shades of Dark Orchid #A729AD
Tints of Dark Orchid #A729AD
RGB
CMYK
RGB Variations
Color information
#A729AD (or 0xA729AD) is known color: Dark Orchid. HEX triplet: A7, 29 and AD. RGB value is (167,41,173). Sum of RGB (Red+Green+Blue) = 167+41+173=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 41 (16.41% from 255 or 10.76% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #A729AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A729AD is #58D652. Grayscale: #5D5D5D. Windows color (decimal): -5822035 or 11348391. OLE color: 11348391.
HSL color Cylindrical-coordinate representation of color #A729AD: hue angle of 297.27º 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 #A729AD is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 41 | 173 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.32 |
| HSL | 297.27º | 0.62% | 0.42% | - |
| HSV(B) | 297.27º | 0.76% | 0.68% | - |
| XYZ | 24.27 | 12.82 | 40.73 | - |
| YUV | 93.72 | 172.74 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 41 | 173 | 0.03 | 0.76 | 0 | 0.32 | 297.27 | 0.62 | 0.42 |
| Hex | A7 | 29 | AD | 3 | 4C | 0 | 20 | 129 | 3E | 2A |
| Octal | 247 | 51 | 255 | 3 | 114 | 0 | 40 | 451 | 76 | 52 |
| Binary | 10100111 | 101001 | 10101101 | 11 | 1001100 | 0 | 100000 | 100101001 | 111110 | 101010 |
Color Harmonies of #A729AD
Complementary color
Monochromatic Colors of #A729AD
Black with #A729AD
Text Example
Text Example
White with #A729AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A729AD; }
p { color: rgb(167,41,173); }
H1.HeaderClassName
{
color: #A729AD;
}
.AnyTagClassName
{
color: #A729AD;
}
</style>
background-color css
<style>
a { background-color: #A729AD; }
a { background-color: rgb(167,41,173); }
div.DivClassName
{
background-color: #A729AD;
}
.BgClassName
{
background-color: #A729AD;
}
</style>
border-color css
<style>
span { border-color: #A729AD; }
span { border-color: rgb(167,41,173); }
td.TdClassName
{
border-color: #A729AD;
}
.TagClassName
{
border-color: #A729AD;
}
</style>