Shades of Dark Orchid #A61BDB
Tints of Dark Orchid #A61BDB
RGB
CMYK
RGB Variations
Color information
#A61BDB (or 0xA61BDB) is known color: Dark Orchid. HEX triplet: A6, 1B and DB. RGB value is (166,27,219). Sum of RGB (Red+Green+Blue) = 166+27+219=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #A61BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61BDB is #59E424. Grayscale: #595959. Windows color (decimal): -5891109 or 14359462. OLE color: 14359462.
HSL color Cylindrical-coordinate representation of color #A61BDB: hue angle of 283.44º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61BDB is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 27 | 219 | - |
| CMYK | 0.24 | 0.88 | 0 | 0.14 |
| HSL | 283.44º | 0.78% | 0.48% | - |
| HSV(B) | 283.44º | 0.88% | 0.86% | - |
| XYZ | 28.9 | 14.01 | 68.2 | - |
| YUV | 90.45 | 200.55 | 181.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 27 | 219 | 0.24 | 0.88 | 0 | 0.14 | 283.44 | 0.78 | 0.48 |
| Hex | A6 | 1B | DB | 18 | 58 | 0 | E | 11B | 4E | 30 |
| Octal | 246 | 33 | 333 | 30 | 130 | 0 | 16 | 433 | 116 | 60 |
| Binary | 10100110 | 11011 | 11011011 | 11000 | 1011000 | 0 | 1110 | 100011011 | 1001110 | 110000 |
Color Harmonies of #A61BDB
Complementary color
Monochromatic Colors of #A61BDB
Black with #A61BDB
Text Example
Text Example
White with #A61BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61BDB; }
p { color: rgb(166,27,219); }
H1.HeaderClassName
{
color: #A61BDB;
}
.AnyTagClassName
{
color: #A61BDB;
}
</style>
background-color css
<style>
a { background-color: #A61BDB; }
a { background-color: rgb(166,27,219); }
div.DivClassName
{
background-color: #A61BDB;
}
.BgClassName
{
background-color: #A61BDB;
}
</style>
border-color css
<style>
span { border-color: #A61BDB; }
span { border-color: rgb(166,27,219); }
td.TdClassName
{
border-color: #A61BDB;
}
.TagClassName
{
border-color: #A61BDB;
}
</style>