Shades of Dark Orchid #AB2DBF
Tints of Dark Orchid #AB2DBF
RGB
CMYK
RGB Variations
Color information
#AB2DBF (or 0xAB2DBF) is known color: Dark Orchid. HEX triplet: AB, 2D and BF. RGB value is (171,45,191). Sum of RGB (Red+Green+Blue) = 171+45+191=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB2DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2DBF is #54D240. Grayscale: #626262. Windows color (decimal): -5558849 or 12529067. OLE color: 12529067.
HSL color Cylindrical-coordinate representation of color #AB2DBF: hue angle of 291.78º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2DBF is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 45 | 191 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.25 |
| HSL | 291.78º | 0.62% | 0.46% | - |
| HSV(B) | 291.78º | 0.76% | 0.75% | - |
| XYZ | 27.14 | 14.3 | 50.62 | - |
| YUV | 99.32 | 179.74 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 191 | 0.10 | 0.76 | 0 | 0.25 | 291.78 | 0.62 | 0.46 |
| Hex | AB | 2D | BF | A | 4C | 0 | 19 | 124 | 3E | 2E |
| Octal | 253 | 55 | 277 | 12 | 114 | 0 | 31 | 444 | 76 | 56 |
| Binary | 10101011 | 101101 | 10111111 | 1010 | 1001100 | 0 | 11001 | 100100100 | 111110 | 101110 |
Color Harmonies of #AB2DBF
Complementary color
Monochromatic Colors of #AB2DBF
Black with #AB2DBF
Text Example
Text Example
White with #AB2DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2DBF; }
p { color: rgb(171,45,191); }
H1.HeaderClassName
{
color: #AB2DBF;
}
.AnyTagClassName
{
color: #AB2DBF;
}
</style>
background-color css
<style>
a { background-color: #AB2DBF; }
a { background-color: rgb(171,45,191); }
div.DivClassName
{
background-color: #AB2DBF;
}
.BgClassName
{
background-color: #AB2DBF;
}
</style>
border-color css
<style>
span { border-color: #AB2DBF; }
span { border-color: rgb(171,45,191); }
td.TdClassName
{
border-color: #AB2DBF;
}
.TagClassName
{
border-color: #AB2DBF;
}
</style>