Shades of Dark Orchid #AB1DDF
Tints of Dark Orchid #AB1DDF
RGB
CMYK
RGB Variations
Color information
#AB1DDF (or 0xAB1DDF) is known color: Dark Orchid. HEX triplet: AB, 1D and DF. RGB value is (171,29,223). Sum of RGB (Red+Green+Blue) = 171+29+223=423 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.43% from 423); Green value is 29 (11.72% from 255 or 6.86% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB1DDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1DDF is #54E220. Grayscale: #5C5C5C. Windows color (decimal): -5562913 or 14622123. OLE color: 14622123.
HSL color Cylindrical-coordinate representation of color #AB1DDF: hue angle of 283.92º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1DDF is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 29 | 223 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.13 |
| HSL | 283.92º | 0.77% | 0.49% | - |
| HSV(B) | 283.92º | 0.87% | 0.87% | - |
| XYZ | 30.55 | 14.86 | 71.07 | - |
| YUV | 93.57 | 201.04 | 183.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 223 | 0.23 | 0.87 | 0 | 0.13 | 283.92 | 0.77 | 0.49 |
| Hex | AB | 1D | DF | 17 | 57 | 0 | D | 11C | 4D | 31 |
| Octal | 253 | 35 | 337 | 27 | 127 | 0 | 15 | 434 | 115 | 61 |
| Binary | 10101011 | 11101 | 11011111 | 10111 | 1010111 | 0 | 1101 | 100011100 | 1001101 | 110001 |
Color Harmonies of #AB1DDF
Complementary color
Monochromatic Colors of #AB1DDF
Black with #AB1DDF
Text Example
Text Example
White with #AB1DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1DDF; }
p { color: rgb(171,29,223); }
H1.HeaderClassName
{
color: #AB1DDF;
}
.AnyTagClassName
{
color: #AB1DDF;
}
</style>
background-color css
<style>
a { background-color: #AB1DDF; }
a { background-color: rgb(171,29,223); }
div.DivClassName
{
background-color: #AB1DDF;
}
.BgClassName
{
background-color: #AB1DDF;
}
</style>
border-color css
<style>
span { border-color: #AB1DDF; }
span { border-color: rgb(171,29,223); }
td.TdClassName
{
border-color: #AB1DDF;
}
.TagClassName
{
border-color: #AB1DDF;
}
</style>