Shades of Dark Orchid #A016BB
Tints of Dark Orchid #A016BB
RGB
CMYK
RGB Variations
Color information
#A016BB (or 0xA016BB) is known color: Dark Orchid. HEX triplet: A0, 16 and BB. RGB value is (160,22,187). Sum of RGB (Red+Green+Blue) = 160+22+187=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 22 (8.98% from 255 or 5.96% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #A016BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A016BB is #5FE944. Grayscale: #515151. Windows color (decimal): -6285637 or 12261024. OLE color: 12261024.
HSL color Cylindrical-coordinate representation of color #A016BB: hue angle of 290.18º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A016BB is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 22 | 187 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.27 |
| HSL | 290.18º | 0.79% | 0.41% | - |
| HSV(B) | 290.18º | 0.88% | 0.73% | - |
| XYZ | 23.75 | 11.64 | 48.01 | - |
| YUV | 82.07 | 187.22 | 183.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 22 | 187 | 0.14 | 0.88 | 0 | 0.27 | 290.18 | 0.79 | 0.41 |
| Hex | A0 | 16 | BB | E | 58 | 0 | 1B | 122 | 4F | 29 |
| Octal | 240 | 26 | 273 | 16 | 130 | 0 | 33 | 442 | 117 | 51 |
| Binary | 10100000 | 10110 | 10111011 | 1110 | 1011000 | 0 | 11011 | 100100010 | 1001111 | 101001 |
Color Harmonies of #A016BB
Complementary color
Monochromatic Colors of #A016BB
Black with #A016BB
Text Example
Text Example
White with #A016BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A016BB; }
p { color: rgb(160,22,187); }
H1.HeaderClassName
{
color: #A016BB;
}
.AnyTagClassName
{
color: #A016BB;
}
</style>
background-color css
<style>
a { background-color: #A016BB; }
a { background-color: rgb(160,22,187); }
div.DivClassName
{
background-color: #A016BB;
}
.BgClassName
{
background-color: #A016BB;
}
</style>
border-color css
<style>
span { border-color: #A016BB; }
span { border-color: rgb(160,22,187); }
td.TdClassName
{
border-color: #A016BB;
}
.TagClassName
{
border-color: #A016BB;
}
</style>