Shades of Dark Orchid #AB28B9
Tints of Dark Orchid #AB28B9
RGB
CMYK
RGB Variations
Color information
#AB28B9 (or 0xAB28B9) is known color: Dark Orchid. HEX triplet: AB, 28 and B9. RGB value is (171,40,185). Sum of RGB (Red+Green+Blue) = 171+40+185=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB28B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB28B9 is #54D746. Grayscale: #5F5F5F. Windows color (decimal): -5560135 or 12134571. OLE color: 12134571.
HSL color Cylindrical-coordinate representation of color #AB28B9: hue angle of 294.21º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB28B9 is Cyan = 0.08, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 40 | 185 | - |
| CMYK | 0.08 | 0.78 | 0 | 0.27 |
| HSL | 294.21º | 0.64% | 0.44% | - |
| HSV(B) | 294.21º | 0.78% | 0.73% | - |
| XYZ | 26.31 | 13.68 | 47.15 | - |
| YUV | 95.7 | 178.4 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 185 | 0.08 | 0.78 | 0 | 0.27 | 294.21 | 0.64 | 0.44 |
| Hex | AB | 28 | B9 | 8 | 4E | 0 | 1B | 126 | 40 | 2C |
| Octal | 253 | 50 | 271 | 10 | 116 | 0 | 33 | 446 | 100 | 54 |
| Binary | 10101011 | 101000 | 10111001 | 1000 | 1001110 | 0 | 11011 | 100100110 | 1000000 | 101100 |
Color Harmonies of #AB28B9
Complementary color
Monochromatic Colors of #AB28B9
Black with #AB28B9
Text Example
Text Example
White with #AB28B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB28B9; }
p { color: rgb(171,40,185); }
H1.HeaderClassName
{
color: #AB28B9;
}
.AnyTagClassName
{
color: #AB28B9;
}
</style>
background-color css
<style>
a { background-color: #AB28B9; }
a { background-color: rgb(171,40,185); }
div.DivClassName
{
background-color: #AB28B9;
}
.BgClassName
{
background-color: #AB28B9;
}
</style>
border-color css
<style>
span { border-color: #AB28B9; }
span { border-color: rgb(171,40,185); }
td.TdClassName
{
border-color: #AB28B9;
}
.TagClassName
{
border-color: #AB28B9;
}
</style>