Shades of Dark Orchid #A425AD
Tints of Dark Orchid #A425AD
RGB
CMYK
RGB Variations
Color information
#A425AD (or 0xA425AD) is known color: Dark Orchid. HEX triplet: A4, 25 and AD. RGB value is (164,37,173). Sum of RGB (Red+Green+Blue) = 164+37+173=374 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.85% from 374); Green value is 37 (14.84% from 255 or 9.89% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #A425AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A425AD is #5BDA52. Grayscale: #5A5A5A. Windows color (decimal): -6019667 or 11347364. OLE color: 11347364.
HSL color Cylindrical-coordinate representation of color #A425AD: hue angle of 296.03º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A425AD is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 164 | 37 | 173 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.32 |
| HSL | 296.03º | 0.65% | 0.41% | - |
| HSV(B) | 296.03º | 0.79% | 0.68% | - |
| XYZ | 23.51 | 12.23 | 40.66 | - |
| YUV | 90.48 | 174.58 | 180.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 37 | 173 | 0.05 | 0.79 | 0 | 0.32 | 296.03 | 0.65 | 0.41 |
| Hex | A4 | 25 | AD | 5 | 4F | 0 | 20 | 128 | 41 | 29 |
| Octal | 244 | 45 | 255 | 5 | 117 | 0 | 40 | 450 | 101 | 51 |
| Binary | 10100100 | 100101 | 10101101 | 101 | 1001111 | 0 | 100000 | 100101000 | 1000001 | 101001 |
Color Harmonies of #A425AD
Complementary color
Monochromatic Colors of #A425AD
Black with #A425AD
Text Example
Text Example
White with #A425AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A425AD; }
p { color: rgb(164,37,173); }
H1.HeaderClassName
{
color: #A425AD;
}
.AnyTagClassName
{
color: #A425AD;
}
</style>
background-color css
<style>
a { background-color: #A425AD; }
a { background-color: rgb(164,37,173); }
div.DivClassName
{
background-color: #A425AD;
}
.BgClassName
{
background-color: #A425AD;
}
</style>
border-color css
<style>
span { border-color: #A425AD; }
span { border-color: rgb(164,37,173); }
td.TdClassName
{
border-color: #A425AD;
}
.TagClassName
{
border-color: #A425AD;
}
</style>