Shades of Dark Orchid #A520DA
Tints of Dark Orchid #A520DA
RGB
CMYK
RGB Variations
Color information
#A520DA (or 0xA520DA) is known color: Dark Orchid. HEX triplet: A5, 20 and DA. RGB value is (165,32,218). Sum of RGB (Red+Green+Blue) = 165+32+218=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #A520DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520DA is #5ADF25. Grayscale: #5C5C5C. Windows color (decimal): -5955366 or 14295205. OLE color: 14295205.
HSL color Cylindrical-coordinate representation of color #A520DA: hue angle of 282.9º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A520DA is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 32 | 218 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.15 |
| HSL | 282.9º | 0.74% | 0.49% | - |
| HSV(B) | 282.9º | 0.85% | 0.85% | - |
| XYZ | 28.69 | 14.09 | 67.54 | - |
| YUV | 92.97 | 198.56 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 218 | 0.24 | 0.85 | 0 | 0.15 | 282.9 | 0.74 | 0.49 |
| Hex | A5 | 20 | DA | 18 | 55 | 0 | F | 11B | 4A | 31 |
| Octal | 245 | 40 | 332 | 30 | 125 | 0 | 17 | 433 | 112 | 61 |
| Binary | 10100101 | 100000 | 11011010 | 11000 | 1010101 | 0 | 1111 | 100011011 | 1001010 | 110001 |
Color Harmonies of #A520DA
Complementary color
Monochromatic Colors of #A520DA
Black with #A520DA
Text Example
Text Example
White with #A520DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A520DA; }
p { color: rgb(165,32,218); }
H1.HeaderClassName
{
color: #A520DA;
}
.AnyTagClassName
{
color: #A520DA;
}
</style>
background-color css
<style>
a { background-color: #A520DA; }
a { background-color: rgb(165,32,218); }
div.DivClassName
{
background-color: #A520DA;
}
.BgClassName
{
background-color: #A520DA;
}
</style>
border-color css
<style>
span { border-color: #A520DA; }
span { border-color: rgb(165,32,218); }
td.TdClassName
{
border-color: #A520DA;
}
.TagClassName
{
border-color: #A520DA;
}
</style>