Shades of Dark Orchid #A63BDA
Tints of Dark Orchid #A63BDA
RGB
CMYK
RGB Variations
Color information
#A63BDA (or 0xA63BDA) is known color: Dark Orchid. HEX triplet: A6, 3B and DA. RGB value is (166,59,218). Sum of RGB (Red+Green+Blue) = 166+59+218=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 59 (23.44% from 255 or 13.32% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #A63BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63BDA is #59C425. Grayscale: #6C6C6C. Windows color (decimal): -5882918 or 14302118. OLE color: 14302118.
HSL color Cylindrical-coordinate representation of color #A63BDA: hue angle of 280.38º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A63BDA is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 59 | 218 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.15 |
| HSL | 280.38º | 0.68% | 0.54% | - |
| HSV(B) | 280.38º | 0.73% | 0.85% | - |
| XYZ | 29.94 | 16.3 | 67.9 | - |
| YUV | 109.12 | 189.45 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 218 | 0.24 | 0.73 | 0 | 0.15 | 280.38 | 0.68 | 0.54 |
| Hex | A6 | 3B | DA | 18 | 49 | 0 | F | 118 | 44 | 36 |
| Octal | 246 | 73 | 332 | 30 | 111 | 0 | 17 | 430 | 104 | 66 |
| Binary | 10100110 | 111011 | 11011010 | 11000 | 1001001 | 0 | 1111 | 100011000 | 1000100 | 110110 |
Color Harmonies of #A63BDA
Complementary color
Monochromatic Colors of #A63BDA
Black with #A63BDA
Text Example
Text Example
White with #A63BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63BDA; }
p { color: rgb(166,59,218); }
H1.HeaderClassName
{
color: #A63BDA;
}
.AnyTagClassName
{
color: #A63BDA;
}
</style>
background-color css
<style>
a { background-color: #A63BDA; }
a { background-color: rgb(166,59,218); }
div.DivClassName
{
background-color: #A63BDA;
}
.BgClassName
{
background-color: #A63BDA;
}
</style>
border-color css
<style>
span { border-color: #A63BDA; }
span { border-color: rgb(166,59,218); }
td.TdClassName
{
border-color: #A63BDA;
}
.TagClassName
{
border-color: #A63BDA;
}
</style>