Shades of Dark Orchid #A629D5
Tints of Dark Orchid #A629D5
RGB
CMYK
RGB Variations
Color information
#A629D5 (or 0xA629D5) is known color: Dark Orchid. HEX triplet: A6, 29 and D5. RGB value is (166,41,213). Sum of RGB (Red+Green+Blue) = 166+41+213=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 41 (16.41% from 255 or 9.76% from 420); Blue value is 213 (83.59% from 255 or 50.71% from 420); Max value from RGB is 213 - color contains mainly: blue. Hex color #A629D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A629D5 is #59D62A. Grayscale: #616161. Windows color (decimal): -5887531 or 13969830. OLE color: 13969830.
HSL color Cylindrical-coordinate representation of color #A629D5: hue angle of 283.6º 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 #A629D5 is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 41 | 213 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.16 |
| HSL | 283.6º | 0.68% | 0.5% | - |
| HSV(B) | 283.6º | 0.81% | 0.84% | - |
| XYZ | 28.53 | 14.5 | 64.25 | - |
| YUV | 97.98 | 192.91 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 213 | 0.22 | 0.81 | 0 | 0.16 | 283.6 | 0.68 | 0.5 |
| Hex | A6 | 29 | D5 | 16 | 51 | 0 | 10 | 11C | 44 | 32 |
| Octal | 246 | 51 | 325 | 26 | 121 | 0 | 20 | 434 | 104 | 62 |
| Binary | 10100110 | 101001 | 11010101 | 10110 | 1010001 | 0 | 10000 | 100011100 | 1000100 | 110010 |
Color Harmonies of #A629D5
Complementary color
Monochromatic Colors of #A629D5
Black with #A629D5
Text Example
Text Example
White with #A629D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A629D5; }
p { color: rgb(166,41,213); }
H1.HeaderClassName
{
color: #A629D5;
}
.AnyTagClassName
{
color: #A629D5;
}
</style>
background-color css
<style>
a { background-color: #A629D5; }
a { background-color: rgb(166,41,213); }
div.DivClassName
{
background-color: #A629D5;
}
.BgClassName
{
background-color: #A629D5;
}
</style>
border-color css
<style>
span { border-color: #A629D5; }
span { border-color: rgb(166,41,213); }
td.TdClassName
{
border-color: #A629D5;
}
.TagClassName
{
border-color: #A629D5;
}
</style>