Shades of Dark Orchid #A520CD
Tints of Dark Orchid #A520CD
RGB
CMYK
RGB Variations
Color information
#A520CD (or 0xA520CD) is known color: Dark Orchid. HEX triplet: A5, 20 and CD. RGB value is (165,32,205). Sum of RGB (Red+Green+Blue) = 165+32+205=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 32 (12.89% from 255 or 7.96% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #A520CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520CD is #5ADF32. Grayscale: #5A5A5A. Windows color (decimal): -5955379 or 13443237. OLE color: 13443237.
HSL color Cylindrical-coordinate representation of color #A520CD: hue angle of 286.13º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A520CD is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 165 | 32 | 205 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.20 |
| HSL | 286.13º | 0.73% | 0.46% | - |
| HSV(B) | 286.13º | 0.84% | 0.8% | - |
| XYZ | 27.05 | 13.44 | 58.93 | - |
| YUV | 91.49 | 192.06 | 180.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 205 | 0.20 | 0.84 | 0 | 0.20 | 286.13 | 0.73 | 0.46 |
| Hex | A5 | 20 | CD | 14 | 54 | 0 | 14 | 11E | 49 | 2E |
| Octal | 245 | 40 | 315 | 24 | 124 | 0 | 24 | 436 | 111 | 56 |
| Binary | 10100101 | 100000 | 11001101 | 10100 | 1010100 | 0 | 10100 | 100011110 | 1001001 | 101110 |
Color Harmonies of #A520CD
Complementary color
Monochromatic Colors of #A520CD
Black with #A520CD
Text Example
Text Example
White with #A520CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A520CD; }
p { color: rgb(165,32,205); }
H1.HeaderClassName
{
color: #A520CD;
}
.AnyTagClassName
{
color: #A520CD;
}
</style>
background-color css
<style>
a { background-color: #A520CD; }
a { background-color: rgb(165,32,205); }
div.DivClassName
{
background-color: #A520CD;
}
.BgClassName
{
background-color: #A520CD;
}
</style>
border-color css
<style>
span { border-color: #A520CD; }
span { border-color: rgb(165,32,205); }
td.TdClassName
{
border-color: #A520CD;
}
.TagClassName
{
border-color: #A520CD;
}
</style>