Shades of Dark Orchid #A724C8
Tints of Dark Orchid #A724C8
RGB
CMYK
RGB Variations
Color information
#A724C8 (or 0xA724C8) is known color: Dark Orchid. HEX triplet: A7, 24 and C8. RGB value is (167,36,200). Sum of RGB (Red+Green+Blue) = 167+36+200=403 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.44% from 403); Green value is 36 (14.45% from 255 or 8.93% from 403); Blue value is 200 (78.52% from 255 or 49.63% from 403); Max value from RGB is 200 - color contains mainly: blue. Hex color #A724C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A724C8 is #58DB37. Grayscale: #5D5D5D. Windows color (decimal): -5823288 or 13116583. OLE color: 13116583.
HSL color Cylindrical-coordinate representation of color #A724C8: hue angle of 287.93º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A724C8 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 36 | 200 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.22 |
| HSL | 287.93º | 0.69% | 0.46% | - |
| HSV(B) | 287.93º | 0.82% | 0.78% | - |
| XYZ | 26.99 | 13.65 | 55.86 | - |
| YUV | 93.87 | 187.9 | 180.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 36 | 200 | 0.16 | 0.82 | 0 | 0.22 | 287.93 | 0.69 | 0.46 |
| Hex | A7 | 24 | C8 | 10 | 52 | 0 | 16 | 120 | 45 | 2E |
| Octal | 247 | 44 | 310 | 20 | 122 | 0 | 26 | 440 | 105 | 56 |
| Binary | 10100111 | 100100 | 11001000 | 10000 | 1010010 | 0 | 10110 | 100100000 | 1000101 | 101110 |
Color Harmonies of #A724C8
Complementary color
Monochromatic Colors of #A724C8
Black with #A724C8
Text Example
Text Example
White with #A724C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A724C8; }
p { color: rgb(167,36,200); }
H1.HeaderClassName
{
color: #A724C8;
}
.AnyTagClassName
{
color: #A724C8;
}
</style>
background-color css
<style>
a { background-color: #A724C8; }
a { background-color: rgb(167,36,200); }
div.DivClassName
{
background-color: #A724C8;
}
.BgClassName
{
background-color: #A724C8;
}
</style>
border-color css
<style>
span { border-color: #A724C8; }
span { border-color: rgb(167,36,200); }
td.TdClassName
{
border-color: #A724C8;
}
.TagClassName
{
border-color: #A724C8;
}
</style>