Shades of Dark Orchid #AB2DBD
Tints of Dark Orchid #AB2DBD
RGB
CMYK
RGB Variations
Color information
#AB2DBD (or 0xAB2DBD) is known color: Dark Orchid. HEX triplet: AB, 2D and BD. RGB value is (171,45,189). Sum of RGB (Red+Green+Blue) = 171+45+189=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 189 (74.22% from 255 or 46.67% from 405); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB2DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2DBD is #54D242. Grayscale: #626262. Windows color (decimal): -5558851 or 12397995. OLE color: 12397995.
HSL color Cylindrical-coordinate representation of color #AB2DBD: hue angle of 292.5º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2DBD is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 45 | 189 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.26 |
| HSL | 292.5º | 0.62% | 0.46% | - |
| HSV(B) | 292.5º | 0.76% | 0.74% | - |
| XYZ | 26.92 | 14.21 | 49.47 | - |
| YUV | 99.09 | 178.74 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 189 | 0.10 | 0.76 | 0 | 0.26 | 292.5 | 0.62 | 0.46 |
| Hex | AB | 2D | BD | A | 4C | 0 | 1A | 124 | 3E | 2E |
| Octal | 253 | 55 | 275 | 12 | 114 | 0 | 32 | 444 | 76 | 56 |
| Binary | 10101011 | 101101 | 10111101 | 1010 | 1001100 | 0 | 11010 | 100100100 | 111110 | 101110 |
Color Harmonies of #AB2DBD
Complementary color
Monochromatic Colors of #AB2DBD
Black with #AB2DBD
Text Example
Text Example
White with #AB2DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2DBD; }
p { color: rgb(171,45,189); }
H1.HeaderClassName
{
color: #AB2DBD;
}
.AnyTagClassName
{
color: #AB2DBD;
}
</style>
background-color css
<style>
a { background-color: #AB2DBD; }
a { background-color: rgb(171,45,189); }
div.DivClassName
{
background-color: #AB2DBD;
}
.BgClassName
{
background-color: #AB2DBD;
}
</style>
border-color css
<style>
span { border-color: #AB2DBD; }
span { border-color: rgb(171,45,189); }
td.TdClassName
{
border-color: #AB2DBD;
}
.TagClassName
{
border-color: #AB2DBD;
}
</style>