Shades of Dark Orchid #A521BA
Tints of Dark Orchid #A521BA
RGB
CMYK
RGB Variations
Color information
#A521BA (or 0xA521BA) is known color: Dark Orchid. HEX triplet: A5, 21 and BA. RGB value is (165,33,186). Sum of RGB (Red+Green+Blue) = 165+33+186=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #A521BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A521BA is #5ADE45. Grayscale: #595959. Windows color (decimal): -5955142 or 12198309. OLE color: 12198309.
HSL color Cylindrical-coordinate representation of color #A521BA: hue angle of 291.76º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A521BA is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 165 | 33 | 186 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.27 |
| HSL | 291.76º | 0.7% | 0.43% | - |
| HSV(B) | 291.76º | 0.82% | 0.73% | - |
| XYZ | 24.92 | 12.63 | 47.58 | - |
| YUV | 89.91 | 182.23 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 33 | 186 | 0.11 | 0.82 | 0 | 0.27 | 291.76 | 0.7 | 0.43 |
| Hex | A5 | 21 | BA | B | 52 | 0 | 1B | 124 | 46 | 2B |
| Octal | 245 | 41 | 272 | 13 | 122 | 0 | 33 | 444 | 106 | 53 |
| Binary | 10100101 | 100001 | 10111010 | 1011 | 1010010 | 0 | 11011 | 100100100 | 1000110 | 101011 |
Color Harmonies of #A521BA
Complementary color
Monochromatic Colors of #A521BA
Black with #A521BA
Text Example
Text Example
White with #A521BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A521BA; }
p { color: rgb(165,33,186); }
H1.HeaderClassName
{
color: #A521BA;
}
.AnyTagClassName
{
color: #A521BA;
}
</style>
background-color css
<style>
a { background-color: #A521BA; }
a { background-color: rgb(165,33,186); }
div.DivClassName
{
background-color: #A521BA;
}
.BgClassName
{
background-color: #A521BA;
}
</style>
border-color css
<style>
span { border-color: #A521BA; }
span { border-color: rgb(165,33,186); }
td.TdClassName
{
border-color: #A521BA;
}
.TagClassName
{
border-color: #A521BA;
}
</style>