Shades of Dark Orchid #AB19D0
Tints of Dark Orchid #AB19D0
RGB
CMYK
RGB Variations
Color information
#AB19D0 (or 0xAB19D0) is known color: Dark Orchid. HEX triplet: AB, 19 and D0. RGB value is (171,25,208). Sum of RGB (Red+Green+Blue) = 171+25+208=404 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.33% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB19D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB19D0 is #54E62F. Grayscale: #585858. Windows color (decimal): -5563952 or 13638059. OLE color: 13638059.
HSL color Cylindrical-coordinate representation of color #AB19D0: hue angle of 287.87º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB19D0 is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 25 | 208 | - |
| CMYK | 0.18 | 0.88 | 0 | 0.18 |
| HSL | 287.87º | 0.79% | 0.46% | - |
| HSV(B) | 287.87º | 0.88% | 0.82% | - |
| XYZ | 28.53 | 13.91 | 60.86 | - |
| YUV | 89.52 | 194.87 | 186.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 25 | 208 | 0.18 | 0.88 | 0 | 0.18 | 287.87 | 0.79 | 0.46 |
| Hex | AB | 19 | D0 | 12 | 58 | 0 | 12 | 120 | 4F | 2E |
| Octal | 253 | 31 | 320 | 22 | 130 | 0 | 22 | 440 | 117 | 56 |
| Binary | 10101011 | 11001 | 11010000 | 10010 | 1011000 | 0 | 10010 | 100100000 | 1001111 | 101110 |
Color Harmonies of #AB19D0
Complementary color
Monochromatic Colors of #AB19D0
Black with #AB19D0
Text Example
Text Example
White with #AB19D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB19D0; }
p { color: rgb(171,25,208); }
H1.HeaderClassName
{
color: #AB19D0;
}
.AnyTagClassName
{
color: #AB19D0;
}
</style>
background-color css
<style>
a { background-color: #AB19D0; }
a { background-color: rgb(171,25,208); }
div.DivClassName
{
background-color: #AB19D0;
}
.BgClassName
{
background-color: #AB19D0;
}
</style>
border-color css
<style>
span { border-color: #AB19D0; }
span { border-color: rgb(171,25,208); }
td.TdClassName
{
border-color: #AB19D0;
}
.TagClassName
{
border-color: #AB19D0;
}
</style>