Shades of Dark Orchid #A520AD
Tints of Dark Orchid #A520AD
RGB
CMYK
RGB Variations
Color information
#A520AD (or 0xA520AD) is known color: Dark Orchid. HEX triplet: A5, 20 and AD. RGB value is (165,32,173). Sum of RGB (Red+Green+Blue) = 165+32+173=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 32 (12.89% from 255 or 8.65% from 370); Blue value is 173 (67.97% from 255 or 46.76% from 370); Max value from RGB is 173 - color contains mainly: blue. Hex color #A520AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A520AD is #5ADF52. Grayscale: #575757. Windows color (decimal): -5955411 or 11346085. OLE color: 11346085.
HSL color Cylindrical-coordinate representation of color #A520AD: hue angle of 296.6º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A520AD is Cyan = 0.05, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 165 | 32 | 173 | - |
| CMYK | 0.05 | 0.82 | 0 | 0.32 |
| HSL | 296.6º | 0.69% | 0.4% | - |
| HSV(B) | 296.6º | 0.82% | 0.68% | - |
| XYZ | 23.58 | 12.05 | 40.62 | - |
| YUV | 87.84 | 176.06 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 173 | 0.05 | 0.82 | 0 | 0.32 | 296.6 | 0.69 | 0.4 |
| Hex | A5 | 20 | AD | 5 | 52 | 0 | 20 | 129 | 45 | 28 |
| Octal | 245 | 40 | 255 | 5 | 122 | 0 | 40 | 451 | 105 | 50 |
| Binary | 10100101 | 100000 | 10101101 | 101 | 1010010 | 0 | 100000 | 100101001 | 1000101 | 101000 |
Color Harmonies of #A520AD
Complementary color
Monochromatic Colors of #A520AD
Black with #A520AD
Text Example
Text Example
White with #A520AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A520AD; }
p { color: rgb(165,32,173); }
H1.HeaderClassName
{
color: #A520AD;
}
.AnyTagClassName
{
color: #A520AD;
}
</style>
background-color css
<style>
a { background-color: #A520AD; }
a { background-color: rgb(165,32,173); }
div.DivClassName
{
background-color: #A520AD;
}
.BgClassName
{
background-color: #A520AD;
}
</style>
border-color css
<style>
span { border-color: #A520AD; }
span { border-color: rgb(165,32,173); }
td.TdClassName
{
border-color: #A520AD;
}
.TagClassName
{
border-color: #A520AD;
}
</style>