Shades of Dark Orchid #A724D6
Tints of Dark Orchid #A724D6
RGB
CMYK
RGB Variations
Color information
#A724D6 (or 0xA724D6) is known color: Dark Orchid. HEX triplet: A7, 24 and D6. RGB value is (167,36,214). Sum of RGB (Red+Green+Blue) = 167+36+214=417 (55% of max value = 765). Red value is 167 (65.62% from 255 or 40.05% from 417); Green value is 36 (14.45% from 255 or 8.63% from 417); Blue value is 214 (83.98% from 255 or 51.32% from 417); Max value from RGB is 214 - color contains mainly: blue. Hex color #A724D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A724D6 is #58DB29. Grayscale: #5E5E5E. Windows color (decimal): -5823274 or 14034087. OLE color: 14034087.
HSL color Cylindrical-coordinate representation of color #A724D6: hue angle of 284.16º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A724D6 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 167 | 36 | 214 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.16 |
| HSL | 284.16º | 0.71% | 0.49% | - |
| HSV(B) | 284.16º | 0.83% | 0.84% | - |
| XYZ | 28.7 | 14.33 | 64.87 | - |
| YUV | 95.46 | 194.9 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 36 | 214 | 0.22 | 0.83 | 0 | 0.16 | 284.16 | 0.71 | 0.49 |
| Hex | A7 | 24 | D6 | 16 | 53 | 0 | 10 | 11C | 47 | 31 |
| Octal | 247 | 44 | 326 | 26 | 123 | 0 | 20 | 434 | 107 | 61 |
| Binary | 10100111 | 100100 | 11010110 | 10110 | 1010011 | 0 | 10000 | 100011100 | 1000111 | 110001 |
Color Harmonies of #A724D6
Complementary color
Monochromatic Colors of #A724D6
Black with #A724D6
Text Example
Text Example
White with #A724D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A724D6; }
p { color: rgb(167,36,214); }
H1.HeaderClassName
{
color: #A724D6;
}
.AnyTagClassName
{
color: #A724D6;
}
</style>
background-color css
<style>
a { background-color: #A724D6; }
a { background-color: rgb(167,36,214); }
div.DivClassName
{
background-color: #A724D6;
}
.BgClassName
{
background-color: #A724D6;
}
</style>
border-color css
<style>
span { border-color: #A724D6; }
span { border-color: rgb(167,36,214); }
td.TdClassName
{
border-color: #A724D6;
}
.TagClassName
{
border-color: #A724D6;
}
</style>