Shades of Dark Orchid #A819DA
Tints of Dark Orchid #A819DA
RGB
CMYK
RGB Variations
Color information
#A819DA (or 0xA819DA) is known color: Dark Orchid. HEX triplet: A8, 19 and DA. RGB value is (168,25,218). Sum of RGB (Red+Green+Blue) = 168+25+218=411 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.88% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #A819DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A819DA is #57E625. Grayscale: #595959. Windows color (decimal): -5760550 or 14293416. OLE color: 14293416.
HSL color Cylindrical-coordinate representation of color #A819DA: hue angle of 284.46º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A819DA is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 25 | 218 | - |
| CMYK | 0.23 | 0.89 | 0 | 0.15 |
| HSL | 284.46º | 0.79% | 0.48% | - |
| HSV(B) | 284.46º | 0.89% | 0.85% | - |
| XYZ | 29.15 | 14.08 | 67.51 | - |
| YUV | 89.76 | 200.38 | 183.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 25 | 218 | 0.23 | 0.89 | 0 | 0.15 | 284.46 | 0.79 | 0.48 |
| Hex | A8 | 19 | DA | 17 | 59 | 0 | F | 11C | 4F | 30 |
| Octal | 250 | 31 | 332 | 27 | 131 | 0 | 17 | 434 | 117 | 60 |
| Binary | 10101000 | 11001 | 11011010 | 10111 | 1011001 | 0 | 1111 | 100011100 | 1001111 | 110000 |
Color Harmonies of #A819DA
Complementary color
Monochromatic Colors of #A819DA
Black with #A819DA
Text Example
Text Example
White with #A819DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A819DA; }
p { color: rgb(168,25,218); }
H1.HeaderClassName
{
color: #A819DA;
}
.AnyTagClassName
{
color: #A819DA;
}
</style>
background-color css
<style>
a { background-color: #A819DA; }
a { background-color: rgb(168,25,218); }
div.DivClassName
{
background-color: #A819DA;
}
.BgClassName
{
background-color: #A819DA;
}
</style>
border-color css
<style>
span { border-color: #A819DA; }
span { border-color: rgb(168,25,218); }
td.TdClassName
{
border-color: #A819DA;
}
.TagClassName
{
border-color: #A819DA;
}
</style>