Shades of Dark Orchid #A824CA
Tints of Dark Orchid #A824CA
RGB
CMYK
RGB Variations
Color information
#A824CA (or 0xA824CA) is known color: Dark Orchid. HEX triplet: A8, 24 and CA. RGB value is (168,36,202). Sum of RGB (Red+Green+Blue) = 168+36+202=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #A824CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A824CA is #57DB35. Grayscale: #5D5D5D. Windows color (decimal): -5757750 or 13247656. OLE color: 13247656.
HSL color Cylindrical-coordinate representation of color #A824CA: hue angle of 287.71º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A824CA is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 168 | 36 | 202 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.21 |
| HSL | 287.71º | 0.7% | 0.47% | - |
| HSV(B) | 287.71º | 0.82% | 0.79% | - |
| XYZ | 27.44 | 13.85 | 57.1 | - |
| YUV | 94.39 | 188.73 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 202 | 0.17 | 0.82 | 0 | 0.21 | 287.71 | 0.7 | 0.47 |
| Hex | A8 | 24 | CA | 11 | 52 | 0 | 15 | 120 | 46 | 2F |
| Octal | 250 | 44 | 312 | 21 | 122 | 0 | 25 | 440 | 106 | 57 |
| Binary | 10101000 | 100100 | 11001010 | 10001 | 1010010 | 0 | 10101 | 100100000 | 1000110 | 101111 |
Color Harmonies of #A824CA
Complementary color
Monochromatic Colors of #A824CA
Black with #A824CA
Text Example
Text Example
White with #A824CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A824CA; }
p { color: rgb(168,36,202); }
H1.HeaderClassName
{
color: #A824CA;
}
.AnyTagClassName
{
color: #A824CA;
}
</style>
background-color css
<style>
a { background-color: #A824CA; }
a { background-color: rgb(168,36,202); }
div.DivClassName
{
background-color: #A824CA;
}
.BgClassName
{
background-color: #A824CA;
}
</style>
border-color css
<style>
span { border-color: #A824CA; }
span { border-color: rgb(168,36,202); }
td.TdClassName
{
border-color: #A824CA;
}
.TagClassName
{
border-color: #A824CA;
}
</style>