Shades of Dark Orchid #A820DB
Tints of Dark Orchid #A820DB
RGB
CMYK
RGB Variations
Color information
#A820DB (or 0xA820DB) is known color: Dark Orchid. HEX triplet: A8, 20 and DB. RGB value is (168,32,219). Sum of RGB (Red+Green+Blue) = 168+32+219=419 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40.10% from 419); Green value is 32 (12.89% from 255 or 7.64% 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 #A820DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A820DB is #57DF24. Grayscale: #5D5D5D. Windows color (decimal): -5758757 or 14360744. OLE color: 14360744.
HSL color Cylindrical-coordinate representation of color #A820DB: hue angle of 283.64º degrees, saturation: 0.75, 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 #A820DB is Cyan = 0.23, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 32 | 219 | - |
| CMYK | 0.23 | 0.85 | 0 | 0.14 |
| HSL | 283.64º | 0.75% | 0.49% | - |
| HSV(B) | 283.64º | 0.85% | 0.86% | - |
| XYZ | 29.45 | 14.47 | 68.26 | - |
| YUV | 93.98 | 198.56 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 32 | 219 | 0.23 | 0.85 | 0 | 0.14 | 283.64 | 0.75 | 0.49 |
| Hex | A8 | 20 | DB | 17 | 55 | 0 | E | 11C | 4B | 31 |
| Octal | 250 | 40 | 333 | 27 | 125 | 0 | 16 | 434 | 113 | 61 |
| Binary | 10101000 | 100000 | 11011011 | 10111 | 1010101 | 0 | 1110 | 100011100 | 1001011 | 110001 |
Color Harmonies of #A820DB
Complementary color
Monochromatic Colors of #A820DB
Black with #A820DB
Text Example
Text Example
White with #A820DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A820DB; }
p { color: rgb(168,32,219); }
H1.HeaderClassName
{
color: #A820DB;
}
.AnyTagClassName
{
color: #A820DB;
}
</style>
background-color css
<style>
a { background-color: #A820DB; }
a { background-color: rgb(168,32,219); }
div.DivClassName
{
background-color: #A820DB;
}
.BgClassName
{
background-color: #A820DB;
}
</style>
border-color css
<style>
span { border-color: #A820DB; }
span { border-color: rgb(168,32,219); }
td.TdClassName
{
border-color: #A820DB;
}
.TagClassName
{
border-color: #A820DB;
}
</style>