Shades of Dark Orchid #A824C8
Tints of Dark Orchid #A824C8
RGB
CMYK
RGB Variations
Color information
#A824C8 (or 0xA824C8) is known color: Dark Orchid. HEX triplet: A8, 24 and C8. RGB value is (168,36,200). Sum of RGB (Red+Green+Blue) = 168+36+200=404 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.58% from 404); Green value is 36 (14.45% from 255 or 8.91% from 404); Blue value is 200 (78.52% from 255 or 49.50% from 404); Max value from RGB is 200 - color contains mainly: blue. Hex color #A824C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A824C8 is #57DB37. Grayscale: #5D5D5D. Windows color (decimal): -5757752 or 13116584. OLE color: 13116584.
HSL color Cylindrical-coordinate representation of color #A824C8: hue angle of 288.29º 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 #A824C8 is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 36 | 200 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.22 |
| HSL | 288.29º | 0.69% | 0.46% | - |
| HSV(B) | 288.29º | 0.82% | 0.78% | - |
| XYZ | 27.2 | 13.76 | 55.87 | - |
| YUV | 94.16 | 187.73 | 180.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 200 | 0.16 | 0.82 | 0 | 0.22 | 288.29 | 0.69 | 0.46 |
| Hex | A8 | 24 | C8 | 10 | 52 | 0 | 16 | 120 | 45 | 2E |
| Octal | 250 | 44 | 310 | 20 | 122 | 0 | 26 | 440 | 105 | 56 |
| Binary | 10101000 | 100100 | 11001000 | 10000 | 1010010 | 0 | 10110 | 100100000 | 1000101 | 101110 |
Color Harmonies of #A824C8
Complementary color
Monochromatic Colors of #A824C8
Black with #A824C8
Text Example
Text Example
White with #A824C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A824C8; }
p { color: rgb(168,36,200); }
H1.HeaderClassName
{
color: #A824C8;
}
.AnyTagClassName
{
color: #A824C8;
}
</style>
background-color css
<style>
a { background-color: #A824C8; }
a { background-color: rgb(168,36,200); }
div.DivClassName
{
background-color: #A824C8;
}
.BgClassName
{
background-color: #A824C8;
}
</style>
border-color css
<style>
span { border-color: #A824C8; }
span { border-color: rgb(168,36,200); }
td.TdClassName
{
border-color: #A824C8;
}
.TagClassName
{
border-color: #A824C8;
}
</style>