Shades of Dark Orchid #A520D2
Tints of Dark Orchid #A520D2
RGB
CMYK
RGB Variations
Color information
#A520D2 (or 0xA520D2) is known color: Dark Orchid. HEX triplet: A5, 20 and D2. RGB value is (165,32,210). Sum of RGB (Red+Green+Blue) = 165+32+210=407 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.54% from 407); Green value is 32 (12.89% from 255 or 7.86% from 407); Blue value is 210 (82.42% from 255 or 51.60% from 407); Max value from RGB is 210 - color contains mainly: blue. Hex color #A520D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520D2 is #5ADF2D. Grayscale: #5B5B5B. Windows color (decimal): -5955374 or 13770917. OLE color: 13770917.
HSL color Cylindrical-coordinate representation of color #A520D2: hue angle of 284.83º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A520D2 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 165 | 32 | 210 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.18 |
| HSL | 284.83º | 0.74% | 0.47% | - |
| HSV(B) | 284.83º | 0.85% | 0.82% | - |
| XYZ | 27.67 | 13.69 | 62.16 | - |
| YUV | 92.06 | 194.56 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 210 | 0.21 | 0.85 | 0 | 0.18 | 284.83 | 0.74 | 0.47 |
| Hex | A5 | 20 | D2 | 15 | 55 | 0 | 12 | 11D | 4A | 2F |
| Octal | 245 | 40 | 322 | 25 | 125 | 0 | 22 | 435 | 112 | 57 |
| Binary | 10100101 | 100000 | 11010010 | 10101 | 1010101 | 0 | 10010 | 100011101 | 1001010 | 101111 |
Color Harmonies of #A520D2
Complementary color
Monochromatic Colors of #A520D2
Black with #A520D2
Text Example
Text Example
White with #A520D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A520D2; }
p { color: rgb(165,32,210); }
H1.HeaderClassName
{
color: #A520D2;
}
.AnyTagClassName
{
color: #A520D2;
}
</style>
background-color css
<style>
a { background-color: #A520D2; }
a { background-color: rgb(165,32,210); }
div.DivClassName
{
background-color: #A520D2;
}
.BgClassName
{
background-color: #A520D2;
}
</style>
border-color css
<style>
span { border-color: #A520D2; }
span { border-color: rgb(165,32,210); }
td.TdClassName
{
border-color: #A520D2;
}
.TagClassName
{
border-color: #A520D2;
}
</style>