Shades of Dark Orchid #A724DF
Tints of Dark Orchid #A724DF
RGB
CMYK
RGB Variations
Color information
#A724DF (or 0xA724DF) is known color: Dark Orchid. HEX triplet: A7, 24 and DF. RGB value is (167,36,223). Sum of RGB (Red+Green+Blue) = 167+36+223=426 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.20% from 426); Green value is 36 (14.45% from 255 or 8.45% from 426); Blue value is 223 (87.5% from 255 or 52.35% from 426); Max value from RGB is 223 - color contains mainly: blue. Hex color #A724DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A724DF is #58DB20. Grayscale: #5F5F5F. Windows color (decimal): -5823265 or 14623911. OLE color: 14623911.
HSL color Cylindrical-coordinate representation of color #A724DF: hue angle of 282.03º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A724DF is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 36 | 223 | - |
| CMYK | 0.25 | 0.84 | 0 | 0.13 |
| HSL | 282.03º | 0.75% | 0.51% | - |
| HSV(B) | 282.03º | 0.84% | 0.87% | - |
| XYZ | 29.89 | 14.8 | 71.09 | - |
| YUV | 96.49 | 199.4 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 36 | 223 | 0.25 | 0.84 | 0 | 0.13 | 282.03 | 0.75 | 0.51 |
| Hex | A7 | 24 | DF | 19 | 54 | 0 | D | 11A | 4B | 33 |
| Octal | 247 | 44 | 337 | 31 | 124 | 0 | 15 | 432 | 113 | 63 |
| Binary | 10100111 | 100100 | 11011111 | 11001 | 1010100 | 0 | 1101 | 100011010 | 1001011 | 110011 |
Color Harmonies of #A724DF
Complementary color
Monochromatic Colors of #A724DF
Black with #A724DF
Text Example
Text Example
White with #A724DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A724DF; }
p { color: rgb(167,36,223); }
H1.HeaderClassName
{
color: #A724DF;
}
.AnyTagClassName
{
color: #A724DF;
}
</style>
background-color css
<style>
a { background-color: #A724DF; }
a { background-color: rgb(167,36,223); }
div.DivClassName
{
background-color: #A724DF;
}
.BgClassName
{
background-color: #A724DF;
}
</style>
border-color css
<style>
span { border-color: #A724DF; }
span { border-color: rgb(167,36,223); }
td.TdClassName
{
border-color: #A724DF;
}
.TagClassName
{
border-color: #A724DF;
}
</style>