Shades of Dark Orchid #A520C5
Tints of Dark Orchid #A520C5
RGB
CMYK
RGB Variations
Color information
#A520C5 (or 0xA520C5) is known color: Dark Orchid. HEX triplet: A5, 20 and C5. RGB value is (165,32,197). Sum of RGB (Red+Green+Blue) = 165+32+197=394 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.88% from 394); Green value is 32 (12.89% from 255 or 8.12% from 394); Blue value is 197 (77.34% from 255 or 50% from 394); Max value from RGB is 197 - color contains mainly: blue. Hex color #A520C5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520C5 is #5ADF3A. Grayscale: #5A5A5A. Windows color (decimal): -5955387 or 12918949. OLE color: 12918949.
HSL color Cylindrical-coordinate representation of color #A520C5: hue angle of 288.36º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A520C5 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 32 | 197 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.23 |
| HSL | 288.36º | 0.72% | 0.45% | - |
| HSV(B) | 288.36º | 0.84% | 0.77% | - |
| XYZ | 26.11 | 13.06 | 53.97 | - |
| YUV | 90.58 | 188.06 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 197 | 0.16 | 0.84 | 0 | 0.23 | 288.36 | 0.72 | 0.45 |
| Hex | A5 | 20 | C5 | 10 | 54 | 0 | 17 | 120 | 48 | 2D |
| Octal | 245 | 40 | 305 | 20 | 124 | 0 | 27 | 440 | 110 | 55 |
| Binary | 10100101 | 100000 | 11000101 | 10000 | 1010100 | 0 | 10111 | 100100000 | 1001000 | 101101 |
Color Harmonies of #A520C5
Complementary color
Monochromatic Colors of #A520C5
Black with #A520C5
Text Example
Text Example
White with #A520C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A520C5; }
p { color: rgb(165,32,197); }
H1.HeaderClassName
{
color: #A520C5;
}
.AnyTagClassName
{
color: #A520C5;
}
</style>
background-color css
<style>
a { background-color: #A520C5; }
a { background-color: rgb(165,32,197); }
div.DivClassName
{
background-color: #A520C5;
}
.BgClassName
{
background-color: #A520C5;
}
</style>
border-color css
<style>
span { border-color: #A520C5; }
span { border-color: rgb(165,32,197); }
td.TdClassName
{
border-color: #A520C5;
}
.TagClassName
{
border-color: #A520C5;
}
</style>