Shades of Dark Orchid #AB1FDE
Tints of Dark Orchid #AB1FDE
RGB
CMYK
RGB Variations
Color information
#AB1FDE (or 0xAB1FDE) is known color: Dark Orchid. HEX triplet: AB, 1F and DE. RGB value is (171,31,222). Sum of RGB (Red+Green+Blue) = 171+31+222=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 222 (87.11% from 255 or 52.36% from 424); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB1FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1FDE is #54E021. Grayscale: #5E5E5E. Windows color (decimal): -5562402 or 14557099. OLE color: 14557099.
HSL color Cylindrical-coordinate representation of color #AB1FDE: hue angle of 283.98º degrees, saturation: 0.75, 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 #AB1FDE is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 31 | 222 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.13 |
| HSL | 283.98º | 0.75% | 0.5% | - |
| HSV(B) | 283.98º | 0.86% | 0.87% | - |
| XYZ | 30.47 | 14.91 | 70.38 | - |
| YUV | 94.63 | 199.88 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 222 | 0.23 | 0.86 | 0 | 0.13 | 283.98 | 0.75 | 0.5 |
| Hex | AB | 1F | DE | 17 | 56 | 0 | D | 11C | 4B | 32 |
| Octal | 253 | 37 | 336 | 27 | 126 | 0 | 15 | 434 | 113 | 62 |
| Binary | 10101011 | 11111 | 11011110 | 10111 | 1010110 | 0 | 1101 | 100011100 | 1001011 | 110010 |
Color Harmonies of #AB1FDE
Complementary color
Monochromatic Colors of #AB1FDE
Black with #AB1FDE
Text Example
Text Example
White with #AB1FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1FDE; }
p { color: rgb(171,31,222); }
H1.HeaderClassName
{
color: #AB1FDE;
}
.AnyTagClassName
{
color: #AB1FDE;
}
</style>
background-color css
<style>
a { background-color: #AB1FDE; }
a { background-color: rgb(171,31,222); }
div.DivClassName
{
background-color: #AB1FDE;
}
.BgClassName
{
background-color: #AB1FDE;
}
</style>
border-color css
<style>
span { border-color: #AB1FDE; }
span { border-color: rgb(171,31,222); }
td.TdClassName
{
border-color: #AB1FDE;
}
.TagClassName
{
border-color: #AB1FDE;
}
</style>