Shades of Dark Orchid #A63ECA
Tints of Dark Orchid #A63ECA
RGB
CMYK
RGB Variations
Color information
#A63ECA (or 0xA63ECA) is known color: Dark Orchid. HEX triplet: A6, 3E and CA. RGB value is (166,62,202). Sum of RGB (Red+Green+Blue) = 166+62+202=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 62 (24.61% from 255 or 14.42% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #A63ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63ECA is #59C135. Grayscale: #6C6C6C. Windows color (decimal): -5882166 or 13254310. OLE color: 13254310.
HSL color Cylindrical-coordinate representation of color #A63ECA: hue angle of 284.57º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63ECA is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 62 | 202 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.21 |
| HSL | 284.57º | 0.57% | 0.52% | - |
| HSV(B) | 284.57º | 0.69% | 0.79% | - |
| XYZ | 28.11 | 15.82 | 57.45 | - |
| YUV | 109.06 | 180.46 | 168.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 202 | 0.18 | 0.69 | 0 | 0.21 | 284.57 | 0.57 | 0.52 |
| Hex | A6 | 3E | CA | 12 | 45 | 0 | 15 | 11D | 39 | 34 |
| Octal | 246 | 76 | 312 | 22 | 105 | 0 | 25 | 435 | 71 | 64 |
| Binary | 10100110 | 111110 | 11001010 | 10010 | 1000101 | 0 | 10101 | 100011101 | 111001 | 110100 |
Color Harmonies of #A63ECA
Complementary color
Monochromatic Colors of #A63ECA
Black with #A63ECA
Text Example
Text Example
White with #A63ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63ECA; }
p { color: rgb(166,62,202); }
H1.HeaderClassName
{
color: #A63ECA;
}
.AnyTagClassName
{
color: #A63ECA;
}
</style>
background-color css
<style>
a { background-color: #A63ECA; }
a { background-color: rgb(166,62,202); }
div.DivClassName
{
background-color: #A63ECA;
}
.BgClassName
{
background-color: #A63ECA;
}
</style>
border-color css
<style>
span { border-color: #A63ECA; }
span { border-color: rgb(166,62,202); }
td.TdClassName
{
border-color: #A63ECA;
}
.TagClassName
{
border-color: #A63ECA;
}
</style>