Shades of Dark Orchid #A521BD
Tints of Dark Orchid #A521BD
RGB
CMYK
RGB Variations
Color information
#A521BD (or 0xA521BD) is known color: Dark Orchid. HEX triplet: A5, 21 and BD. RGB value is (165,33,189). Sum of RGB (Red+Green+Blue) = 165+33+189=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 33 (13.28% from 255 or 8.53% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #A521BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A521BD is #5ADE42. Grayscale: #595959. Windows color (decimal): -5955139 or 12394917. OLE color: 12394917.
HSL color Cylindrical-coordinate representation of color #A521BD: hue angle of 290.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A521BD is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 33 | 189 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.26 |
| HSL | 290.77º | 0.7% | 0.44% | - |
| HSV(B) | 290.77º | 0.83% | 0.74% | - |
| XYZ | 25.25 | 12.76 | 49.28 | - |
| YUV | 90.25 | 183.73 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 33 | 189 | 0.13 | 0.83 | 0 | 0.26 | 290.77 | 0.7 | 0.44 |
| Hex | A5 | 21 | BD | D | 53 | 0 | 1A | 123 | 46 | 2C |
| Octal | 245 | 41 | 275 | 15 | 123 | 0 | 32 | 443 | 106 | 54 |
| Binary | 10100101 | 100001 | 10111101 | 1101 | 1010011 | 0 | 11010 | 100100011 | 1000110 | 101100 |
Color Harmonies of #A521BD
Complementary color
Monochromatic Colors of #A521BD
Black with #A521BD
Text Example
Text Example
White with #A521BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A521BD; }
p { color: rgb(165,33,189); }
H1.HeaderClassName
{
color: #A521BD;
}
.AnyTagClassName
{
color: #A521BD;
}
</style>
background-color css
<style>
a { background-color: #A521BD; }
a { background-color: rgb(165,33,189); }
div.DivClassName
{
background-color: #A521BD;
}
.BgClassName
{
background-color: #A521BD;
}
</style>
border-color css
<style>
span { border-color: #A521BD; }
span { border-color: rgb(165,33,189); }
td.TdClassName
{
border-color: #A521BD;
}
.TagClassName
{
border-color: #A521BD;
}
</style>