Shades of Dark Orchid #A63BC8
Tints of Dark Orchid #A63BC8
RGB
CMYK
RGB Variations
Color information
#A63BC8 (or 0xA63BC8) is known color: Dark Orchid. HEX triplet: A6, 3B and C8. RGB value is (166,59,200). Sum of RGB (Red+Green+Blue) = 166+59+200=425 (56% of max value = 765). Red value is 166 (65.23% from 255 or 39.06% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 200 (78.52% from 255 or 47.06% from 425); Max value from RGB is 200 - color contains mainly: blue. Hex color #A63BC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63BC8 is #59C437. Grayscale: #6A6A6A. Windows color (decimal): -5882936 or 13122470. OLE color: 13122470.
HSL color Cylindrical-coordinate representation of color #A63BC8: hue angle of 285.53º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A63BC8 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 166 | 59 | 200 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.22 |
| HSL | 285.53º | 0.56% | 0.51% | - |
| HSV(B) | 285.53º | 0.71% | 0.78% | - |
| XYZ | 27.72 | 15.41 | 56.16 | - |
| YUV | 107.07 | 180.45 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 200 | 0.17 | 0.70 | 0 | 0.22 | 285.53 | 0.56 | 0.51 |
| Hex | A6 | 3B | C8 | 11 | 46 | 0 | 16 | 11E | 38 | 33 |
| Octal | 246 | 73 | 310 | 21 | 106 | 0 | 26 | 436 | 70 | 63 |
| Binary | 10100110 | 111011 | 11001000 | 10001 | 1000110 | 0 | 10110 | 100011110 | 111000 | 110011 |
Color Harmonies of #A63BC8
Complementary color
Monochromatic Colors of #A63BC8
Black with #A63BC8
Text Example
Text Example
White with #A63BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63BC8; }
p { color: rgb(166,59,200); }
H1.HeaderClassName
{
color: #A63BC8;
}
.AnyTagClassName
{
color: #A63BC8;
}
</style>
background-color css
<style>
a { background-color: #A63BC8; }
a { background-color: rgb(166,59,200); }
div.DivClassName
{
background-color: #A63BC8;
}
.BgClassName
{
background-color: #A63BC8;
}
</style>
border-color css
<style>
span { border-color: #A63BC8; }
span { border-color: rgb(166,59,200); }
td.TdClassName
{
border-color: #A63BC8;
}
.TagClassName
{
border-color: #A63BC8;
}
</style>