Shades of Dark Orchid #A61CE1
Tints of Dark Orchid #A61CE1
RGB
CMYK
RGB Variations
Color information
#A61CE1 (or 0xA61CE1) is known color: Dark Orchid. HEX triplet: A6, 1C and E1. RGB value is (166,28,225). Sum of RGB (Red+Green+Blue) = 166+28+225=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 28 (11.33% from 255 or 6.68% from 419); Blue value is 225 (88.28% from 255 or 53.70% from 419); Max value from RGB is 225 - color contains mainly: blue. Hex color #A61CE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61CE1 is #59E31E. Grayscale: #5B5B5B. Windows color (decimal): -5890847 or 14752934. OLE color: 14752934.
HSL color Cylindrical-coordinate representation of color #A61CE1: hue angle of 282.03º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61CE1 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 28 | 225 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.12 |
| HSL | 282.03º | 0.78% | 0.5% | - |
| HSV(B) | 282.03º | 0.88% | 0.88% | - |
| XYZ | 29.73 | 14.37 | 72.44 | - |
| YUV | 91.72 | 203.22 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 225 | 0.26 | 0.88 | 0 | 0.12 | 282.03 | 0.78 | 0.5 |
| Hex | A6 | 1C | E1 | 1A | 58 | 0 | C | 11A | 4E | 32 |
| Octal | 246 | 34 | 341 | 32 | 130 | 0 | 14 | 432 | 116 | 62 |
| Binary | 10100110 | 11100 | 11100001 | 11010 | 1011000 | 0 | 1100 | 100011010 | 1001110 | 110010 |
Color Harmonies of #A61CE1
Complementary color
Monochromatic Colors of #A61CE1
Black with #A61CE1
Text Example
Text Example
White with #A61CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61CE1; }
p { color: rgb(166,28,225); }
H1.HeaderClassName
{
color: #A61CE1;
}
.AnyTagClassName
{
color: #A61CE1;
}
</style>
background-color css
<style>
a { background-color: #A61CE1; }
a { background-color: rgb(166,28,225); }
div.DivClassName
{
background-color: #A61CE1;
}
.BgClassName
{
background-color: #A61CE1;
}
</style>
border-color css
<style>
span { border-color: #A61CE1; }
span { border-color: rgb(166,28,225); }
td.TdClassName
{
border-color: #A61CE1;
}
.TagClassName
{
border-color: #A61CE1;
}
</style>