Shades of Dark Orchid #A521BE
Tints of Dark Orchid #A521BE
RGB
CMYK
RGB Variations
Color information
#A521BE (or 0xA521BE) is known color: Dark Orchid. HEX triplet: A5, 21 and BE. RGB value is (165,33,190). Sum of RGB (Red+Green+Blue) = 165+33+190=388 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.53% from 388); Green value is 33 (13.28% from 255 or 8.51% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #A521BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A521BE is #5ADE41. Grayscale: #595959. Windows color (decimal): -5955138 or 12460453. OLE color: 12460453.
HSL color Cylindrical-coordinate representation of color #A521BE: hue angle of 290.45º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A521BE is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 33 | 190 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.25 |
| HSL | 290.45º | 0.7% | 0.44% | - |
| HSV(B) | 290.45º | 0.83% | 0.75% | - |
| XYZ | 25.36 | 12.8 | 49.85 | - |
| YUV | 90.37 | 184.23 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 33 | 190 | 0.13 | 0.83 | 0 | 0.25 | 290.45 | 0.7 | 0.44 |
| Hex | A5 | 21 | BE | D | 53 | 0 | 19 | 122 | 46 | 2C |
| Octal | 245 | 41 | 276 | 15 | 123 | 0 | 31 | 442 | 106 | 54 |
| Binary | 10100101 | 100001 | 10111110 | 1101 | 1010011 | 0 | 11001 | 100100010 | 1000110 | 101100 |
Color Harmonies of #A521BE
Complementary color
Monochromatic Colors of #A521BE
Black with #A521BE
Text Example
Text Example
White with #A521BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A521BE; }
p { color: rgb(165,33,190); }
H1.HeaderClassName
{
color: #A521BE;
}
.AnyTagClassName
{
color: #A521BE;
}
</style>
background-color css
<style>
a { background-color: #A521BE; }
a { background-color: rgb(165,33,190); }
div.DivClassName
{
background-color: #A521BE;
}
.BgClassName
{
background-color: #A521BE;
}
</style>
border-color css
<style>
span { border-color: #A521BE; }
span { border-color: rgb(165,33,190); }
td.TdClassName
{
border-color: #A521BE;
}
.TagClassName
{
border-color: #A521BE;
}
</style>