Shades of Dark Orchid #A646CC
Tints of Dark Orchid #A646CC
RGB
CMYK
RGB Variations
Color information
#A646CC (or 0xA646CC) is known color: Dark Orchid. HEX triplet: A6, 46 and CC. RGB value is (166,70,204). Sum of RGB (Red+Green+Blue) = 166+70+204=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 70 (27.73% from 255 or 15.91% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #A646CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A646CC is #59B933. Grayscale: #717171. Windows color (decimal): -5880116 or 13387430. OLE color: 13387430.
HSL color Cylindrical-coordinate representation of color #A646CC: hue angle of 282.99º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A646CC is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 70 | 204 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.2 |
| HSL | 282.99º | 0.57% | 0.54% | - |
| HSV(B) | 282.99º | 0.66% | 0.8% | - |
| XYZ | 28.82 | 16.85 | 58.86 | - |
| YUV | 113.98 | 178.8 | 165.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 204 | 0.19 | 0.66 | 0 | 0.2 | 282.99 | 0.57 | 0.54 |
| Hex | A6 | 46 | CC | 13 | 42 | 0 | 14 | 11B | 39 | 36 |
| Octal | 246 | 106 | 314 | 23 | 102 | 0 | 24 | 433 | 71 | 66 |
| Binary | 10100110 | 1000110 | 11001100 | 10011 | 1000010 | 0 | 10100 | 100011011 | 111001 | 110110 |
Color Harmonies of #A646CC
Complementary color
Monochromatic Colors of #A646CC
Black with #A646CC
Text Example
Text Example
White with #A646CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A646CC; }
p { color: rgb(166,70,204); }
H1.HeaderClassName
{
color: #A646CC;
}
.AnyTagClassName
{
color: #A646CC;
}
</style>
background-color css
<style>
a { background-color: #A646CC; }
a { background-color: rgb(166,70,204); }
div.DivClassName
{
background-color: #A646CC;
}
.BgClassName
{
background-color: #A646CC;
}
</style>
border-color css
<style>
span { border-color: #A646CC; }
span { border-color: rgb(166,70,204); }
td.TdClassName
{
border-color: #A646CC;
}
.TagClassName
{
border-color: #A646CC;
}
</style>