Shades of Dark Orchid #A019CF
Tints of Dark Orchid #A019CF
RGB
CMYK
RGB Variations
Color information
#A019CF (or 0xA019CF) is known color: Dark Orchid. HEX triplet: A0, 19 and CF. RGB value is (160,25,207). Sum of RGB (Red+Green+Blue) = 160+25+207=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #A019CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A019CF is #5FE630. Grayscale: #555555. Windows color (decimal): -6284849 or 13572512. OLE color: 13572512.
HSL color Cylindrical-coordinate representation of color #A019CF: hue angle of 284.51º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A019CF is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 25 | 207 | - |
| CMYK | 0.23 | 0.88 | 0 | 0.19 |
| HSL | 284.51º | 0.78% | 0.45% | - |
| HSV(B) | 284.51º | 0.88% | 0.81% | - |
| XYZ | 26.11 | 12.67 | 60.1 | - |
| YUV | 86.11 | 196.23 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 207 | 0.23 | 0.88 | 0 | 0.19 | 284.51 | 0.78 | 0.45 |
| Hex | A0 | 19 | CF | 17 | 58 | 0 | 13 | 11D | 4E | 2D |
| Octal | 240 | 31 | 317 | 27 | 130 | 0 | 23 | 435 | 116 | 55 |
| Binary | 10100000 | 11001 | 11001111 | 10111 | 1011000 | 0 | 10011 | 100011101 | 1001110 | 101101 |
Color Harmonies of #A019CF
Complementary color
Monochromatic Colors of #A019CF
Black with #A019CF
Text Example
Text Example
White with #A019CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019CF; }
p { color: rgb(160,25,207); }
H1.HeaderClassName
{
color: #A019CF;
}
.AnyTagClassName
{
color: #A019CF;
}
</style>
background-color css
<style>
a { background-color: #A019CF; }
a { background-color: rgb(160,25,207); }
div.DivClassName
{
background-color: #A019CF;
}
.BgClassName
{
background-color: #A019CF;
}
</style>
border-color css
<style>
span { border-color: #A019CF; }
span { border-color: rgb(160,25,207); }
td.TdClassName
{
border-color: #A019CF;
}
.TagClassName
{
border-color: #A019CF;
}
</style>