Shades of Dark Orchid #AB1DB6
Tints of Dark Orchid #AB1DB6
RGB
CMYK
RGB Variations
Color information
#AB1DB6 (or 0xAB1DB6) is known color: Dark Orchid. HEX triplet: AB, 1D and B6. RGB value is (171,29,182). Sum of RGB (Red+Green+Blue) = 171+29+182=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 182 (71.48% from 255 or 47.64% from 382); Max value from RGB is 182 - color contains mainly: blue. Hex color #AB1DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1DB6 is #54E249. Grayscale: #585858. Windows color (decimal): -5562954 or 11935147. OLE color: 11935147.
HSL color Cylindrical-coordinate representation of color #AB1DB6: hue angle of 295.69º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1DB6 is Cyan = 0.06, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 171 | 29 | 182 | - |
| CMYK | 0.06 | 0.84 | 0 | 0.29 |
| HSL | 295.69º | 0.73% | 0.41% | - |
| HSV(B) | 295.69º | 0.84% | 0.71% | - |
| XYZ | 25.68 | 12.91 | 45.4 | - |
| YUV | 88.9 | 180.54 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 182 | 0.06 | 0.84 | 0 | 0.29 | 295.69 | 0.73 | 0.41 |
| Hex | AB | 1D | B6 | 6 | 54 | 0 | 1D | 128 | 49 | 29 |
| Octal | 253 | 35 | 266 | 6 | 124 | 0 | 35 | 450 | 111 | 51 |
| Binary | 10101011 | 11101 | 10110110 | 110 | 1010100 | 0 | 11101 | 100101000 | 1001001 | 101001 |
Color Harmonies of #AB1DB6
Complementary color
Monochromatic Colors of #AB1DB6
Black with #AB1DB6
Text Example
Text Example
White with #AB1DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1DB6; }
p { color: rgb(171,29,182); }
H1.HeaderClassName
{
color: #AB1DB6;
}
.AnyTagClassName
{
color: #AB1DB6;
}
</style>
background-color css
<style>
a { background-color: #AB1DB6; }
a { background-color: rgb(171,29,182); }
div.DivClassName
{
background-color: #AB1DB6;
}
.BgClassName
{
background-color: #AB1DB6;
}
</style>
border-color css
<style>
span { border-color: #AB1DB6; }
span { border-color: rgb(171,29,182); }
td.TdClassName
{
border-color: #AB1DB6;
}
.TagClassName
{
border-color: #AB1DB6;
}
</style>