Shades of Dark Orchid #A629CF
Tints of Dark Orchid #A629CF
RGB
CMYK
RGB Variations
Color information
#A629CF (or 0xA629CF) is known color: Dark Orchid. HEX triplet: A6, 29 and CF. RGB value is (166,41,207). Sum of RGB (Red+Green+Blue) = 166+41+207=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 41 (16.41% from 255 or 9.90% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #A629CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A629CF is #59D630. Grayscale: #606060. Windows color (decimal): -5887537 or 13576614. OLE color: 13576614.
HSL color Cylindrical-coordinate representation of color #A629CF: hue angle of 285.18º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A629CF is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 41 | 207 | - |
| CMYK | 0.20 | 0.80 | 0 | 0.19 |
| HSL | 285.18º | 0.67% | 0.49% | - |
| HSV(B) | 285.18º | 0.8% | 0.81% | - |
| XYZ | 27.78 | 14.2 | 60.31 | - |
| YUV | 97.3 | 189.91 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 41 | 207 | 0.20 | 0.80 | 0 | 0.19 | 285.18 | 0.67 | 0.49 |
| Hex | A6 | 29 | CF | 14 | 50 | 0 | 13 | 11D | 43 | 31 |
| Octal | 246 | 51 | 317 | 24 | 120 | 0 | 23 | 435 | 103 | 61 |
| Binary | 10100110 | 101001 | 11001111 | 10100 | 1010000 | 0 | 10011 | 100011101 | 1000011 | 110001 |
Color Harmonies of #A629CF
Complementary color
Monochromatic Colors of #A629CF
Black with #A629CF
Text Example
Text Example
White with #A629CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A629CF; }
p { color: rgb(166,41,207); }
H1.HeaderClassName
{
color: #A629CF;
}
.AnyTagClassName
{
color: #A629CF;
}
</style>
background-color css
<style>
a { background-color: #A629CF; }
a { background-color: rgb(166,41,207); }
div.DivClassName
{
background-color: #A629CF;
}
.BgClassName
{
background-color: #A629CF;
}
</style>
border-color css
<style>
span { border-color: #A629CF; }
span { border-color: rgb(166,41,207); }
td.TdClassName
{
border-color: #A629CF;
}
.TagClassName
{
border-color: #A629CF;
}
</style>