Shades of Dark Orchid #A425DA
Tints of Dark Orchid #A425DA
RGB
CMYK
RGB Variations
Color information
#A425DA (or 0xA425DA) is known color: Dark Orchid. HEX triplet: A4, 25 and DA. RGB value is (164,37,218). Sum of RGB (Red+Green+Blue) = 164+37+218=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #A425DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A425DA is #5BDA25. Grayscale: #5F5F5F. Windows color (decimal): -6019622 or 14296484. OLE color: 14296484.
HSL color Cylindrical-coordinate representation of color #A425DA: hue angle of 282.1º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A425DA is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 37 | 218 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.15 |
| HSL | 282.1º | 0.71% | 0.5% | - |
| HSV(B) | 282.1º | 0.83% | 0.85% | - |
| XYZ | 28.63 | 14.28 | 67.58 | - |
| YUV | 95.61 | 197.08 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 37 | 218 | 0.25 | 0.83 | 0 | 0.15 | 282.1 | 0.71 | 0.5 |
| Hex | A4 | 25 | DA | 19 | 53 | 0 | F | 11A | 47 | 32 |
| Octal | 244 | 45 | 332 | 31 | 123 | 0 | 17 | 432 | 107 | 62 |
| Binary | 10100100 | 100101 | 11011010 | 11001 | 1010011 | 0 | 1111 | 100011010 | 1000111 | 110010 |
Color Harmonies of #A425DA
Complementary color
Monochromatic Colors of #A425DA
Black with #A425DA
Text Example
Text Example
White with #A425DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A425DA; }
p { color: rgb(164,37,218); }
H1.HeaderClassName
{
color: #A425DA;
}
.AnyTagClassName
{
color: #A425DA;
}
</style>
background-color css
<style>
a { background-color: #A425DA; }
a { background-color: rgb(164,37,218); }
div.DivClassName
{
background-color: #A425DA;
}
.BgClassName
{
background-color: #A425DA;
}
</style>
border-color css
<style>
span { border-color: #A425DA; }
span { border-color: rgb(164,37,218); }
td.TdClassName
{
border-color: #A425DA;
}
.TagClassName
{
border-color: #A425DA;
}
</style>