Shades of Dark Orchid #A61CDC
Tints of Dark Orchid #A61CDC
RGB
CMYK
RGB Variations
Color information
#A61CDC (or 0xA61CDC) is known color: Dark Orchid. HEX triplet: A6, 1C and DC. RGB value is (166,28,220). Sum of RGB (Red+Green+Blue) = 166+28+220=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 28 (11.33% from 255 or 6.76% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #A61CDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61CDC is #59E323. Grayscale: #5A5A5A. Windows color (decimal): -5890852 or 14425254. OLE color: 14425254.
HSL color Cylindrical-coordinate representation of color #A61CDC: hue angle of 283.12º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61CDC is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 28 | 220 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.14 |
| HSL | 283.13º | 0.77% | 0.49% | - |
| HSV(B) | 283.13º | 0.87% | 0.86% | - |
| XYZ | 29.06 | 14.1 | 68.9 | - |
| YUV | 91.15 | 200.72 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 220 | 0.25 | 0.87 | 0 | 0.14 | 283.13 | 0.77 | 0.49 |
| Hex | A6 | 1C | DC | 19 | 57 | 0 | E | 11B | 4D | 31 |
| Octal | 246 | 34 | 334 | 31 | 127 | 0 | 16 | 433 | 115 | 61 |
| Binary | 10100110 | 11100 | 11011100 | 11001 | 1010111 | 0 | 1110 | 100011011 | 1001101 | 110001 |
Color Harmonies of #A61CDC
Complementary color
Monochromatic Colors of #A61CDC
Black with #A61CDC
Text Example
Text Example
White with #A61CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61CDC; }
p { color: rgb(166,28,220); }
H1.HeaderClassName
{
color: #A61CDC;
}
.AnyTagClassName
{
color: #A61CDC;
}
</style>
background-color css
<style>
a { background-color: #A61CDC; }
a { background-color: rgb(166,28,220); }
div.DivClassName
{
background-color: #A61CDC;
}
.BgClassName
{
background-color: #A61CDC;
}
</style>
border-color css
<style>
span { border-color: #A61CDC; }
span { border-color: rgb(166,28,220); }
td.TdClassName
{
border-color: #A61CDC;
}
.TagClassName
{
border-color: #A61CDC;
}
</style>