Shades of Dark Orchid #A646CB
Tints of Dark Orchid #A646CB
RGB
CMYK
RGB Variations
Color information
#A646CB (or 0xA646CB) is known color: Dark Orchid. HEX triplet: A6, 46 and CB. RGB value is (166,70,203). Sum of RGB (Red+Green+Blue) = 166+70+203=439 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.81% from 439); Green value is 70 (27.73% from 255 or 15.95% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #A646CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A646CB is #59B934. Grayscale: #717171. Windows color (decimal): -5880117 or 13321894. OLE color: 13321894.
HSL color Cylindrical-coordinate representation of color #A646CB: hue angle of 283.31º degrees, saturation: 0.56, 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 #A646CB is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 70 | 203 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.20 |
| HSL | 283.31º | 0.56% | 0.54% | - |
| HSV(B) | 283.31º | 0.66% | 0.8% | - |
| XYZ | 28.7 | 16.8 | 58.23 | - |
| YUV | 113.87 | 178.3 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 203 | 0.18 | 0.66 | 0 | 0.20 | 283.31 | 0.56 | 0.54 |
| Hex | A6 | 46 | CB | 12 | 42 | 0 | 14 | 11B | 38 | 36 |
| Octal | 246 | 106 | 313 | 22 | 102 | 0 | 24 | 433 | 70 | 66 |
| Binary | 10100110 | 1000110 | 11001011 | 10010 | 1000010 | 0 | 10100 | 100011011 | 111000 | 110110 |
Color Harmonies of #A646CB
Complementary color
Monochromatic Colors of #A646CB
Black with #A646CB
Text Example
Text Example
White with #A646CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A646CB; }
p { color: rgb(166,70,203); }
H1.HeaderClassName
{
color: #A646CB;
}
.AnyTagClassName
{
color: #A646CB;
}
</style>
background-color css
<style>
a { background-color: #A646CB; }
a { background-color: rgb(166,70,203); }
div.DivClassName
{
background-color: #A646CB;
}
.BgClassName
{
background-color: #A646CB;
}
</style>
border-color css
<style>
span { border-color: #A646CB; }
span { border-color: rgb(166,70,203); }
td.TdClassName
{
border-color: #A646CB;
}
.TagClassName
{
border-color: #A646CB;
}
</style>