Shades of Dark Orchid #A724DC
Tints of Dark Orchid #A724DC
RGB
CMYK
RGB Variations
Color information
#A724DC (or 0xA724DC) is known color: Dark Orchid. HEX triplet: A7, 24 and DC. RGB value is (167,36,220). Sum of RGB (Red+Green+Blue) = 167+36+220=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 36 (14.45% from 255 or 8.51% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #A724DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A724DC is #58DB23. Grayscale: #5F5F5F. Windows color (decimal): -5823268 or 14427303. OLE color: 14427303.
HSL color Cylindrical-coordinate representation of color #A724DC: hue angle of 282.72º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A724DC is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 36 | 220 | - |
| CMYK | 0.24 | 0.84 | 0 | 0.14 |
| HSL | 282.72º | 0.72% | 0.5% | - |
| HSV(B) | 282.72º | 0.84% | 0.86% | - |
| XYZ | 29.49 | 14.64 | 68.98 | - |
| YUV | 96.15 | 197.9 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 36 | 220 | 0.24 | 0.84 | 0 | 0.14 | 282.72 | 0.72 | 0.5 |
| Hex | A7 | 24 | DC | 18 | 54 | 0 | E | 11B | 48 | 32 |
| Octal | 247 | 44 | 334 | 30 | 124 | 0 | 16 | 433 | 110 | 62 |
| Binary | 10100111 | 100100 | 11011100 | 11000 | 1010100 | 0 | 1110 | 100011011 | 1001000 | 110010 |
Color Harmonies of #A724DC
Complementary color
Monochromatic Colors of #A724DC
Black with #A724DC
Text Example
Text Example
White with #A724DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A724DC; }
p { color: rgb(167,36,220); }
H1.HeaderClassName
{
color: #A724DC;
}
.AnyTagClassName
{
color: #A724DC;
}
</style>
background-color css
<style>
a { background-color: #A724DC; }
a { background-color: rgb(167,36,220); }
div.DivClassName
{
background-color: #A724DC;
}
.BgClassName
{
background-color: #A724DC;
}
</style>
border-color css
<style>
span { border-color: #A724DC; }
span { border-color: rgb(167,36,220); }
td.TdClassName
{
border-color: #A724DC;
}
.TagClassName
{
border-color: #A724DC;
}
</style>