Shades of Dark Orchid #A63FCA
Tints of Dark Orchid #A63FCA
RGB
CMYK
RGB Variations
Color information
#A63FCA (or 0xA63FCA) is known color: Dark Orchid. HEX triplet: A6, 3F and CA. RGB value is (166,63,202). Sum of RGB (Red+Green+Blue) = 166+63+202=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 63 (25% from 255 or 14.62% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #A63FCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63FCA is #59C035. Grayscale: #6D6D6D. Windows color (decimal): -5881910 or 13254566. OLE color: 13254566.
HSL color Cylindrical-coordinate representation of color #A63FCA: hue angle of 284.46º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63FCA is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 63 | 202 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.21 |
| HSL | 284.46º | 0.57% | 0.52% | - |
| HSV(B) | 284.46º | 0.69% | 0.79% | - |
| XYZ | 28.16 | 15.93 | 57.47 | - |
| YUV | 109.64 | 180.12 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 202 | 0.18 | 0.69 | 0 | 0.21 | 284.46 | 0.57 | 0.52 |
| Hex | A6 | 3F | CA | 12 | 45 | 0 | 15 | 11C | 39 | 34 |
| Octal | 246 | 77 | 312 | 22 | 105 | 0 | 25 | 434 | 71 | 64 |
| Binary | 10100110 | 111111 | 11001010 | 10010 | 1000101 | 0 | 10101 | 100011100 | 111001 | 110100 |
Color Harmonies of #A63FCA
Complementary color
Monochromatic Colors of #A63FCA
Black with #A63FCA
Text Example
Text Example
White with #A63FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63FCA; }
p { color: rgb(166,63,202); }
H1.HeaderClassName
{
color: #A63FCA;
}
.AnyTagClassName
{
color: #A63FCA;
}
</style>
background-color css
<style>
a { background-color: #A63FCA; }
a { background-color: rgb(166,63,202); }
div.DivClassName
{
background-color: #A63FCA;
}
.BgClassName
{
background-color: #A63FCA;
}
</style>
border-color css
<style>
span { border-color: #A63FCA; }
span { border-color: rgb(166,63,202); }
td.TdClassName
{
border-color: #A63FCA;
}
.TagClassName
{
border-color: #A63FCA;
}
</style>