Shades of Dark Orchid #A63ECB
Tints of Dark Orchid #A63ECB
RGB
CMYK
RGB Variations
Color information
#A63ECB (or 0xA63ECB) is known color: Dark Orchid. HEX triplet: A6, 3E and CB. RGB value is (166,62,203). Sum of RGB (Red+Green+Blue) = 166+62+203=431 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.52% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #A63ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63ECB is #59C134. Grayscale: #6C6C6C. Windows color (decimal): -5882165 or 13319846. OLE color: 13319846.
HSL color Cylindrical-coordinate representation of color #A63ECB: hue angle of 284.26º degrees, saturation: 0.58, 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 #A63ECB is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 62 | 203 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.20 |
| HSL | 284.26º | 0.58% | 0.52% | - |
| HSV(B) | 284.26º | 0.69% | 0.8% | - |
| XYZ | 28.23 | 15.86 | 58.07 | - |
| YUV | 109.17 | 180.96 | 168.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 203 | 0.18 | 0.69 | 0 | 0.20 | 284.26 | 0.58 | 0.52 |
| Hex | A6 | 3E | CB | 12 | 45 | 0 | 14 | 11C | 3A | 34 |
| Octal | 246 | 76 | 313 | 22 | 105 | 0 | 24 | 434 | 72 | 64 |
| Binary | 10100110 | 111110 | 11001011 | 10010 | 1000101 | 0 | 10100 | 100011100 | 111010 | 110100 |
Color Harmonies of #A63ECB
Complementary color
Monochromatic Colors of #A63ECB
Black with #A63ECB
Text Example
Text Example
White with #A63ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63ECB; }
p { color: rgb(166,62,203); }
H1.HeaderClassName
{
color: #A63ECB;
}
.AnyTagClassName
{
color: #A63ECB;
}
</style>
background-color css
<style>
a { background-color: #A63ECB; }
a { background-color: rgb(166,62,203); }
div.DivClassName
{
background-color: #A63ECB;
}
.BgClassName
{
background-color: #A63ECB;
}
</style>
border-color css
<style>
span { border-color: #A63ECB; }
span { border-color: rgb(166,62,203); }
td.TdClassName
{
border-color: #A63ECB;
}
.TagClassName
{
border-color: #A63ECB;
}
</style>