Shades of Dark Orchid #AB1DD0
Tints of Dark Orchid #AB1DD0
RGB
CMYK
RGB Variations
Color information
#AB1DD0 (or 0xAB1DD0) is known color: Dark Orchid. HEX triplet: AB, 1D and D0. RGB value is (171,29,208). Sum of RGB (Red+Green+Blue) = 171+29+208=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 29 (11.72% from 255 or 7.11% from 408); Blue value is 208 (81.64% from 255 or 50.98% from 408); Max value from RGB is 208 - color contains mainly: blue. Hex color #AB1DD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1DD0 is #54E22F. Grayscale: #5B5B5B. Windows color (decimal): -5562928 or 13639083. OLE color: 13639083.
HSL color Cylindrical-coordinate representation of color #AB1DD0: hue angle of 287.6º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1DD0 is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 29 | 208 | - |
| CMYK | 0.18 | 0.86 | 0 | 0.18 |
| HSL | 287.6º | 0.76% | 0.46% | - |
| HSV(B) | 287.6º | 0.86% | 0.82% | - |
| XYZ | 28.62 | 14.09 | 60.89 | - |
| YUV | 91.86 | 193.54 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 208 | 0.18 | 0.86 | 0 | 0.18 | 287.6 | 0.76 | 0.46 |
| Hex | AB | 1D | D0 | 12 | 56 | 0 | 12 | 120 | 4C | 2E |
| Octal | 253 | 35 | 320 | 22 | 126 | 0 | 22 | 440 | 114 | 56 |
| Binary | 10101011 | 11101 | 11010000 | 10010 | 1010110 | 0 | 10010 | 100100000 | 1001100 | 101110 |
Color Harmonies of #AB1DD0
Complementary color
Monochromatic Colors of #AB1DD0
Black with #AB1DD0
Text Example
Text Example
White with #AB1DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1DD0; }
p { color: rgb(171,29,208); }
H1.HeaderClassName
{
color: #AB1DD0;
}
.AnyTagClassName
{
color: #AB1DD0;
}
</style>
background-color css
<style>
a { background-color: #AB1DD0; }
a { background-color: rgb(171,29,208); }
div.DivClassName
{
background-color: #AB1DD0;
}
.BgClassName
{
background-color: #AB1DD0;
}
</style>
border-color css
<style>
span { border-color: #AB1DD0; }
span { border-color: rgb(171,29,208); }
td.TdClassName
{
border-color: #AB1DD0;
}
.TagClassName
{
border-color: #AB1DD0;
}
</style>