Shades of Dark Orchid #AB1EDD
Tints of Dark Orchid #AB1EDD
RGB
CMYK
RGB Variations
Color information
#AB1EDD (or 0xAB1EDD) is known color: Dark Orchid. HEX triplet: AB, 1E and DD. RGB value is (171,30,221). Sum of RGB (Red+Green+Blue) = 171+30+221=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB1EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1EDD is #54E122. Grayscale: #5D5D5D. Windows color (decimal): -5562659 or 14491307. OLE color: 14491307.
HSL color Cylindrical-coordinate representation of color #AB1EDD: hue angle of 284.29º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1EDD is Cyan = 0.23, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 30 | 221 | - |
| CMYK | 0.23 | 0.86 | 0 | 0.13 |
| HSL | 284.29º | 0.76% | 0.49% | - |
| HSV(B) | 284.29º | 0.86% | 0.87% | - |
| XYZ | 30.31 | 14.81 | 69.67 | - |
| YUV | 93.93 | 199.71 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 221 | 0.23 | 0.86 | 0 | 0.13 | 284.29 | 0.76 | 0.49 |
| Hex | AB | 1E | DD | 17 | 56 | 0 | D | 11C | 4C | 31 |
| Octal | 253 | 36 | 335 | 27 | 126 | 0 | 15 | 434 | 114 | 61 |
| Binary | 10101011 | 11110 | 11011101 | 10111 | 1010110 | 0 | 1101 | 100011100 | 1001100 | 110001 |
Color Harmonies of #AB1EDD
Complementary color
Monochromatic Colors of #AB1EDD
Black with #AB1EDD
Text Example
Text Example
White with #AB1EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1EDD; }
p { color: rgb(171,30,221); }
H1.HeaderClassName
{
color: #AB1EDD;
}
.AnyTagClassName
{
color: #AB1EDD;
}
</style>
background-color css
<style>
a { background-color: #AB1EDD; }
a { background-color: rgb(171,30,221); }
div.DivClassName
{
background-color: #AB1EDD;
}
.BgClassName
{
background-color: #AB1EDD;
}
</style>
border-color css
<style>
span { border-color: #AB1EDD; }
span { border-color: rgb(171,30,221); }
td.TdClassName
{
border-color: #AB1EDD;
}
.TagClassName
{
border-color: #AB1EDD;
}
</style>