Shades of Dark Orchid #A824AD
Tints of Dark Orchid #A824AD
RGB
CMYK
RGB Variations
Color information
#A824AD (or 0xA824AD) is known color: Dark Orchid. HEX triplet: A8, 24 and AD. RGB value is (168,36,173). Sum of RGB (Red+Green+Blue) = 168+36+173=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #A824AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A824AD is #57DB52. Grayscale: #5A5A5A. Windows color (decimal): -5757779 or 11347112. OLE color: 11347112.
HSL color Cylindrical-coordinate representation of color #A824AD: hue angle of 297.81º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A824AD is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 36 | 173 | - |
| CMYK | 0.03 | 0.79 | 0 | 0.32 |
| HSL | 297.81º | 0.66% | 0.41% | - |
| HSV(B) | 297.81º | 0.79% | 0.68% | - |
| XYZ | 24.32 | 12.6 | 40.69 | - |
| YUV | 91.09 | 174.23 | 182.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 173 | 0.03 | 0.79 | 0 | 0.32 | 297.81 | 0.66 | 0.41 |
| Hex | A8 | 24 | AD | 3 | 4F | 0 | 20 | 12A | 42 | 29 |
| Octal | 250 | 44 | 255 | 3 | 117 | 0 | 40 | 452 | 102 | 51 |
| Binary | 10101000 | 100100 | 10101101 | 11 | 1001111 | 0 | 100000 | 100101010 | 1000010 | 101001 |
Color Harmonies of #A824AD
Complementary color
Monochromatic Colors of #A824AD
Black with #A824AD
Text Example
Text Example
White with #A824AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A824AD; }
p { color: rgb(168,36,173); }
H1.HeaderClassName
{
color: #A824AD;
}
.AnyTagClassName
{
color: #A824AD;
}
</style>
background-color css
<style>
a { background-color: #A824AD; }
a { background-color: rgb(168,36,173); }
div.DivClassName
{
background-color: #A824AD;
}
.BgClassName
{
background-color: #A824AD;
}
</style>
border-color css
<style>
span { border-color: #A824AD; }
span { border-color: rgb(168,36,173); }
td.TdClassName
{
border-color: #A824AD;
}
.TagClassName
{
border-color: #A824AD;
}
</style>