Shades of Dark Orchid #A61CE2
Tints of Dark Orchid #A61CE2
RGB
CMYK
RGB Variations
Color information
#A61CE2 (or 0xA61CE2) is known color: Dark Orchid. HEX triplet: A6, 1C and E2. RGB value is (166,28,226). Sum of RGB (Red+Green+Blue) = 166+28+226=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 226 (88.67% from 255 or 53.81% from 420); Max value from RGB is 226 - color contains mainly: blue. Hex color #A61CE2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61CE2 is #59E31D. Grayscale: #5B5B5B. Windows color (decimal): -5890846 or 14818470. OLE color: 14818470.
HSL color Cylindrical-coordinate representation of color #A61CE2: hue angle of 281.82º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61CE2 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 166 | 28 | 226 | - |
| CMYK | 0.27 | 0.88 | 0 | 0.11 |
| HSL | 281.82º | 0.78% | 0.5% | - |
| HSV(B) | 281.82º | 0.88% | 0.89% | - |
| XYZ | 29.87 | 14.43 | 73.16 | - |
| YUV | 91.83 | 203.72 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 226 | 0.27 | 0.88 | 0 | 0.11 | 281.82 | 0.78 | 0.5 |
| Hex | A6 | 1C | E2 | 1B | 58 | 0 | B | 11A | 4E | 32 |
| Octal | 246 | 34 | 342 | 33 | 130 | 0 | 13 | 432 | 116 | 62 |
| Binary | 10100110 | 11100 | 11100010 | 11011 | 1011000 | 0 | 1011 | 100011010 | 1001110 | 110010 |
Color Harmonies of #A61CE2
Complementary color
Monochromatic Colors of #A61CE2
Black with #A61CE2
Text Example
Text Example
White with #A61CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61CE2; }
p { color: rgb(166,28,226); }
H1.HeaderClassName
{
color: #A61CE2;
}
.AnyTagClassName
{
color: #A61CE2;
}
</style>
background-color css
<style>
a { background-color: #A61CE2; }
a { background-color: rgb(166,28,226); }
div.DivClassName
{
background-color: #A61CE2;
}
.BgClassName
{
background-color: #A61CE2;
}
</style>
border-color css
<style>
span { border-color: #A61CE2; }
span { border-color: rgb(166,28,226); }
td.TdClassName
{
border-color: #A61CE2;
}
.TagClassName
{
border-color: #A61CE2;
}
</style>