Shades of Dark Orchid #AB19BB
Tints of Dark Orchid #AB19BB
RGB
CMYK
RGB Variations
Color information
#AB19BB (or 0xAB19BB) is known color: Dark Orchid. HEX triplet: AB, 19 and BB. RGB value is (171,25,187). Sum of RGB (Red+Green+Blue) = 171+25+187=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB19BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB19BB is #54E644. Grayscale: #565656. Windows color (decimal): -5563973 or 12261803. OLE color: 12261803.
HSL color Cylindrical-coordinate representation of color #AB19BB: hue angle of 294.07º 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 #AB19BB is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 25 | 187 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.27 |
| HSL | 294.07º | 0.76% | 0.42% | - |
| HSV(B) | 294.07º | 0.87% | 0.73% | - |
| XYZ | 26.11 | 12.94 | 48.14 | - |
| YUV | 87.12 | 184.37 | 187.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 187 | 0.09 | 0.87 | 0 | 0.27 | 294.07 | 0.76 | 0.42 |
| Hex | AB | 19 | BB | 9 | 57 | 0 | 1B | 126 | 4C | 2A |
| Octal | 253 | 31 | 273 | 11 | 127 | 0 | 33 | 446 | 114 | 52 |
| Binary | 10101011 | 11001 | 10111011 | 1001 | 1010111 | 0 | 11011 | 100100110 | 1001100 | 101010 |
Color Harmonies of #AB19BB
Complementary color
Monochromatic Colors of #AB19BB
Black with #AB19BB
Text Example
Text Example
White with #AB19BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB19BB; }
p { color: rgb(171,25,187); }
H1.HeaderClassName
{
color: #AB19BB;
}
.AnyTagClassName
{
color: #AB19BB;
}
</style>
background-color css
<style>
a { background-color: #AB19BB; }
a { background-color: rgb(171,25,187); }
div.DivClassName
{
background-color: #AB19BB;
}
.BgClassName
{
background-color: #AB19BB;
}
</style>
border-color css
<style>
span { border-color: #AB19BB; }
span { border-color: rgb(171,25,187); }
td.TdClassName
{
border-color: #AB19BB;
}
.TagClassName
{
border-color: #AB19BB;
}
</style>