Shades of Dark Orchid #A019BB
Tints of Dark Orchid #A019BB
RGB
CMYK
RGB Variations
Color information
#A019BB (or 0xA019BB) is known color: Dark Orchid. HEX triplet: A0, 19 and BB. RGB value is (160,25,187). Sum of RGB (Red+Green+Blue) = 160+25+187=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #A019BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A019BB is #5FE644. Grayscale: #535353. Windows color (decimal): -6284869 or 12261792. OLE color: 12261792.
HSL color Cylindrical-coordinate representation of color #A019BB: hue angle of 290º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A019BB is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 25 | 187 | - |
| CMYK | 0.14 | 0.87 | 0 | 0.27 |
| HSL | 290º | 0.76% | 0.42% | - |
| HSV(B) | 290º | 0.87% | 0.73% | - |
| XYZ | 23.81 | 11.76 | 48.03 | - |
| YUV | 83.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 25 | 187 | 0.14 | 0.87 | 0 | 0.27 | 290 | 0.76 | 0.42 |
| Hex | A0 | 19 | BB | E | 57 | 0 | 1B | 122 | 4C | 2A |
| Octal | 240 | 31 | 273 | 16 | 127 | 0 | 33 | 442 | 114 | 52 |
| Binary | 10100000 | 11001 | 10111011 | 1110 | 1010111 | 0 | 11011 | 100100010 | 1001100 | 101010 |
Color Harmonies of #A019BB
Complementary color
Monochromatic Colors of #A019BB
Black with #A019BB
Text Example
Text Example
White with #A019BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A019BB; }
p { color: rgb(160,25,187); }
H1.HeaderClassName
{
color: #A019BB;
}
.AnyTagClassName
{
color: #A019BB;
}
</style>
background-color css
<style>
a { background-color: #A019BB; }
a { background-color: rgb(160,25,187); }
div.DivClassName
{
background-color: #A019BB;
}
.BgClassName
{
background-color: #A019BB;
}
</style>
border-color css
<style>
span { border-color: #A019BB; }
span { border-color: rgb(160,25,187); }
td.TdClassName
{
border-color: #A019BB;
}
.TagClassName
{
border-color: #A019BB;
}
</style>