Shades of Dark Orchid #AB37B9
Tints of Dark Orchid #AB37B9
RGB
CMYK
RGB Variations
Color information
#AB37B9 (or 0xAB37B9) is known color: Dark Orchid. HEX triplet: AB, 37 and B9. RGB value is (171,55,185). Sum of RGB (Red+Green+Blue) = 171+55+185=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 55 (21.88% from 255 or 13.38% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB37B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB37B9 is #54C846. Grayscale: #686868. Windows color (decimal): -5556295 or 12138411. OLE color: 12138411.
HSL color Cylindrical-coordinate representation of color #AB37B9: hue angle of 293.54º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB37B9 is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 55 | 185 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.27 |
| HSL | 293.54º | 0.54% | 0.47% | - |
| HSV(B) | 293.54º | 0.7% | 0.73% | - |
| XYZ | 26.92 | 14.89 | 47.35 | - |
| YUV | 104.5 | 173.43 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 185 | 0.08 | 0.70 | 0 | 0.27 | 293.54 | 0.54 | 0.47 |
| Hex | AB | 37 | B9 | 8 | 46 | 0 | 1B | 126 | 36 | 2F |
| Octal | 253 | 67 | 271 | 10 | 106 | 0 | 33 | 446 | 66 | 57 |
| Binary | 10101011 | 110111 | 10111001 | 1000 | 1000110 | 0 | 11011 | 100100110 | 110110 | 101111 |
Color Harmonies of #AB37B9
Complementary color
Monochromatic Colors of #AB37B9
Black with #AB37B9
Text Example
Text Example
White with #AB37B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB37B9; }
p { color: rgb(171,55,185); }
H1.HeaderClassName
{
color: #AB37B9;
}
.AnyTagClassName
{
color: #AB37B9;
}
</style>
background-color css
<style>
a { background-color: #AB37B9; }
a { background-color: rgb(171,55,185); }
div.DivClassName
{
background-color: #AB37B9;
}
.BgClassName
{
background-color: #AB37B9;
}
</style>
border-color css
<style>
span { border-color: #AB37B9; }
span { border-color: rgb(171,55,185); }
td.TdClassName
{
border-color: #AB37B9;
}
.TagClassName
{
border-color: #AB37B9;
}
</style>