Shades of Dark Orchid #A519C9
Tints of Dark Orchid #A519C9
RGB
CMYK
RGB Variations
Color information
#A519C9 (or 0xA519C9) is known color: Dark Orchid. HEX triplet: A5, 19 and C9. RGB value is (165,25,201). Sum of RGB (Red+Green+Blue) = 165+25+201=391 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.20% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #A519C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A519C9 is #5AE636. Grayscale: #565656. Windows color (decimal): -5957175 or 13179301. OLE color: 13179301.
HSL color Cylindrical-coordinate representation of color #A519C9: hue angle of 287.73º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A519C9 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 165 | 25 | 201 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.21 |
| HSL | 287.73º | 0.78% | 0.44% | - |
| HSV(B) | 287.73º | 0.88% | 0.79% | - |
| XYZ | 26.41 | 12.91 | 56.36 | - |
| YUV | 86.92 | 192.38 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 25 | 201 | 0.18 | 0.88 | 0 | 0.21 | 287.73 | 0.78 | 0.44 |
| Hex | A5 | 19 | C9 | 12 | 58 | 0 | 15 | 120 | 4E | 2C |
| Octal | 245 | 31 | 311 | 22 | 130 | 0 | 25 | 440 | 116 | 54 |
| Binary | 10100101 | 11001 | 11001001 | 10010 | 1011000 | 0 | 10101 | 100100000 | 1001110 | 101100 |
Color Harmonies of #A519C9
Complementary color
Monochromatic Colors of #A519C9
Black with #A519C9
Text Example
Text Example
White with #A519C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A519C9; }
p { color: rgb(165,25,201); }
H1.HeaderClassName
{
color: #A519C9;
}
.AnyTagClassName
{
color: #A519C9;
}
</style>
background-color css
<style>
a { background-color: #A519C9; }
a { background-color: rgb(165,25,201); }
div.DivClassName
{
background-color: #A519C9;
}
.BgClassName
{
background-color: #A519C9;
}
</style>
border-color css
<style>
span { border-color: #A519C9; }
span { border-color: rgb(165,25,201); }
td.TdClassName
{
border-color: #A519C9;
}
.TagClassName
{
border-color: #A519C9;
}
</style>