Shades of Dark Orchid #A426DB
Tints of Dark Orchid #A426DB
RGB
CMYK
RGB Variations
Color information
#A426DB (or 0xA426DB) is known color: Dark Orchid. HEX triplet: A4, 26 and DB. RGB value is (164,38,219). Sum of RGB (Red+Green+Blue) = 164+38+219=421 (55% of max value = 765). Red value is 164 (64.45% from 255 or 38.95% from 421); Green value is 38 (15.23% from 255 or 9.03% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #A426DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A426DB is #5BD924. Grayscale: #5F5F5F. Windows color (decimal): -6019365 or 14362276. OLE color: 14362276.
HSL color Cylindrical-coordinate representation of color #A426DB: hue angle of 281.77º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A426DB is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 38 | 219 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.14 |
| HSL | 281.77º | 0.72% | 0.5% | - |
| HSV(B) | 281.77º | 0.83% | 0.86% | - |
| XYZ | 28.79 | 14.39 | 68.28 | - |
| YUV | 96.31 | 197.24 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 38 | 219 | 0.25 | 0.83 | 0 | 0.14 | 281.77 | 0.72 | 0.5 |
| Hex | A4 | 26 | DB | 19 | 53 | 0 | E | 11A | 48 | 32 |
| Octal | 244 | 46 | 333 | 31 | 123 | 0 | 16 | 432 | 110 | 62 |
| Binary | 10100100 | 100110 | 11011011 | 11001 | 1010011 | 0 | 1110 | 100011010 | 1001000 | 110010 |
Color Harmonies of #A426DB
Complementary color
Monochromatic Colors of #A426DB
Black with #A426DB
Text Example
Text Example
White with #A426DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A426DB; }
p { color: rgb(164,38,219); }
H1.HeaderClassName
{
color: #A426DB;
}
.AnyTagClassName
{
color: #A426DB;
}
</style>
background-color css
<style>
a { background-color: #A426DB; }
a { background-color: rgb(164,38,219); }
div.DivClassName
{
background-color: #A426DB;
}
.BgClassName
{
background-color: #A426DB;
}
</style>
border-color css
<style>
span { border-color: #A426DB; }
span { border-color: rgb(164,38,219); }
td.TdClassName
{
border-color: #A426DB;
}
.TagClassName
{
border-color: #A426DB;
}
</style>