Shades of Dark Orchid #AB1DDE
Tints of Dark Orchid #AB1DDE
RGB
CMYK
RGB Variations
Color information
#AB1DDE (or 0xAB1DDE) is known color: Dark Orchid. HEX triplet: AB, 1D and DE. RGB value is (171,29,222). Sum of RGB (Red+Green+Blue) = 171+29+222=422 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.52% from 422); Green value is 29 (11.72% from 255 or 6.87% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB1DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1DDE is #54E221. Grayscale: #5C5C5C. Windows color (decimal): -5562914 or 14556587. OLE color: 14556587.
HSL color Cylindrical-coordinate representation of color #AB1DDE: hue angle of 284.15º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AB1DDE is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 29 | 222 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.13 |
| HSL | 284.15º | 0.77% | 0.49% | - |
| HSV(B) | 284.15º | 0.87% | 0.87% | - |
| XYZ | 30.42 | 14.81 | 70.36 | - |
| YUV | 93.46 | 200.54 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 222 | 0.23 | 0.87 | 0 | 0.13 | 284.15 | 0.77 | 0.49 |
| Hex | AB | 1D | DE | 17 | 57 | 0 | D | 11C | 4D | 31 |
| Octal | 253 | 35 | 336 | 27 | 127 | 0 | 15 | 434 | 115 | 61 |
| Binary | 10101011 | 11101 | 11011110 | 10111 | 1010111 | 0 | 1101 | 100011100 | 1001101 | 110001 |
Color Harmonies of #AB1DDE
Complementary color
Monochromatic Colors of #AB1DDE
Black with #AB1DDE
Text Example
Text Example
White with #AB1DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1DDE; }
p { color: rgb(171,29,222); }
H1.HeaderClassName
{
color: #AB1DDE;
}
.AnyTagClassName
{
color: #AB1DDE;
}
</style>
background-color css
<style>
a { background-color: #AB1DDE; }
a { background-color: rgb(171,29,222); }
div.DivClassName
{
background-color: #AB1DDE;
}
.BgClassName
{
background-color: #AB1DDE;
}
</style>
border-color css
<style>
span { border-color: #AB1DDE; }
span { border-color: rgb(171,29,222); }
td.TdClassName
{
border-color: #AB1DDE;
}
.TagClassName
{
border-color: #AB1DDE;
}
</style>