Shades of Dark Orchid #AB1EDF
Tints of Dark Orchid #AB1EDF
RGB
CMYK
RGB Variations
Color information
#AB1EDF (or 0xAB1EDF) is known color: Dark Orchid. HEX triplet: AB, 1E and DF. RGB value is (171,30,223). Sum of RGB (Red+Green+Blue) = 171+30+223=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 30 (12.11% from 255 or 7.08% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB1EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1EDF is #54E120. Grayscale: #5D5D5D. Windows color (decimal): -5562657 or 14622379. OLE color: 14622379.
HSL color Cylindrical-coordinate representation of color #AB1EDF: hue angle of 283.83º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1EDF is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 30 | 223 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.13 |
| HSL | 283.83º | 0.76% | 0.5% | - |
| HSV(B) | 283.83º | 0.87% | 0.87% | - |
| XYZ | 30.58 | 14.91 | 71.08 | - |
| YUV | 94.16 | 200.71 | 182.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 223 | 0.23 | 0.87 | 0 | 0.13 | 283.83 | 0.76 | 0.5 |
| Hex | AB | 1E | DF | 17 | 57 | 0 | D | 11C | 4C | 32 |
| Octal | 253 | 36 | 337 | 27 | 127 | 0 | 15 | 434 | 114 | 62 |
| Binary | 10101011 | 11110 | 11011111 | 10111 | 1010111 | 0 | 1101 | 100011100 | 1001100 | 110010 |
Color Harmonies of #AB1EDF
Complementary color
Monochromatic Colors of #AB1EDF
Black with #AB1EDF
Text Example
Text Example
White with #AB1EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1EDF; }
p { color: rgb(171,30,223); }
H1.HeaderClassName
{
color: #AB1EDF;
}
.AnyTagClassName
{
color: #AB1EDF;
}
</style>
background-color css
<style>
a { background-color: #AB1EDF; }
a { background-color: rgb(171,30,223); }
div.DivClassName
{
background-color: #AB1EDF;
}
.BgClassName
{
background-color: #AB1EDF;
}
</style>
border-color css
<style>
span { border-color: #AB1EDF; }
span { border-color: rgb(171,30,223); }
td.TdClassName
{
border-color: #AB1EDF;
}
.TagClassName
{
border-color: #AB1EDF;
}
</style>