Shades of Dark Orchid #AB1DCB
Tints of Dark Orchid #AB1DCB
RGB
CMYK
RGB Variations
Color information
#AB1DCB (or 0xAB1DCB) is known color: Dark Orchid. HEX triplet: AB, 1D and CB. RGB value is (171,29,203). Sum of RGB (Red+Green+Blue) = 171+29+203=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 29 (11.72% from 255 or 7.20% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #AB1DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1DCB is #54E234. Grayscale: #5A5A5A. Windows color (decimal): -5562933 or 13311403. OLE color: 13311403.
HSL color Cylindrical-coordinate representation of color #AB1DCB: hue angle of 288.97º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1DCB is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 29 | 203 | - |
| CMYK | 0.16 | 0.86 | 0 | 0.20 |
| HSL | 288.97º | 0.75% | 0.45% | - |
| HSV(B) | 288.97º | 0.86% | 0.8% | - |
| XYZ | 28.01 | 13.85 | 57.7 | - |
| YUV | 91.29 | 191.04 | 184.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 203 | 0.16 | 0.86 | 0 | 0.20 | 288.97 | 0.75 | 0.45 |
| Hex | AB | 1D | CB | 10 | 56 | 0 | 14 | 121 | 4B | 2D |
| Octal | 253 | 35 | 313 | 20 | 126 | 0 | 24 | 441 | 113 | 55 |
| Binary | 10101011 | 11101 | 11001011 | 10000 | 1010110 | 0 | 10100 | 100100001 | 1001011 | 101101 |
Color Harmonies of #AB1DCB
Complementary color
Monochromatic Colors of #AB1DCB
Black with #AB1DCB
Text Example
Text Example
White with #AB1DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1DCB; }
p { color: rgb(171,29,203); }
H1.HeaderClassName
{
color: #AB1DCB;
}
.AnyTagClassName
{
color: #AB1DCB;
}
</style>
background-color css
<style>
a { background-color: #AB1DCB; }
a { background-color: rgb(171,29,203); }
div.DivClassName
{
background-color: #AB1DCB;
}
.BgClassName
{
background-color: #AB1DCB;
}
</style>
border-color css
<style>
span { border-color: #AB1DCB; }
span { border-color: rgb(171,29,203); }
td.TdClassName
{
border-color: #AB1DCB;
}
.TagClassName
{
border-color: #AB1DCB;
}
</style>