Shades of Dark Orchid #A621DB
Tints of Dark Orchid #A621DB
RGB
CMYK
RGB Variations
Color information
#A621DB (or 0xA621DB) is known color: Dark Orchid. HEX triplet: A6, 21 and DB. RGB value is (166,33,219). Sum of RGB (Red+Green+Blue) = 166+33+219=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #A621DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A621DB is #59DE24. Grayscale: #5D5D5D. Windows color (decimal): -5889573 or 14360998. OLE color: 14360998.
HSL color Cylindrical-coordinate representation of color #A621DB: hue angle of 282.9º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A621DB is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 33 | 219 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.14 |
| HSL | 282.9º | 0.74% | 0.49% | - |
| HSV(B) | 282.9º | 0.85% | 0.86% | - |
| XYZ | 29.06 | 14.31 | 68.25 | - |
| YUV | 93.97 | 198.56 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 33 | 219 | 0.24 | 0.85 | 0 | 0.14 | 282.9 | 0.74 | 0.49 |
| Hex | A6 | 21 | DB | 18 | 55 | 0 | E | 11B | 4A | 31 |
| Octal | 246 | 41 | 333 | 30 | 125 | 0 | 16 | 433 | 112 | 61 |
| Binary | 10100110 | 100001 | 11011011 | 11000 | 1010101 | 0 | 1110 | 100011011 | 1001010 | 110001 |
Color Harmonies of #A621DB
Complementary color
Monochromatic Colors of #A621DB
Black with #A621DB
Text Example
Text Example
White with #A621DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A621DB; }
p { color: rgb(166,33,219); }
H1.HeaderClassName
{
color: #A621DB;
}
.AnyTagClassName
{
color: #A621DB;
}
</style>
background-color css
<style>
a { background-color: #A621DB; }
a { background-color: rgb(166,33,219); }
div.DivClassName
{
background-color: #A621DB;
}
.BgClassName
{
background-color: #A621DB;
}
</style>
border-color css
<style>
span { border-color: #A621DB; }
span { border-color: rgb(166,33,219); }
td.TdClassName
{
border-color: #A621DB;
}
.TagClassName
{
border-color: #A621DB;
}
</style>