Shades of Dark Orchid #A524BA
Tints of Dark Orchid #A524BA
RGB
CMYK
RGB Variations
Color information
#A524BA (or 0xA524BA) is known color: Dark Orchid. HEX triplet: A5, 24 and BA. RGB value is (165,36,186). Sum of RGB (Red+Green+Blue) = 165+36+186=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 36 (14.45% from 255 or 9.30% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #A524BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A524BA is #5ADB45. Grayscale: #5B5B5B. Windows color (decimal): -5954374 or 12199077. OLE color: 12199077.
HSL color Cylindrical-coordinate representation of color #A524BA: hue angle of 291.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A524BA is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 36 | 186 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.27 |
| HSL | 291.6º | 0.68% | 0.44% | - |
| HSV(B) | 291.6º | 0.81% | 0.73% | - |
| XYZ | 25.01 | 12.81 | 47.61 | - |
| YUV | 91.67 | 181.24 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 36 | 186 | 0.11 | 0.81 | 0 | 0.27 | 291.6 | 0.68 | 0.44 |
| Hex | A5 | 24 | BA | B | 51 | 0 | 1B | 124 | 44 | 2C |
| Octal | 245 | 44 | 272 | 13 | 121 | 0 | 33 | 444 | 104 | 54 |
| Binary | 10100101 | 100100 | 10111010 | 1011 | 1010001 | 0 | 11011 | 100100100 | 1000100 | 101100 |
Color Harmonies of #A524BA
Complementary color
Monochromatic Colors of #A524BA
Black with #A524BA
Text Example
Text Example
White with #A524BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A524BA; }
p { color: rgb(165,36,186); }
H1.HeaderClassName
{
color: #A524BA;
}
.AnyTagClassName
{
color: #A524BA;
}
</style>
background-color css
<style>
a { background-color: #A524BA; }
a { background-color: rgb(165,36,186); }
div.DivClassName
{
background-color: #A524BA;
}
.BgClassName
{
background-color: #A524BA;
}
</style>
border-color css
<style>
span { border-color: #A524BA; }
span { border-color: rgb(165,36,186); }
td.TdClassName
{
border-color: #A524BA;
}
.TagClassName
{
border-color: #A524BA;
}
</style>