Shades of Dark Orchid #A824AA
Tints of Dark Orchid #A824AA
RGB
CMYK
RGB Variations
Color information
#A824AA (or 0xA824AA) is known color: Dark Orchid. HEX triplet: A8, 24 and AA. RGB value is (168,36,170). Sum of RGB (Red+Green+Blue) = 168+36+170=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #A824AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A824AA is #57DB55. Grayscale: #5A5A5A. Windows color (decimal): -5757782 or 11150504. OLE color: 11150504.
HSL color Cylindrical-coordinate representation of color #A824AA: hue angle of 299.1º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A824AA is Cyan = 0.01, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 36 | 170 | - |
| CMYK | 0.01 | 0.79 | 0 | 0.33 |
| HSL | 299.1º | 0.65% | 0.4% | - |
| HSV(B) | 299.1º | 0.79% | 0.67% | - |
| XYZ | 24.04 | 12.49 | 39.17 | - |
| YUV | 90.74 | 172.73 | 183.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 36 | 170 | 0.01 | 0.79 | 0 | 0.33 | 299.1 | 0.65 | 0.4 |
| Hex | A8 | 24 | AA | 1 | 4F | 0 | 21 | 12B | 41 | 28 |
| Octal | 250 | 44 | 252 | 1 | 117 | 0 | 41 | 453 | 101 | 50 |
| Binary | 10101000 | 100100 | 10101010 | 1 | 1001111 | 0 | 100001 | 100101011 | 1000001 | 101000 |
Color Harmonies of #A824AA
Complementary color
Monochromatic Colors of #A824AA
Black with #A824AA
Text Example
Text Example
White with #A824AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A824AA; }
p { color: rgb(168,36,170); }
H1.HeaderClassName
{
color: #A824AA;
}
.AnyTagClassName
{
color: #A824AA;
}
</style>
background-color css
<style>
a { background-color: #A824AA; }
a { background-color: rgb(168,36,170); }
div.DivClassName
{
background-color: #A824AA;
}
.BgClassName
{
background-color: #A824AA;
}
</style>
border-color css
<style>
span { border-color: #A824AA; }
span { border-color: rgb(168,36,170); }
td.TdClassName
{
border-color: #A824AA;
}
.TagClassName
{
border-color: #A824AA;
}
</style>