Shades of Dark Orchid #A729AC
Tints of Dark Orchid #A729AC
RGB
CMYK
RGB Variations
Color information
#A729AC (or 0xA729AC) is known color: Dark Orchid. HEX triplet: A7, 29 and AC. RGB value is (167,41,172). Sum of RGB (Red+Green+Blue) = 167+41+172=380 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.95% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #A729AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A729AC is #58D653. Grayscale: #5D5D5D. Windows color (decimal): -5822036 or 11282855. OLE color: 11282855.
HSL color Cylindrical-coordinate representation of color #A729AC: hue angle of 297.71º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A729AC is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 41 | 172 | - |
| CMYK | 0.03 | 0.76 | 0 | 0.33 |
| HSL | 297.71º | 0.62% | 0.42% | - |
| HSV(B) | 297.71º | 0.76% | 0.67% | - |
| XYZ | 24.18 | 12.78 | 40.22 | - |
| YUV | 93.61 | 172.24 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 41 | 172 | 0.03 | 0.76 | 0 | 0.33 | 297.71 | 0.62 | 0.42 |
| Hex | A7 | 29 | AC | 3 | 4C | 0 | 21 | 12A | 3E | 2A |
| Octal | 247 | 51 | 254 | 3 | 114 | 0 | 41 | 452 | 76 | 52 |
| Binary | 10100111 | 101001 | 10101100 | 11 | 1001100 | 0 | 100001 | 100101010 | 111110 | 101010 |
Color Harmonies of #A729AC
Complementary color
Monochromatic Colors of #A729AC
Black with #A729AC
Text Example
Text Example
White with #A729AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A729AC; }
p { color: rgb(167,41,172); }
H1.HeaderClassName
{
color: #A729AC;
}
.AnyTagClassName
{
color: #A729AC;
}
</style>
background-color css
<style>
a { background-color: #A729AC; }
a { background-color: rgb(167,41,172); }
div.DivClassName
{
background-color: #A729AC;
}
.BgClassName
{
background-color: #A729AC;
}
</style>
border-color css
<style>
span { border-color: #A729AC; }
span { border-color: rgb(167,41,172); }
td.TdClassName
{
border-color: #A729AC;
}
.TagClassName
{
border-color: #A729AC;
}
</style>