Shades of Dark Orchid #AB41BF
Tints of Dark Orchid #AB41BF
RGB
CMYK
RGB Variations
Color information
#AB41BF (or 0xAB41BF) is known color: Dark Orchid. HEX triplet: AB, 41 and BF. RGB value is (171,65,191). Sum of RGB (Red+Green+Blue) = 171+65+191=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 191 (75% from 255 or 44.73% from 427); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB41BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB41BF is #54BE40. Grayscale: #6E6E6E. Windows color (decimal): -5553729 or 12534187. OLE color: 12534187.
HSL color Cylindrical-coordinate representation of color #AB41BF: hue angle of 290.48º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB41BF is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 65 | 191 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.25 |
| HSL | 290.48º | 0.5% | 0.5% | - |
| HSV(B) | 290.48º | 0.66% | 0.75% | - |
| XYZ | 28.09 | 16.2 | 50.94 | - |
| YUV | 111.06 | 173.12 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 191 | 0.10 | 0.66 | 0 | 0.25 | 290.48 | 0.5 | 0.5 |
| Hex | AB | 41 | BF | A | 42 | 0 | 19 | 122 | 32 | 32 |
| Octal | 253 | 101 | 277 | 12 | 102 | 0 | 31 | 442 | 62 | 62 |
| Binary | 10101011 | 1000001 | 10111111 | 1010 | 1000010 | 0 | 11001 | 100100010 | 110010 | 110010 |
Color Harmonies of #AB41BF
Complementary color
Monochromatic Colors of #AB41BF
Black with #AB41BF
Text Example
Text Example
White with #AB41BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB41BF; }
p { color: rgb(171,65,191); }
H1.HeaderClassName
{
color: #AB41BF;
}
.AnyTagClassName
{
color: #AB41BF;
}
</style>
background-color css
<style>
a { background-color: #AB41BF; }
a { background-color: rgb(171,65,191); }
div.DivClassName
{
background-color: #AB41BF;
}
.BgClassName
{
background-color: #AB41BF;
}
</style>
border-color css
<style>
span { border-color: #AB41BF; }
span { border-color: rgb(171,65,191); }
td.TdClassName
{
border-color: #AB41BF;
}
.TagClassName
{
border-color: #AB41BF;
}
</style>