Shades of Dark Orchid #A63FCF
Tints of Dark Orchid #A63FCF
RGB
CMYK
RGB Variations
Color information
#A63FCF (or 0xA63FCF) is known color: Dark Orchid. HEX triplet: A6, 3F and CF. RGB value is (166,63,207). Sum of RGB (Red+Green+Blue) = 166+63+207=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 63 (25% from 255 or 14.45% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #A63FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63FCF is #59C030. Grayscale: #6D6D6D. Windows color (decimal): -5881905 or 13582246. OLE color: 13582246.
HSL color Cylindrical-coordinate representation of color #A63FCF: hue angle of 282.92º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63FCF is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 63 | 207 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.19 |
| HSL | 282.92º | 0.6% | 0.53% | - |
| HSV(B) | 282.92º | 0.7% | 0.81% | - |
| XYZ | 28.77 | 16.17 | 60.64 | - |
| YUV | 110.21 | 182.62 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 207 | 0.20 | 0.70 | 0 | 0.19 | 282.92 | 0.6 | 0.53 |
| Hex | A6 | 3F | CF | 14 | 46 | 0 | 13 | 11B | 3C | 35 |
| Octal | 246 | 77 | 317 | 24 | 106 | 0 | 23 | 433 | 74 | 65 |
| Binary | 10100110 | 111111 | 11001111 | 10100 | 1000110 | 0 | 10011 | 100011011 | 111100 | 110101 |
Color Harmonies of #A63FCF
Complementary color
Monochromatic Colors of #A63FCF
Black with #A63FCF
Text Example
Text Example
White with #A63FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63FCF; }
p { color: rgb(166,63,207); }
H1.HeaderClassName
{
color: #A63FCF;
}
.AnyTagClassName
{
color: #A63FCF;
}
</style>
background-color css
<style>
a { background-color: #A63FCF; }
a { background-color: rgb(166,63,207); }
div.DivClassName
{
background-color: #A63FCF;
}
.BgClassName
{
background-color: #A63FCF;
}
</style>
border-color css
<style>
span { border-color: #A63FCF; }
span { border-color: rgb(166,63,207); }
td.TdClassName
{
border-color: #A63FCF;
}
.TagClassName
{
border-color: #A63FCF;
}
</style>