Shades of Dark Orchid #A521AD
Tints of Dark Orchid #A521AD
RGB
CMYK
RGB Variations
Color information
#A521AD (or 0xA521AD) is known color: Dark Orchid. HEX triplet: A5, 21 and AD. RGB value is (165,33,173). Sum of RGB (Red+Green+Blue) = 165+33+173=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 173 - color contains mainly: blue. Hex color #A521AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A521AD is #5ADE52. Grayscale: #585858. Windows color (decimal): -5955155 or 11346341. OLE color: 11346341.
HSL color Cylindrical-coordinate representation of color #A521AD: hue angle of 296.57º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A521AD is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 33 | 173 | - |
| CMYK | 0.05 | 0.81 | 0 | 0.32 |
| HSL | 296.57º | 0.68% | 0.4% | - |
| HSV(B) | 296.57º | 0.81% | 0.68% | - |
| XYZ | 23.6 | 12.1 | 40.63 | - |
| YUV | 88.43 | 175.73 | 182.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 33 | 173 | 0.05 | 0.81 | 0 | 0.32 | 296.57 | 0.68 | 0.4 |
| Hex | A5 | 21 | AD | 5 | 51 | 0 | 20 | 129 | 44 | 28 |
| Octal | 245 | 41 | 255 | 5 | 121 | 0 | 40 | 451 | 104 | 50 |
| Binary | 10100101 | 100001 | 10101101 | 101 | 1010001 | 0 | 100000 | 100101001 | 1000100 | 101000 |
Color Harmonies of #A521AD
Complementary color
Monochromatic Colors of #A521AD
Black with #A521AD
Text Example
Text Example
White with #A521AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A521AD; }
p { color: rgb(165,33,173); }
H1.HeaderClassName
{
color: #A521AD;
}
.AnyTagClassName
{
color: #A521AD;
}
</style>
background-color css
<style>
a { background-color: #A521AD; }
a { background-color: rgb(165,33,173); }
div.DivClassName
{
background-color: #A521AD;
}
.BgClassName
{
background-color: #A521AD;
}
</style>
border-color css
<style>
span { border-color: #A521AD; }
span { border-color: rgb(165,33,173); }
td.TdClassName
{
border-color: #A521AD;
}
.TagClassName
{
border-color: #A521AD;
}
</style>