Shades of Dark Orchid #AB1EDB
Tints of Dark Orchid #AB1EDB
RGB
CMYK
RGB Variations
Color information
#AB1EDB (or 0xAB1EDB) is known color: Dark Orchid. HEX triplet: AB, 1E and DB. RGB value is (171,30,219). Sum of RGB (Red+Green+Blue) = 171+30+219=420 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.71% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #AB1EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1EDB is #54E124. Grayscale: #5D5D5D. Windows color (decimal): -5562661 or 14360235. OLE color: 14360235.
HSL color Cylindrical-coordinate representation of color #AB1EDB: hue angle of 284.76º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1EDB is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 30 | 219 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.14 |
| HSL | 284.76º | 0.76% | 0.49% | - |
| HSV(B) | 284.76º | 0.86% | 0.86% | - |
| XYZ | 30.05 | 14.7 | 68.27 | - |
| YUV | 93.71 | 198.71 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 219 | 0.22 | 0.86 | 0 | 0.14 | 284.76 | 0.76 | 0.49 |
| Hex | AB | 1E | DB | 16 | 56 | 0 | E | 11D | 4C | 31 |
| Octal | 253 | 36 | 333 | 26 | 126 | 0 | 16 | 435 | 114 | 61 |
| Binary | 10101011 | 11110 | 11011011 | 10110 | 1010110 | 0 | 1110 | 100011101 | 1001100 | 110001 |
Color Harmonies of #AB1EDB
Complementary color
Monochromatic Colors of #AB1EDB
Black with #AB1EDB
Text Example
Text Example
White with #AB1EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1EDB; }
p { color: rgb(171,30,219); }
H1.HeaderClassName
{
color: #AB1EDB;
}
.AnyTagClassName
{
color: #AB1EDB;
}
</style>
background-color css
<style>
a { background-color: #AB1EDB; }
a { background-color: rgb(171,30,219); }
div.DivClassName
{
background-color: #AB1EDB;
}
.BgClassName
{
background-color: #AB1EDB;
}
</style>
border-color css
<style>
span { border-color: #AB1EDB; }
span { border-color: rgb(171,30,219); }
td.TdClassName
{
border-color: #AB1EDB;
}
.TagClassName
{
border-color: #AB1EDB;
}
</style>