Shades of Dark Orchid #AB2DBB
Tints of Dark Orchid #AB2DBB
RGB
CMYK
RGB Variations
Color information
#AB2DBB (or 0xAB2DBB) is known color: Dark Orchid. HEX triplet: AB, 2D and BB. RGB value is (171,45,187). Sum of RGB (Red+Green+Blue) = 171+45+187=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 187 (73.44% from 255 or 46.40% from 403); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB2DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2DBB is #54D244. Grayscale: #626262. Windows color (decimal): -5558853 or 12266923. OLE color: 12266923.
HSL color Cylindrical-coordinate representation of color #AB2DBB: hue angle of 293.24º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB2DBB is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 45 | 187 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.27 |
| HSL | 293.24º | 0.61% | 0.45% | - |
| HSV(B) | 293.24º | 0.76% | 0.73% | - |
| XYZ | 26.7 | 14.12 | 48.33 | - |
| YUV | 98.86 | 177.74 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 187 | 0.09 | 0.76 | 0 | 0.27 | 293.24 | 0.61 | 0.45 |
| Hex | AB | 2D | BB | 9 | 4C | 0 | 1B | 125 | 3D | 2D |
| Octal | 253 | 55 | 273 | 11 | 114 | 0 | 33 | 445 | 75 | 55 |
| Binary | 10101011 | 101101 | 10111011 | 1001 | 1001100 | 0 | 11011 | 100100101 | 111101 | 101101 |
Color Harmonies of #AB2DBB
Complementary color
Monochromatic Colors of #AB2DBB
Black with #AB2DBB
Text Example
Text Example
White with #AB2DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2DBB; }
p { color: rgb(171,45,187); }
H1.HeaderClassName
{
color: #AB2DBB;
}
.AnyTagClassName
{
color: #AB2DBB;
}
</style>
background-color css
<style>
a { background-color: #AB2DBB; }
a { background-color: rgb(171,45,187); }
div.DivClassName
{
background-color: #AB2DBB;
}
.BgClassName
{
background-color: #AB2DBB;
}
</style>
border-color css
<style>
span { border-color: #AB2DBB; }
span { border-color: rgb(171,45,187); }
td.TdClassName
{
border-color: #AB2DBB;
}
.TagClassName
{
border-color: #AB2DBB;
}
</style>