Shades of Dark Orchid #A019AF
Tints of Dark Orchid #A019AF
RGB
CMYK
RGB Variations
Color information
#A019AF (or 0xA019AF) is known color: Dark Orchid. HEX triplet: A0, 19 and AF. RGB value is (160,25,175). Sum of RGB (Red+Green+Blue) = 160+25+175=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #A019AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A019AF is #5FE650. Grayscale: #525252. Windows color (decimal): -6284881 or 11475360. OLE color: 11475360.
HSL color Cylindrical-coordinate representation of color #A019AF: hue angle of 294º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A019AF is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 160 | 25 | 175 | - |
| CMYK | 0.09 | 0.86 | 0 | 0.31 |
| HSL | 294º | 0.75% | 0.39% | - |
| HSV(B) | 294º | 0.86% | 0.69% | - |
| XYZ | 22.58 | 11.26 | 41.54 | - |
| YUV | 82.47 | 180.23 | 183.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 175 | 0.09 | 0.86 | 0 | 0.31 | 294 | 0.75 | 0.39 |
| Hex | A0 | 19 | AF | 9 | 56 | 0 | 1F | 126 | 4B | 27 |
| Octal | 240 | 31 | 257 | 11 | 126 | 0 | 37 | 446 | 113 | 47 |
| Binary | 10100000 | 11001 | 10101111 | 1001 | 1010110 | 0 | 11111 | 100100110 | 1001011 | 100111 |
Color Harmonies of #A019AF
Complementary color
Monochromatic Colors of #A019AF
Black with #A019AF
Text Example
Text Example
White with #A019AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019AF; }
p { color: rgb(160,25,175); }
H1.HeaderClassName
{
color: #A019AF;
}
.AnyTagClassName
{
color: #A019AF;
}
</style>
background-color css
<style>
a { background-color: #A019AF; }
a { background-color: rgb(160,25,175); }
div.DivClassName
{
background-color: #A019AF;
}
.BgClassName
{
background-color: #A019AF;
}
</style>
border-color css
<style>
span { border-color: #A019AF; }
span { border-color: rgb(160,25,175); }
td.TdClassName
{
border-color: #A019AF;
}
.TagClassName
{
border-color: #A019AF;
}
</style>