Shades of Dark Orchid #A520BA
Tints of Dark Orchid #A520BA
RGB
CMYK
RGB Variations
Color information
#A520BA (or 0xA520BA) is known color: Dark Orchid. HEX triplet: A5, 20 and BA. RGB value is (165,32,186). Sum of RGB (Red+Green+Blue) = 165+32+186=383 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.08% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #A520BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A520BA is #5ADF45. Grayscale: #585858. Windows color (decimal): -5955398 or 12198053. OLE color: 12198053.
HSL color Cylindrical-coordinate representation of color #A520BA: hue angle of 291.82º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A520BA is Cyan = 0.11, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 32 | 186 | - |
| CMYK | 0.11 | 0.83 | 0 | 0.27 |
| HSL | 291.82º | 0.71% | 0.43% | - |
| HSV(B) | 291.82º | 0.83% | 0.73% | - |
| XYZ | 24.9 | 12.58 | 47.57 | - |
| YUV | 89.32 | 182.56 | 181.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 32 | 186 | 0.11 | 0.83 | 0 | 0.27 | 291.82 | 0.71 | 0.43 |
| Hex | A5 | 20 | BA | B | 53 | 0 | 1B | 124 | 47 | 2B |
| Octal | 245 | 40 | 272 | 13 | 123 | 0 | 33 | 444 | 107 | 53 |
| Binary | 10100101 | 100000 | 10111010 | 1011 | 1010011 | 0 | 11011 | 100100100 | 1000111 | 101011 |
Color Harmonies of #A520BA
Complementary color
Monochromatic Colors of #A520BA
Black with #A520BA
Text Example
Text Example
White with #A520BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A520BA; }
p { color: rgb(165,32,186); }
H1.HeaderClassName
{
color: #A520BA;
}
.AnyTagClassName
{
color: #A520BA;
}
</style>
background-color css
<style>
a { background-color: #A520BA; }
a { background-color: rgb(165,32,186); }
div.DivClassName
{
background-color: #A520BA;
}
.BgClassName
{
background-color: #A520BA;
}
</style>
border-color css
<style>
span { border-color: #A520BA; }
span { border-color: rgb(165,32,186); }
td.TdClassName
{
border-color: #A520BA;
}
.TagClassName
{
border-color: #A520BA;
}
</style>