Shades of Dark Orchid #A729D6
Tints of Dark Orchid #A729D6
RGB
CMYK
RGB Variations
Color information
#A729D6 (or 0xA729D6) is known color: Dark Orchid. HEX triplet: A7, 29 and D6. RGB value is (167,41,214). Sum of RGB (Red+Green+Blue) = 167+41+214=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 214 (83.98% from 255 or 50.71% from 422); Max value from RGB is 214 - color contains mainly: blue. Hex color #A729D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A729D6 is #58D629. Grayscale: #616161. Windows color (decimal): -5821994 or 14035367. OLE color: 14035367.
HSL color Cylindrical-coordinate representation of color #A729D6: hue angle of 283.7º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A729D6 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 41 | 214 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.16 |
| HSL | 283.7º | 0.68% | 0.5% | - |
| HSV(B) | 283.7º | 0.81% | 0.84% | - |
| XYZ | 28.87 | 14.66 | 64.93 | - |
| YUV | 98.4 | 193.24 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 41 | 214 | 0.22 | 0.81 | 0 | 0.16 | 283.7 | 0.68 | 0.5 |
| Hex | A7 | 29 | D6 | 16 | 51 | 0 | 10 | 11C | 44 | 32 |
| Octal | 247 | 51 | 326 | 26 | 121 | 0 | 20 | 434 | 104 | 62 |
| Binary | 10100111 | 101001 | 11010110 | 10110 | 1010001 | 0 | 10000 | 100011100 | 1000100 | 110010 |
Color Harmonies of #A729D6
Complementary color
Monochromatic Colors of #A729D6
Black with #A729D6
Text Example
Text Example
White with #A729D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A729D6; }
p { color: rgb(167,41,214); }
H1.HeaderClassName
{
color: #A729D6;
}
.AnyTagClassName
{
color: #A729D6;
}
</style>
background-color css
<style>
a { background-color: #A729D6; }
a { background-color: rgb(167,41,214); }
div.DivClassName
{
background-color: #A729D6;
}
.BgClassName
{
background-color: #A729D6;
}
</style>
border-color css
<style>
span { border-color: #A729D6; }
span { border-color: rgb(167,41,214); }
td.TdClassName
{
border-color: #A729D6;
}
.TagClassName
{
border-color: #A729D6;
}
</style>