Shades of Dark Orchid #A622DB
Tints of Dark Orchid #A622DB
RGB
CMYK
RGB Variations
Color information
#A622DB (or 0xA622DB) is known color: Dark Orchid. HEX triplet: A6, 22 and DB. RGB value is (166,34,219). Sum of RGB (Red+Green+Blue) = 166+34+219=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 34 (13.67% from 255 or 8.11% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #A622DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A622DB is #59DD24. Grayscale: #5D5D5D. Windows color (decimal): -5889317 or 14361254. OLE color: 14361254.
HSL color Cylindrical-coordinate representation of color #A622DB: hue angle of 282.81º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A622DB is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 34 | 219 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.14 |
| HSL | 282.81º | 0.73% | 0.5% | - |
| HSV(B) | 282.81º | 0.84% | 0.86% | - |
| XYZ | 29.08 | 14.37 | 68.26 | - |
| YUV | 94.56 | 198.23 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 34 | 219 | 0.24 | 0.84 | 0 | 0.14 | 282.81 | 0.73 | 0.5 |
| Hex | A6 | 22 | DB | 18 | 54 | 0 | E | 11B | 49 | 32 |
| Octal | 246 | 42 | 333 | 30 | 124 | 0 | 16 | 433 | 111 | 62 |
| Binary | 10100110 | 100010 | 11011011 | 11000 | 1010100 | 0 | 1110 | 100011011 | 1001001 | 110010 |
Color Harmonies of #A622DB
Complementary color
Monochromatic Colors of #A622DB
Black with #A622DB
Text Example
Text Example
White with #A622DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A622DB; }
p { color: rgb(166,34,219); }
H1.HeaderClassName
{
color: #A622DB;
}
.AnyTagClassName
{
color: #A622DB;
}
</style>
background-color css
<style>
a { background-color: #A622DB; }
a { background-color: rgb(166,34,219); }
div.DivClassName
{
background-color: #A622DB;
}
.BgClassName
{
background-color: #A622DB;
}
</style>
border-color css
<style>
span { border-color: #A622DB; }
span { border-color: rgb(166,34,219); }
td.TdClassName
{
border-color: #A622DB;
}
.TagClassName
{
border-color: #A622DB;
}
</style>