Shades of Dark Orchid #AB2BBB
Tints of Dark Orchid #AB2BBB
RGB
CMYK
RGB Variations
Color information
#AB2BBB (or 0xAB2BBB) is known color: Dark Orchid. HEX triplet: AB, 2B and BB. RGB value is (171,43,187). Sum of RGB (Red+Green+Blue) = 171+43+187=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 43 (17.19% from 255 or 10.72% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB2BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB2BBB is #54D444. Grayscale: #616161. Windows color (decimal): -5559365 or 12266411. OLE color: 12266411.
HSL color Cylindrical-coordinate representation of color #AB2BBB: hue angle of 293.33º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2BBB is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 43 | 187 | - |
| CMYK | 0.09 | 0.77 | 0 | 0.27 |
| HSL | 293.33º | 0.63% | 0.45% | - |
| HSV(B) | 293.33º | 0.77% | 0.73% | - |
| XYZ | 26.63 | 13.97 | 48.31 | - |
| YUV | 97.69 | 178.41 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 187 | 0.09 | 0.77 | 0 | 0.27 | 293.33 | 0.63 | 0.45 |
| Hex | AB | 2B | BB | 9 | 4D | 0 | 1B | 125 | 3F | 2D |
| Octal | 253 | 53 | 273 | 11 | 115 | 0 | 33 | 445 | 77 | 55 |
| Binary | 10101011 | 101011 | 10111011 | 1001 | 1001101 | 0 | 11011 | 100100101 | 111111 | 101101 |
Color Harmonies of #AB2BBB
Complementary color
Monochromatic Colors of #AB2BBB
Black with #AB2BBB
Text Example
Text Example
White with #AB2BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2BBB; }
p { color: rgb(171,43,187); }
H1.HeaderClassName
{
color: #AB2BBB;
}
.AnyTagClassName
{
color: #AB2BBB;
}
</style>
background-color css
<style>
a { background-color: #AB2BBB; }
a { background-color: rgb(171,43,187); }
div.DivClassName
{
background-color: #AB2BBB;
}
.BgClassName
{
background-color: #AB2BBB;
}
</style>
border-color css
<style>
span { border-color: #AB2BBB; }
span { border-color: rgb(171,43,187); }
td.TdClassName
{
border-color: #AB2BBB;
}
.TagClassName
{
border-color: #AB2BBB;
}
</style>