Shades of Dark Orchid #A424DB
Tints of Dark Orchid #A424DB
RGB
CMYK
RGB Variations
Color information
#A424DB (or 0xA424DB) is known color: Dark Orchid. HEX triplet: A4, 24 and DB. RGB value is (164,36,219). Sum of RGB (Red+Green+Blue) = 164+36+219=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 36 (14.45% from 255 or 8.59% 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 #A424DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A424DB is #5BDB24. Grayscale: #5E5E5E. Windows color (decimal): -6019877 or 14361764. OLE color: 14361764.
HSL color Cylindrical-coordinate representation of color #A424DB: hue angle of 281.97º degrees, saturation: 0.72, 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 #A424DB is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 36 | 219 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.14 |
| HSL | 281.97º | 0.72% | 0.5% | - |
| HSV(B) | 281.97º | 0.84% | 0.86% | - |
| XYZ | 28.73 | 14.27 | 68.26 | - |
| YUV | 95.13 | 197.91 | 177.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 36 | 219 | 0.25 | 0.84 | 0 | 0.14 | 281.97 | 0.72 | 0.5 |
| Hex | A4 | 24 | DB | 19 | 54 | 0 | E | 11A | 48 | 32 |
| Octal | 244 | 44 | 333 | 31 | 124 | 0 | 16 | 432 | 110 | 62 |
| Binary | 10100100 | 100100 | 11011011 | 11001 | 1010100 | 0 | 1110 | 100011010 | 1001000 | 110010 |
Color Harmonies of #A424DB
Complementary color
Monochromatic Colors of #A424DB
Black with #A424DB
Text Example
Text Example
White with #A424DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A424DB; }
p { color: rgb(164,36,219); }
H1.HeaderClassName
{
color: #A424DB;
}
.AnyTagClassName
{
color: #A424DB;
}
</style>
background-color css
<style>
a { background-color: #A424DB; }
a { background-color: rgb(164,36,219); }
div.DivClassName
{
background-color: #A424DB;
}
.BgClassName
{
background-color: #A424DB;
}
</style>
border-color css
<style>
span { border-color: #A424DB; }
span { border-color: rgb(164,36,219); }
td.TdClassName
{
border-color: #A424DB;
}
.TagClassName
{
border-color: #A424DB;
}
</style>