Shades of Dark Orchid #A519BE
Tints of Dark Orchid #A519BE
RGB
CMYK
RGB Variations
Color information
#A519BE (or 0xA519BE) is known color: Dark Orchid. HEX triplet: A5, 19 and BE. RGB value is (165,25,190). Sum of RGB (Red+Green+Blue) = 165+25+190=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #A519BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A519BE is #5AE641. Grayscale: #555555. Windows color (decimal): -5957186 or 12458405. OLE color: 12458405.
HSL color Cylindrical-coordinate representation of color #A519BE: hue angle of 290.91º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A519BE is Cyan = 0.13, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 165 | 25 | 190 | - |
| CMYK | 0.13 | 0.87 | 0 | 0.25 |
| HSL | 290.91º | 0.77% | 0.42% | - |
| HSV(B) | 290.91º | 0.87% | 0.75% | - |
| XYZ | 25.16 | 12.41 | 49.78 | - |
| YUV | 85.67 | 186.88 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 190 | 0.13 | 0.87 | 0 | 0.25 | 290.91 | 0.77 | 0.42 |
| Hex | A5 | 19 | BE | D | 57 | 0 | 19 | 123 | 4D | 2A |
| Octal | 245 | 31 | 276 | 15 | 127 | 0 | 31 | 443 | 115 | 52 |
| Binary | 10100101 | 11001 | 10111110 | 1101 | 1010111 | 0 | 11001 | 100100011 | 1001101 | 101010 |
Color Harmonies of #A519BE
Complementary color
Monochromatic Colors of #A519BE
Black with #A519BE
Text Example
Text Example
White with #A519BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A519BE; }
p { color: rgb(165,25,190); }
H1.HeaderClassName
{
color: #A519BE;
}
.AnyTagClassName
{
color: #A519BE;
}
</style>
background-color css
<style>
a { background-color: #A519BE; }
a { background-color: rgb(165,25,190); }
div.DivClassName
{
background-color: #A519BE;
}
.BgClassName
{
background-color: #A519BE;
}
</style>
border-color css
<style>
span { border-color: #A519BE; }
span { border-color: rgb(165,25,190); }
td.TdClassName
{
border-color: #A519BE;
}
.TagClassName
{
border-color: #A519BE;
}
</style>