Shades of Dark Orchid #AB1ECD
Tints of Dark Orchid #AB1ECD
RGB
CMYK
RGB Variations
Color information
#AB1ECD (or 0xAB1ECD) is known color: Dark Orchid. HEX triplet: AB, 1E and CD. RGB value is (171,30,205). Sum of RGB (Red+Green+Blue) = 171+30+205=406 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.12% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB1ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1ECD is #54E132. Grayscale: #5B5B5B. Windows color (decimal): -5562675 or 13442731. OLE color: 13442731.
HSL color Cylindrical-coordinate representation of color #AB1ECD: hue angle of 288.34º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AB1ECD is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 30 | 205 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.20 |
| HSL | 288.34º | 0.74% | 0.46% | - |
| HSV(B) | 288.34º | 0.85% | 0.8% | - |
| XYZ | 28.28 | 13.99 | 58.97 | - |
| YUV | 92.11 | 191.71 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 30 | 205 | 0.17 | 0.85 | 0 | 0.20 | 288.34 | 0.74 | 0.46 |
| Hex | AB | 1E | CD | 11 | 55 | 0 | 14 | 120 | 4A | 2E |
| Octal | 253 | 36 | 315 | 21 | 125 | 0 | 24 | 440 | 112 | 56 |
| Binary | 10101011 | 11110 | 11001101 | 10001 | 1010101 | 0 | 10100 | 100100000 | 1001010 | 101110 |
Color Harmonies of #AB1ECD
Complementary color
Monochromatic Colors of #AB1ECD
Black with #AB1ECD
Text Example
Text Example
White with #AB1ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1ECD; }
p { color: rgb(171,30,205); }
H1.HeaderClassName
{
color: #AB1ECD;
}
.AnyTagClassName
{
color: #AB1ECD;
}
</style>
background-color css
<style>
a { background-color: #AB1ECD; }
a { background-color: rgb(171,30,205); }
div.DivClassName
{
background-color: #AB1ECD;
}
.BgClassName
{
background-color: #AB1ECD;
}
</style>
border-color css
<style>
span { border-color: #AB1ECD; }
span { border-color: rgb(171,30,205); }
td.TdClassName
{
border-color: #AB1ECD;
}
.TagClassName
{
border-color: #AB1ECD;
}
</style>