Shades of Dark Orchid #AB1DDD
Tints of Dark Orchid #AB1DDD
RGB
CMYK
RGB Variations
Color information
#AB1DDD (or 0xAB1DDD) is known color: Dark Orchid. HEX triplet: AB, 1D and DD. RGB value is (171,29,221). Sum of RGB (Red+Green+Blue) = 171+29+221=421 (55% of max value = 765). Red value is 171 (67.19% from 255 or 40.62% from 421); Green value is 29 (11.72% from 255 or 6.89% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB1DDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1DDD is #54E222. Grayscale: #5C5C5C. Windows color (decimal): -5562915 or 14491051. OLE color: 14491051.
HSL color Cylindrical-coordinate representation of color #AB1DDD: hue angle of 284.38º 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 #AB1DDD is Cyan = 0.23, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 29 | 221 | - |
| CMYK | 0.23 | 0.87 | 0 | 0.13 |
| HSL | 284.38º | 0.77% | 0.49% | - |
| HSV(B) | 284.38º | 0.87% | 0.87% | - |
| XYZ | 30.29 | 14.76 | 69.66 | - |
| YUV | 93.35 | 200.04 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 221 | 0.23 | 0.87 | 0 | 0.13 | 284.38 | 0.77 | 0.49 |
| Hex | AB | 1D | DD | 17 | 57 | 0 | D | 11C | 4D | 31 |
| Octal | 253 | 35 | 335 | 27 | 127 | 0 | 15 | 434 | 115 | 61 |
| Binary | 10101011 | 11101 | 11011101 | 10111 | 1010111 | 0 | 1101 | 100011100 | 1001101 | 110001 |
Color Harmonies of #AB1DDD
Complementary color
Monochromatic Colors of #AB1DDD
Black with #AB1DDD
Text Example
Text Example
White with #AB1DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1DDD; }
p { color: rgb(171,29,221); }
H1.HeaderClassName
{
color: #AB1DDD;
}
.AnyTagClassName
{
color: #AB1DDD;
}
</style>
background-color css
<style>
a { background-color: #AB1DDD; }
a { background-color: rgb(171,29,221); }
div.DivClassName
{
background-color: #AB1DDD;
}
.BgClassName
{
background-color: #AB1DDD;
}
</style>
border-color css
<style>
span { border-color: #AB1DDD; }
span { border-color: rgb(171,29,221); }
td.TdClassName
{
border-color: #AB1DDD;
}
.TagClassName
{
border-color: #AB1DDD;
}
</style>