Shades of Dark Orchid #A729E1
Tints of Dark Orchid #A729E1
RGB
CMYK
RGB Variations
Color information
#A729E1 (or 0xA729E1) is known color: Dark Orchid. HEX triplet: A7, 29 and E1. RGB value is (167,41,225). Sum of RGB (Red+Green+Blue) = 167+41+225=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 41 (16.41% from 255 or 9.47% from 433); Blue value is 225 (88.28% from 255 or 51.96% from 433); Max value from RGB is 225 - color contains mainly: blue. Hex color #A729E1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A729E1 is #58D61E. Grayscale: #636363. Windows color (decimal): -5821983 or 14756263. OLE color: 14756263.
HSL color Cylindrical-coordinate representation of color #A729E1: hue angle of 281.09º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A729E1 is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 41 | 225 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.12 |
| HSL | 281.09º | 0.75% | 0.52% | - |
| HSV(B) | 281.09º | 0.82% | 0.88% | - |
| XYZ | 30.32 | 15.24 | 72.58 | - |
| YUV | 99.65 | 198.74 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 41 | 225 | 0.26 | 0.82 | 0 | 0.12 | 281.09 | 0.75 | 0.52 |
| Hex | A7 | 29 | E1 | 1A | 52 | 0 | C | 119 | 4B | 34 |
| Octal | 247 | 51 | 341 | 32 | 122 | 0 | 14 | 431 | 113 | 64 |
| Binary | 10100111 | 101001 | 11100001 | 11010 | 1010010 | 0 | 1100 | 100011001 | 1001011 | 110100 |
Color Harmonies of #A729E1
Complementary color
Monochromatic Colors of #A729E1
Black with #A729E1
Text Example
Text Example
White with #A729E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A729E1; }
p { color: rgb(167,41,225); }
H1.HeaderClassName
{
color: #A729E1;
}
.AnyTagClassName
{
color: #A729E1;
}
</style>
background-color css
<style>
a { background-color: #A729E1; }
a { background-color: rgb(167,41,225); }
div.DivClassName
{
background-color: #A729E1;
}
.BgClassName
{
background-color: #A729E1;
}
</style>
border-color css
<style>
span { border-color: #A729E1; }
span { border-color: rgb(167,41,225); }
td.TdClassName
{
border-color: #A729E1;
}
.TagClassName
{
border-color: #A729E1;
}
</style>