Shades of Dark Orchid #A63ECC
Tints of Dark Orchid #A63ECC
RGB
CMYK
RGB Variations
Color information
#A63ECC (or 0xA63ECC) is known color: Dark Orchid. HEX triplet: A6, 3E and CC. RGB value is (166,62,204). Sum of RGB (Red+Green+Blue) = 166+62+204=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 62 (24.61% from 255 or 14.35% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 204 - color contains mainly: blue. Hex color #A63ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63ECC is #59C133. Grayscale: #6C6C6C. Windows color (decimal): -5882164 or 13385382. OLE color: 13385382.
HSL color Cylindrical-coordinate representation of color #A63ECC: hue angle of 283.94º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63ECC is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 62 | 204 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.2 |
| HSL | 283.94º | 0.58% | 0.52% | - |
| HSV(B) | 283.94º | 0.7% | 0.8% | - |
| XYZ | 28.35 | 15.91 | 58.7 | - |
| YUV | 109.28 | 181.46 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 204 | 0.19 | 0.70 | 0 | 0.2 | 283.94 | 0.58 | 0.52 |
| Hex | A6 | 3E | CC | 13 | 46 | 0 | 14 | 11C | 3A | 34 |
| Octal | 246 | 76 | 314 | 23 | 106 | 0 | 24 | 434 | 72 | 64 |
| Binary | 10100110 | 111110 | 11001100 | 10011 | 1000110 | 0 | 10100 | 100011100 | 111010 | 110100 |
Color Harmonies of #A63ECC
Complementary color
Monochromatic Colors of #A63ECC
Black with #A63ECC
Text Example
Text Example
White with #A63ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63ECC; }
p { color: rgb(166,62,204); }
H1.HeaderClassName
{
color: #A63ECC;
}
.AnyTagClassName
{
color: #A63ECC;
}
</style>
background-color css
<style>
a { background-color: #A63ECC; }
a { background-color: rgb(166,62,204); }
div.DivClassName
{
background-color: #A63ECC;
}
.BgClassName
{
background-color: #A63ECC;
}
</style>
border-color css
<style>
span { border-color: #A63ECC; }
span { border-color: rgb(166,62,204); }
td.TdClassName
{
border-color: #A63ECC;
}
.TagClassName
{
border-color: #A63ECC;
}
</style>