Shades of Dark Orchid #A824A7
Tints of Dark Orchid #A824A7
RGB
CMYK
RGB Variations
Color information
#A824A7 (or 0xA824A7) is known color: Dark Orchid. HEX triplet: A8, 24 and A7. RGB value is (168,36,167). Sum of RGB (Red+Green+Blue) = 168+36+167=371 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.28% from 371); Green value is 36 (14.45% from 255 or 9.70% from 371); Blue value is 167 (65.62% from 255 or 45.01% from 371); Max value from RGB is 168 - color contains mainly: red. Hex color #A824A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A824A7 is #57DB58. Grayscale: #5A5A5A. Windows color (decimal): -5757785 or 10953896. OLE color: 10953896.
HSL color Cylindrical-coordinate representation of color #A824A7: hue angle of 300.45º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A824A7 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 36 | 167 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.34 |
| HSL | 300.45º | 0.65% | 0.4% | - |
| HSV(B) | 300.45º | 0.79% | 0.66% | - |
| XYZ | 23.75 | 12.38 | 37.7 | - |
| YUV | 90.4 | 171.23 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 167 | 0 | 0.79 | 0.01 | 0.34 | 300.45 | 0.65 | 0.4 |
| Hex | A8 | 24 | A7 | 0 | 4F | 1 | 22 | 12C | 41 | 28 |
| Octal | 250 | 44 | 247 | 0 | 117 | 1 | 42 | 454 | 101 | 50 |
| Binary | 10101000 | 100100 | 10100111 | 0 | 1001111 | 1 | 100010 | 100101100 | 1000001 | 101000 |
Color Harmonies of #A824A7
Complementary color
Monochromatic Colors of #A824A7
Black with #A824A7
Text Example
Text Example
White with #A824A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A824A7; }
p { color: rgb(168,36,167); }
H1.HeaderClassName
{
color: #A824A7;
}
.AnyTagClassName
{
color: #A824A7;
}
</style>
background-color css
<style>
a { background-color: #A824A7; }
a { background-color: rgb(168,36,167); }
div.DivClassName
{
background-color: #A824A7;
}
.BgClassName
{
background-color: #A824A7;
}
</style>
border-color css
<style>
span { border-color: #A824A7; }
span { border-color: rgb(168,36,167); }
td.TdClassName
{
border-color: #A824A7;
}
.TagClassName
{
border-color: #A824A7;
}
</style>