Shades of Dark Orchid #AB1EDA
Tints of Dark Orchid #AB1EDA
RGB
CMYK
RGB Variations
Color information
#AB1EDA (or 0xAB1EDA) is known color: Dark Orchid. HEX triplet: AB, 1E and DA. RGB value is (171,30,218). Sum of RGB (Red+Green+Blue) = 171+30+218=419 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.81% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB1EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1EDA is #54E125. Grayscale: #5C5C5C. Windows color (decimal): -5562662 or 14294699. OLE color: 14294699.
HSL color Cylindrical-coordinate representation of color #AB1EDA: hue angle of 285º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1EDA is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 30 | 218 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.15 |
| HSL | 285º | 0.76% | 0.49% | - |
| HSV(B) | 285º | 0.86% | 0.85% | - |
| XYZ | 29.91 | 14.65 | 67.58 | - |
| YUV | 93.59 | 198.21 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 218 | 0.22 | 0.86 | 0 | 0.15 | 285 | 0.76 | 0.49 |
| Hex | AB | 1E | DA | 16 | 56 | 0 | F | 11D | 4C | 31 |
| Octal | 253 | 36 | 332 | 26 | 126 | 0 | 17 | 435 | 114 | 61 |
| Binary | 10101011 | 11110 | 11011010 | 10110 | 1010110 | 0 | 1111 | 100011101 | 1001100 | 110001 |
Color Harmonies of #AB1EDA
Complementary color
Monochromatic Colors of #AB1EDA
Black with #AB1EDA
Text Example
Text Example
White with #AB1EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1EDA; }
p { color: rgb(171,30,218); }
H1.HeaderClassName
{
color: #AB1EDA;
}
.AnyTagClassName
{
color: #AB1EDA;
}
</style>
background-color css
<style>
a { background-color: #AB1EDA; }
a { background-color: rgb(171,30,218); }
div.DivClassName
{
background-color: #AB1EDA;
}
.BgClassName
{
background-color: #AB1EDA;
}
</style>
border-color css
<style>
span { border-color: #AB1EDA; }
span { border-color: rgb(171,30,218); }
td.TdClassName
{
border-color: #AB1EDA;
}
.TagClassName
{
border-color: #AB1EDA;
}
</style>