Shades of Dark Orchid #A63FCB
Tints of Dark Orchid #A63FCB
RGB
CMYK
RGB Variations
Color information
#A63FCB (or 0xA63FCB) is known color: Dark Orchid. HEX triplet: A6, 3F and CB. RGB value is (166,63,203). Sum of RGB (Red+Green+Blue) = 166+63+203=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #A63FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63FCB is #59C034. Grayscale: #6D6D6D. Windows color (decimal): -5881909 or 13320102. OLE color: 13320102.
HSL color Cylindrical-coordinate representation of color #A63FCB: hue angle of 284.14º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63FCB is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 63 | 203 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.20 |
| HSL | 284.14º | 0.57% | 0.52% | - |
| HSV(B) | 284.14º | 0.69% | 0.8% | - |
| XYZ | 28.28 | 15.97 | 58.09 | - |
| YUV | 109.76 | 180.62 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 203 | 0.18 | 0.69 | 0 | 0.20 | 284.14 | 0.57 | 0.52 |
| Hex | A6 | 3F | CB | 12 | 45 | 0 | 14 | 11C | 39 | 34 |
| Octal | 246 | 77 | 313 | 22 | 105 | 0 | 24 | 434 | 71 | 64 |
| Binary | 10100110 | 111111 | 11001011 | 10010 | 1000101 | 0 | 10100 | 100011100 | 111001 | 110100 |
Color Harmonies of #A63FCB
Complementary color
Monochromatic Colors of #A63FCB
Black with #A63FCB
Text Example
Text Example
White with #A63FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63FCB; }
p { color: rgb(166,63,203); }
H1.HeaderClassName
{
color: #A63FCB;
}
.AnyTagClassName
{
color: #A63FCB;
}
</style>
background-color css
<style>
a { background-color: #A63FCB; }
a { background-color: rgb(166,63,203); }
div.DivClassName
{
background-color: #A63FCB;
}
.BgClassName
{
background-color: #A63FCB;
}
</style>
border-color css
<style>
span { border-color: #A63FCB; }
span { border-color: rgb(166,63,203); }
td.TdClassName
{
border-color: #A63FCB;
}
.TagClassName
{
border-color: #A63FCB;
}
</style>