Shades of Dark Orchid #AB1FDF
Tints of Dark Orchid #AB1FDF
RGB
CMYK
RGB Variations
Color information
#AB1FDF (or 0xAB1FDF) is known color: Dark Orchid. HEX triplet: AB, 1F and DF. RGB value is (171,31,223). Sum of RGB (Red+Green+Blue) = 171+31+223=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB1FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1FDF is #54E020. Grayscale: #5E5E5E. Windows color (decimal): -5562401 or 14622635. OLE color: 14622635.
HSL color Cylindrical-coordinate representation of color #AB1FDF: hue angle of 283.75º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1FDF is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 31 | 223 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.13 |
| HSL | 283.75º | 0.76% | 0.5% | - |
| HSV(B) | 283.75º | 0.86% | 0.87% | - |
| XYZ | 30.6 | 14.97 | 71.09 | - |
| YUV | 94.75 | 200.38 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 223 | 0.23 | 0.86 | 0 | 0.13 | 283.75 | 0.76 | 0.5 |
| Hex | AB | 1F | DF | 17 | 56 | 0 | D | 11C | 4C | 32 |
| Octal | 253 | 37 | 337 | 27 | 126 | 0 | 15 | 434 | 114 | 62 |
| Binary | 10101011 | 11111 | 11011111 | 10111 | 1010110 | 0 | 1101 | 100011100 | 1001100 | 110010 |
Color Harmonies of #AB1FDF
Complementary color
Monochromatic Colors of #AB1FDF
Black with #AB1FDF
Text Example
Text Example
White with #AB1FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1FDF; }
p { color: rgb(171,31,223); }
H1.HeaderClassName
{
color: #AB1FDF;
}
.AnyTagClassName
{
color: #AB1FDF;
}
</style>
background-color css
<style>
a { background-color: #AB1FDF; }
a { background-color: rgb(171,31,223); }
div.DivClassName
{
background-color: #AB1FDF;
}
.BgClassName
{
background-color: #AB1FDF;
}
</style>
border-color css
<style>
span { border-color: #AB1FDF; }
span { border-color: rgb(171,31,223); }
td.TdClassName
{
border-color: #AB1FDF;
}
.TagClassName
{
border-color: #AB1FDF;
}
</style>