Shades of Dark Orchid #A646CF
Tints of Dark Orchid #A646CF
RGB
CMYK
RGB Variations
Color information
#A646CF (or 0xA646CF) is known color: Dark Orchid. HEX triplet: A6, 46 and CF. RGB value is (166,70,207). Sum of RGB (Red+Green+Blue) = 166+70+207=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 70 (27.73% from 255 or 15.80% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 207 - color contains mainly: blue. Hex color #A646CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A646CF is #59B930. Grayscale: #717171. Windows color (decimal): -5880113 or 13584038. OLE color: 13584038.
HSL color Cylindrical-coordinate representation of color #A646CF: hue angle of 282.04º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A646CF is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 70 | 207 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.19 |
| HSL | 282.04º | 0.59% | 0.54% | - |
| HSV(B) | 282.04º | 0.66% | 0.81% | - |
| XYZ | 29.18 | 16.99 | 60.77 | - |
| YUV | 114.32 | 180.3 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 207 | 0.20 | 0.66 | 0 | 0.19 | 282.04 | 0.59 | 0.54 |
| Hex | A6 | 46 | CF | 14 | 42 | 0 | 13 | 11A | 3B | 36 |
| Octal | 246 | 106 | 317 | 24 | 102 | 0 | 23 | 432 | 73 | 66 |
| Binary | 10100110 | 1000110 | 11001111 | 10100 | 1000010 | 0 | 10011 | 100011010 | 111011 | 110110 |
Color Harmonies of #A646CF
Complementary color
Monochromatic Colors of #A646CF
Black with #A646CF
Text Example
Text Example
White with #A646CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A646CF; }
p { color: rgb(166,70,207); }
H1.HeaderClassName
{
color: #A646CF;
}
.AnyTagClassName
{
color: #A646CF;
}
</style>
background-color css
<style>
a { background-color: #A646CF; }
a { background-color: rgb(166,70,207); }
div.DivClassName
{
background-color: #A646CF;
}
.BgClassName
{
background-color: #A646CF;
}
</style>
border-color css
<style>
span { border-color: #A646CF; }
span { border-color: rgb(166,70,207); }
td.TdClassName
{
border-color: #A646CF;
}
.TagClassName
{
border-color: #A646CF;
}
</style>