Shades of Dark Orchid #AB1FBA
Tints of Dark Orchid #AB1FBA
RGB
CMYK
RGB Variations
Color information
#AB1FBA (or 0xAB1FBA) is known color: Dark Orchid. HEX triplet: AB, 1F and BA. RGB value is (171,31,186). Sum of RGB (Red+Green+Blue) = 171+31+186=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB1FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1FBA is #54E045. Grayscale: #5A5A5A. Windows color (decimal): -5562438 or 12197803. OLE color: 12197803.
HSL color Cylindrical-coordinate representation of color #AB1FBA: hue angle of 294.19º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB1FBA is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 31 | 186 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.27 |
| HSL | 294.19º | 0.71% | 0.43% | - |
| HSV(B) | 294.19º | 0.83% | 0.73% | - |
| XYZ | 26.15 | 13.18 | 47.62 | - |
| YUV | 90.53 | 181.88 | 185.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 31 | 186 | 0.08 | 0.83 | 0 | 0.27 | 294.19 | 0.71 | 0.43 |
| Hex | AB | 1F | BA | 8 | 53 | 0 | 1B | 126 | 47 | 2B |
| Octal | 253 | 37 | 272 | 10 | 123 | 0 | 33 | 446 | 107 | 53 |
| Binary | 10101011 | 11111 | 10111010 | 1000 | 1010011 | 0 | 11011 | 100100110 | 1000111 | 101011 |
Color Harmonies of #AB1FBA
Complementary color
Monochromatic Colors of #AB1FBA
Black with #AB1FBA
Text Example
Text Example
White with #AB1FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1FBA; }
p { color: rgb(171,31,186); }
H1.HeaderClassName
{
color: #AB1FBA;
}
.AnyTagClassName
{
color: #AB1FBA;
}
</style>
background-color css
<style>
a { background-color: #AB1FBA; }
a { background-color: rgb(171,31,186); }
div.DivClassName
{
background-color: #AB1FBA;
}
.BgClassName
{
background-color: #AB1FBA;
}
</style>
border-color css
<style>
span { border-color: #AB1FBA; }
span { border-color: rgb(171,31,186); }
td.TdClassName
{
border-color: #AB1FBA;
}
.TagClassName
{
border-color: #AB1FBA;
}
</style>