Shades of Dark Orchid #A725DA
Tints of Dark Orchid #A725DA
RGB
CMYK
RGB Variations
Color information
#A725DA (or 0xA725DA) is known color: Dark Orchid. HEX triplet: A7, 25 and DA. RGB value is (167,37,218). Sum of RGB (Red+Green+Blue) = 167+37+218=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 37 (14.84% from 255 or 8.77% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #A725DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A725DA is #58DA25. Grayscale: #5F5F5F. Windows color (decimal): -5823014 or 14296487. OLE color: 14296487.
HSL color Cylindrical-coordinate representation of color #A725DA: hue angle of 283.09º 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 #A725DA is Cyan = 0.23, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 37 | 218 | - |
| CMYK | 0.23 | 0.83 | 0 | 0.15 |
| HSL | 283.09º | 0.71% | 0.5% | - |
| HSV(B) | 283.09º | 0.83% | 0.85% | - |
| XYZ | 29.25 | 14.6 | 67.61 | - |
| YUV | 96.5 | 196.57 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 37 | 218 | 0.23 | 0.83 | 0 | 0.15 | 283.09 | 0.71 | 0.5 |
| Hex | A7 | 25 | DA | 17 | 53 | 0 | F | 11B | 47 | 32 |
| Octal | 247 | 45 | 332 | 27 | 123 | 0 | 17 | 433 | 107 | 62 |
| Binary | 10100111 | 100101 | 11011010 | 10111 | 1010011 | 0 | 1111 | 100011011 | 1000111 | 110010 |
Color Harmonies of #A725DA
Complementary color
Monochromatic Colors of #A725DA
Black with #A725DA
Text Example
Text Example
White with #A725DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A725DA; }
p { color: rgb(167,37,218); }
H1.HeaderClassName
{
color: #A725DA;
}
.AnyTagClassName
{
color: #A725DA;
}
</style>
background-color css
<style>
a { background-color: #A725DA; }
a { background-color: rgb(167,37,218); }
div.DivClassName
{
background-color: #A725DA;
}
.BgClassName
{
background-color: #A725DA;
}
</style>
border-color css
<style>
span { border-color: #A725DA; }
span { border-color: rgb(167,37,218); }
td.TdClassName
{
border-color: #A725DA;
}
.TagClassName
{
border-color: #A725DA;
}
</style>