Shades of Dark Orchid #A63EEA
Tints of Dark Orchid #A63EEA
RGB
CMYK
RGB Variations
Color information
#A63EEA (or 0xA63EEA) is known color: Dark Orchid. HEX triplet: A6, 3E and EA. RGB value is (166,62,234). Sum of RGB (Red+Green+Blue) = 166+62+234=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 62 (24.61% from 255 or 13.42% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #A63EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A63EEA is #59C115. Grayscale: #707070. Windows color (decimal): -5882134 or 15351462. OLE color: 15351462.
HSL color Cylindrical-coordinate representation of color #A63EEA: hue angle of 276.28º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A63EEA is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 62 | 234 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.08 |
| HSL | 276.28º | 0.8% | 0.58% | - |
| HSV(B) | 276.28º | 0.74% | 0.92% | - |
| XYZ | 32.3 | 17.49 | 79.52 | - |
| YUV | 112.7 | 196.46 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 62 | 234 | 0.29 | 0.74 | 0 | 0.08 | 276.28 | 0.8 | 0.58 |
| Hex | A6 | 3E | EA | 1D | 4A | 0 | 8 | 114 | 50 | 3A |
| Octal | 246 | 76 | 352 | 35 | 112 | 0 | 10 | 424 | 120 | 72 |
| Binary | 10100110 | 111110 | 11101010 | 11101 | 1001010 | 0 | 1000 | 100010100 | 1010000 | 111010 |
Color Harmonies of #A63EEA
Complementary color
Monochromatic Colors of #A63EEA
Black with #A63EEA
Text Example
Text Example
White with #A63EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63EEA; }
p { color: rgb(166,62,234); }
H1.HeaderClassName
{
color: #A63EEA;
}
.AnyTagClassName
{
color: #A63EEA;
}
</style>
background-color css
<style>
a { background-color: #A63EEA; }
a { background-color: rgb(166,62,234); }
div.DivClassName
{
background-color: #A63EEA;
}
.BgClassName
{
background-color: #A63EEA;
}
</style>
border-color css
<style>
span { border-color: #A63EEA; }
span { border-color: rgb(166,62,234); }
td.TdClassName
{
border-color: #A63EEA;
}
.TagClassName
{
border-color: #A63EEA;
}
</style>