Shades of Dark Orchid #A629E5
Tints of Dark Orchid #A629E5
RGB
CMYK
RGB Variations
Color information
#A629E5 (or 0xA629E5) is known color: Dark Orchid. HEX triplet: A6, 29 and E5. RGB value is (166,41,229). Sum of RGB (Red+Green+Blue) = 166+41+229=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 41 (16.41% from 255 or 9.40% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #A629E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A629E5 is #59D61A. Grayscale: #636363. Windows color (decimal): -5887515 or 15018406. OLE color: 15018406.
HSL color Cylindrical-coordinate representation of color #A629E5: hue angle of 279.89º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A629E5 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 41 | 229 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.10 |
| HSL | 279.89º | 0.78% | 0.53% | - |
| HSV(B) | 279.89º | 0.82% | 0.9% | - |
| XYZ | 30.66 | 15.35 | 75.48 | - |
| YUV | 99.81 | 200.91 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 229 | 0.28 | 0.82 | 0 | 0.10 | 279.89 | 0.78 | 0.53 |
| Hex | A6 | 29 | E5 | 1C | 52 | 0 | A | 118 | 4E | 35 |
| Octal | 246 | 51 | 345 | 34 | 122 | 0 | 12 | 430 | 116 | 65 |
| Binary | 10100110 | 101001 | 11100101 | 11100 | 1010010 | 0 | 1010 | 100011000 | 1001110 | 110101 |
Color Harmonies of #A629E5
Complementary color
Monochromatic Colors of #A629E5
Black with #A629E5
Text Example
Text Example
White with #A629E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A629E5; }
p { color: rgb(166,41,229); }
H1.HeaderClassName
{
color: #A629E5;
}
.AnyTagClassName
{
color: #A629E5;
}
</style>
background-color css
<style>
a { background-color: #A629E5; }
a { background-color: rgb(166,41,229); }
div.DivClassName
{
background-color: #A629E5;
}
.BgClassName
{
background-color: #A629E5;
}
</style>
border-color css
<style>
span { border-color: #A629E5; }
span { border-color: rgb(166,41,229); }
td.TdClassName
{
border-color: #A629E5;
}
.TagClassName
{
border-color: #A629E5;
}
</style>