Shades of Dark Orchid #A63CCA
Tints of Dark Orchid #A63CCA
RGB
CMYK
RGB Variations
Color information
#A63CCA (or 0xA63CCA) is known color: Dark Orchid. HEX triplet: A6, 3C and CA. RGB value is (166,60,202). Sum of RGB (Red+Green+Blue) = 166+60+202=428 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.79% from 428); Green value is 60 (23.83% from 255 or 14.02% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #A63CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63CCA is #59C335. Grayscale: #6B6B6B. Windows color (decimal): -5882678 or 13253798. OLE color: 13253798.
HSL color Cylindrical-coordinate representation of color #A63CCA: hue angle of 284.79º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A63CCA is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 60 | 202 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.21 |
| HSL | 284.79º | 0.57% | 0.51% | - |
| HSV(B) | 284.79º | 0.7% | 0.79% | - |
| XYZ | 28 | 15.6 | 57.41 | - |
| YUV | 107.88 | 181.12 | 169.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 60 | 202 | 0.18 | 0.70 | 0 | 0.21 | 284.79 | 0.57 | 0.51 |
| Hex | A6 | 3C | CA | 12 | 46 | 0 | 15 | 11D | 39 | 33 |
| Octal | 246 | 74 | 312 | 22 | 106 | 0 | 25 | 435 | 71 | 63 |
| Binary | 10100110 | 111100 | 11001010 | 10010 | 1000110 | 0 | 10101 | 100011101 | 111001 | 110011 |
Color Harmonies of #A63CCA
Complementary color
Monochromatic Colors of #A63CCA
Black with #A63CCA
Text Example
Text Example
White with #A63CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63CCA; }
p { color: rgb(166,60,202); }
H1.HeaderClassName
{
color: #A63CCA;
}
.AnyTagClassName
{
color: #A63CCA;
}
</style>
background-color css
<style>
a { background-color: #A63CCA; }
a { background-color: rgb(166,60,202); }
div.DivClassName
{
background-color: #A63CCA;
}
.BgClassName
{
background-color: #A63CCA;
}
</style>
border-color css
<style>
span { border-color: #A63CCA; }
span { border-color: rgb(166,60,202); }
td.TdClassName
{
border-color: #A63CCA;
}
.TagClassName
{
border-color: #A63CCA;
}
</style>