Shades of Dark Orchid #A646CA
Tints of Dark Orchid #A646CA
RGB
CMYK
RGB Variations
Color information
#A646CA (or 0xA646CA) is known color: Dark Orchid. HEX triplet: A6, 46 and CA. RGB value is (166,70,202). Sum of RGB (Red+Green+Blue) = 166+70+202=438 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.90% from 438); Green value is 70 (27.73% from 255 or 15.98% from 438); Blue value is 202 (79.30% from 255 or 46.12% from 438); Max value from RGB is 202 - color contains mainly: blue. Hex color #A646CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A646CA is #59B935. Grayscale: #717171. Windows color (decimal): -5880118 or 13256358. OLE color: 13256358.
HSL color Cylindrical-coordinate representation of color #A646CA: hue angle of 283.64º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A646CA is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 70 | 202 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.21 |
| HSL | 283.64º | 0.55% | 0.53% | - |
| HSV(B) | 283.64º | 0.65% | 0.79% | - |
| XYZ | 28.58 | 16.75 | 57.6 | - |
| YUV | 113.75 | 177.8 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 70 | 202 | 0.18 | 0.65 | 0 | 0.21 | 283.64 | 0.55 | 0.53 |
| Hex | A6 | 46 | CA | 12 | 41 | 0 | 15 | 11C | 37 | 35 |
| Octal | 246 | 106 | 312 | 22 | 101 | 0 | 25 | 434 | 67 | 65 |
| Binary | 10100110 | 1000110 | 11001010 | 10010 | 1000001 | 0 | 10101 | 100011100 | 110111 | 110101 |
Color Harmonies of #A646CA
Complementary color
Monochromatic Colors of #A646CA
Black with #A646CA
Text Example
Text Example
White with #A646CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A646CA; }
p { color: rgb(166,70,202); }
H1.HeaderClassName
{
color: #A646CA;
}
.AnyTagClassName
{
color: #A646CA;
}
</style>
background-color css
<style>
a { background-color: #A646CA; }
a { background-color: rgb(166,70,202); }
div.DivClassName
{
background-color: #A646CA;
}
.BgClassName
{
background-color: #A646CA;
}
</style>
border-color css
<style>
span { border-color: #A646CA; }
span { border-color: rgb(166,70,202); }
td.TdClassName
{
border-color: #A646CA;
}
.TagClassName
{
border-color: #A646CA;
}
</style>