Shades of Dark Orchid #AB28BB
Tints of Dark Orchid #AB28BB
RGB
CMYK
RGB Variations
Color information
#AB28BB (or 0xAB28BB) is known color: Dark Orchid. HEX triplet: AB, 28 and BB. RGB value is (171,40,187). Sum of RGB (Red+Green+Blue) = 171+40+187=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB28BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB28BB is #54D744. Grayscale: #5F5F5F. Windows color (decimal): -5560133 or 12265643. OLE color: 12265643.
HSL color Cylindrical-coordinate representation of color #AB28BB: hue angle of 293.47º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB28BB is Cyan = 0.09, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 40 | 187 | - |
| CMYK | 0.09 | 0.79 | 0 | 0.27 |
| HSL | 293.47º | 0.65% | 0.45% | - |
| HSV(B) | 293.47º | 0.79% | 0.73% | - |
| XYZ | 26.52 | 13.76 | 48.27 | - |
| YUV | 95.93 | 179.4 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 187 | 0.09 | 0.79 | 0 | 0.27 | 293.47 | 0.65 | 0.45 |
| Hex | AB | 28 | BB | 9 | 4F | 0 | 1B | 125 | 41 | 2D |
| Octal | 253 | 50 | 273 | 11 | 117 | 0 | 33 | 445 | 101 | 55 |
| Binary | 10101011 | 101000 | 10111011 | 1001 | 1001111 | 0 | 11011 | 100100101 | 1000001 | 101101 |
Color Harmonies of #AB28BB
Complementary color
Monochromatic Colors of #AB28BB
Black with #AB28BB
Text Example
Text Example
White with #AB28BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB28BB; }
p { color: rgb(171,40,187); }
H1.HeaderClassName
{
color: #AB28BB;
}
.AnyTagClassName
{
color: #AB28BB;
}
</style>
background-color css
<style>
a { background-color: #AB28BB; }
a { background-color: rgb(171,40,187); }
div.DivClassName
{
background-color: #AB28BB;
}
.BgClassName
{
background-color: #AB28BB;
}
</style>
border-color css
<style>
span { border-color: #AB28BB; }
span { border-color: rgb(171,40,187); }
td.TdClassName
{
border-color: #AB28BB;
}
.TagClassName
{
border-color: #AB28BB;
}
</style>