Shades of Dark Orchid #A63FDA
Tints of Dark Orchid #A63FDA
RGB
CMYK
RGB Variations
Color information
#A63FDA (or 0xA63FDA) is known color: Dark Orchid. HEX triplet: A6, 3F and DA. RGB value is (166,63,218). Sum of RGB (Red+Green+Blue) = 166+63+218=447 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.14% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #A63FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63FDA is #59C025. Grayscale: #6E6E6E. Windows color (decimal): -5881894 or 14303142. OLE color: 14303142.
HSL color Cylindrical-coordinate representation of color #A63FDA: hue angle of 279.87º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A63FDA is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 63 | 218 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.15 |
| HSL | 279.87º | 0.68% | 0.55% | - |
| HSV(B) | 279.87º | 0.71% | 0.85% | - |
| XYZ | 30.16 | 16.72 | 67.97 | - |
| YUV | 111.47 | 188.12 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 63 | 218 | 0.24 | 0.71 | 0 | 0.15 | 279.87 | 0.68 | 0.55 |
| Hex | A6 | 3F | DA | 18 | 47 | 0 | F | 118 | 44 | 37 |
| Octal | 246 | 77 | 332 | 30 | 107 | 0 | 17 | 430 | 104 | 67 |
| Binary | 10100110 | 111111 | 11011010 | 11000 | 1000111 | 0 | 1111 | 100011000 | 1000100 | 110111 |
Color Harmonies of #A63FDA
Complementary color
Monochromatic Colors of #A63FDA
Black with #A63FDA
Text Example
Text Example
White with #A63FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63FDA; }
p { color: rgb(166,63,218); }
H1.HeaderClassName
{
color: #A63FDA;
}
.AnyTagClassName
{
color: #A63FDA;
}
</style>
background-color css
<style>
a { background-color: #A63FDA; }
a { background-color: rgb(166,63,218); }
div.DivClassName
{
background-color: #A63FDA;
}
.BgClassName
{
background-color: #A63FDA;
}
</style>
border-color css
<style>
span { border-color: #A63FDA; }
span { border-color: rgb(166,63,218); }
td.TdClassName
{
border-color: #A63FDA;
}
.TagClassName
{
border-color: #A63FDA;
}
</style>