Shades of Dark Orchid #A63CCF
Tints of Dark Orchid #A63CCF
RGB
CMYK
RGB Variations
Color information
#A63CCF (or 0xA63CCF) is known color: Dark Orchid. HEX triplet: A6, 3C and CF. RGB value is (166,60,207). Sum of RGB (Red+Green+Blue) = 166+60+207=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 60 (23.83% from 255 or 13.86% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #A63CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63CCF is #59C330. Grayscale: #6B6B6B. Windows color (decimal): -5882673 or 13581478. OLE color: 13581478.
HSL color Cylindrical-coordinate representation of color #A63CCF: hue angle of 283.27º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A63CCF is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 60 | 207 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.19 |
| HSL | 283.27º | 0.6% | 0.52% | - |
| HSV(B) | 283.27º | 0.71% | 0.81% | - |
| XYZ | 28.6 | 15.84 | 60.58 | - |
| YUV | 108.45 | 183.62 | 169.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 207 | 0.20 | 0.71 | 0 | 0.19 | 283.27 | 0.6 | 0.52 |
| Hex | A6 | 3C | CF | 14 | 47 | 0 | 13 | 11B | 3C | 34 |
| Octal | 246 | 74 | 317 | 24 | 107 | 0 | 23 | 433 | 74 | 64 |
| Binary | 10100110 | 111100 | 11001111 | 10100 | 1000111 | 0 | 10011 | 100011011 | 111100 | 110100 |
Color Harmonies of #A63CCF
Complementary color
Monochromatic Colors of #A63CCF
Black with #A63CCF
Text Example
Text Example
White with #A63CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63CCF; }
p { color: rgb(166,60,207); }
H1.HeaderClassName
{
color: #A63CCF;
}
.AnyTagClassName
{
color: #A63CCF;
}
</style>
background-color css
<style>
a { background-color: #A63CCF; }
a { background-color: rgb(166,60,207); }
div.DivClassName
{
background-color: #A63CCF;
}
.BgClassName
{
background-color: #A63CCF;
}
</style>
border-color css
<style>
span { border-color: #A63CCF; }
span { border-color: rgb(166,60,207); }
td.TdClassName
{
border-color: #A63CCF;
}
.TagClassName
{
border-color: #A63CCF;
}
</style>