Shades of Dark Orchid #A520DF
Tints of Dark Orchid #A520DF
RGB
CMYK
RGB Variations
Color information
#A520DF (or 0xA520DF) is known color: Dark Orchid. HEX triplet: A5, 20 and DF. RGB value is (165,32,223). Sum of RGB (Red+Green+Blue) = 165+32+223=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #A520DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520DF is #5ADF20. Grayscale: #5C5C5C. Windows color (decimal): -5955361 or 14622885. OLE color: 14622885.
HSL color Cylindrical-coordinate representation of color #A520DF: hue angle of 281.78º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A520DF is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 32 | 223 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.13 |
| HSL | 281.78º | 0.75% | 0.5% | - |
| HSV(B) | 281.78º | 0.86% | 0.87% | - |
| XYZ | 29.35 | 14.36 | 71.04 | - |
| YUV | 93.54 | 201.06 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 223 | 0.26 | 0.86 | 0 | 0.13 | 281.78 | 0.75 | 0.5 |
| Hex | A5 | 20 | DF | 1A | 56 | 0 | D | 11A | 4B | 32 |
| Octal | 245 | 40 | 337 | 32 | 126 | 0 | 15 | 432 | 113 | 62 |
| Binary | 10100101 | 100000 | 11011111 | 11010 | 1010110 | 0 | 1101 | 100011010 | 1001011 | 110010 |
Color Harmonies of #A520DF
Complementary color
Monochromatic Colors of #A520DF
Black with #A520DF
Text Example
Text Example
White with #A520DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A520DF; }
p { color: rgb(165,32,223); }
H1.HeaderClassName
{
color: #A520DF;
}
.AnyTagClassName
{
color: #A520DF;
}
</style>
background-color css
<style>
a { background-color: #A520DF; }
a { background-color: rgb(165,32,223); }
div.DivClassName
{
background-color: #A520DF;
}
.BgClassName
{
background-color: #A520DF;
}
</style>
border-color css
<style>
span { border-color: #A520DF; }
span { border-color: rgb(165,32,223); }
td.TdClassName
{
border-color: #A520DF;
}
.TagClassName
{
border-color: #A520DF;
}
</style>