Shades of Dark Orchid #A61CDB
Tints of Dark Orchid #A61CDB
RGB
CMYK
RGB Variations
Color information
#A61CDB (or 0xA61CDB) is known color: Dark Orchid. HEX triplet: A6, 1C and DB. RGB value is (166,28,219). Sum of RGB (Red+Green+Blue) = 166+28+219=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #A61CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61CDB is #59E324. Grayscale: #5A5A5A. Windows color (decimal): -5890853 or 14359718. OLE color: 14359718.
HSL color Cylindrical-coordinate representation of color #A61CDB: hue angle of 283.35º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61CDB is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 28 | 219 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.14 |
| HSL | 283.35º | 0.77% | 0.48% | - |
| HSV(B) | 283.35º | 0.87% | 0.86% | - |
| XYZ | 28.93 | 14.05 | 68.21 | - |
| YUV | 91.04 | 200.22 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 219 | 0.24 | 0.87 | 0 | 0.14 | 283.35 | 0.77 | 0.48 |
| Hex | A6 | 1C | DB | 18 | 57 | 0 | E | 11B | 4D | 30 |
| Octal | 246 | 34 | 333 | 30 | 127 | 0 | 16 | 433 | 115 | 60 |
| Binary | 10100110 | 11100 | 11011011 | 11000 | 1010111 | 0 | 1110 | 100011011 | 1001101 | 110000 |
Color Harmonies of #A61CDB
Complementary color
Monochromatic Colors of #A61CDB
Black with #A61CDB
Text Example
Text Example
White with #A61CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61CDB; }
p { color: rgb(166,28,219); }
H1.HeaderClassName
{
color: #A61CDB;
}
.AnyTagClassName
{
color: #A61CDB;
}
</style>
background-color css
<style>
a { background-color: #A61CDB; }
a { background-color: rgb(166,28,219); }
div.DivClassName
{
background-color: #A61CDB;
}
.BgClassName
{
background-color: #A61CDB;
}
</style>
border-color css
<style>
span { border-color: #A61CDB; }
span { border-color: rgb(166,28,219); }
td.TdClassName
{
border-color: #A61CDB;
}
.TagClassName
{
border-color: #A61CDB;
}
</style>