Shades of Dark Orchid #A425DB
Tints of Dark Orchid #A425DB
RGB
CMYK
RGB Variations
Color information
#A425DB (or 0xA425DB) is known color: Dark Orchid. HEX triplet: A4, 25 and DB. RGB value is (164,37,219). Sum of RGB (Red+Green+Blue) = 164+37+219=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 37 (14.84% from 255 or 8.81% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #A425DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A425DB is #5BDA24. Grayscale: #5F5F5F. Windows color (decimal): -6019621 or 14362020. OLE color: 14362020.
HSL color Cylindrical-coordinate representation of color #A425DB: hue angle of 281.87º 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 #A425DB is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 37 | 219 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.14 |
| HSL | 281.87º | 0.72% | 0.5% | - |
| HSV(B) | 281.87º | 0.83% | 0.86% | - |
| XYZ | 28.76 | 14.33 | 68.27 | - |
| YUV | 95.72 | 197.58 | 176.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 37 | 219 | 0.25 | 0.83 | 0 | 0.14 | 281.87 | 0.72 | 0.5 |
| Hex | A4 | 25 | DB | 19 | 53 | 0 | E | 11A | 48 | 32 |
| Octal | 244 | 45 | 333 | 31 | 123 | 0 | 16 | 432 | 110 | 62 |
| Binary | 10100100 | 100101 | 11011011 | 11001 | 1010011 | 0 | 1110 | 100011010 | 1001000 | 110010 |
Color Harmonies of #A425DB
Complementary color
Monochromatic Colors of #A425DB
Black with #A425DB
Text Example
Text Example
White with #A425DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A425DB; }
p { color: rgb(164,37,219); }
H1.HeaderClassName
{
color: #A425DB;
}
.AnyTagClassName
{
color: #A425DB;
}
</style>
background-color css
<style>
a { background-color: #A425DB; }
a { background-color: rgb(164,37,219); }
div.DivClassName
{
background-color: #A425DB;
}
.BgClassName
{
background-color: #A425DB;
}
</style>
border-color css
<style>
span { border-color: #A425DB; }
span { border-color: rgb(164,37,219); }
td.TdClassName
{
border-color: #A425DB;
}
.TagClassName
{
border-color: #A425DB;
}
</style>