Shades of Dark Orchid #AB26BA
Tints of Dark Orchid #AB26BA
RGB
CMYK
RGB Variations
Color information
#AB26BA (or 0xAB26BA) is known color: Dark Orchid. HEX triplet: AB, 26 and BA. RGB value is (171,38,186). Sum of RGB (Red+Green+Blue) = 171+38+186=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB26BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB26BA is #54D945. Grayscale: #5E5E5E. Windows color (decimal): -5560646 or 12199595. OLE color: 12199595.
HSL color Cylindrical-coordinate representation of color #AB26BA: hue angle of 293.92º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB26BA is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 38 | 186 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.27 |
| HSL | 293.92º | 0.66% | 0.44% | - |
| HSV(B) | 293.92º | 0.8% | 0.73% | - |
| XYZ | 26.35 | 13.59 | 47.69 | - |
| YUV | 94.64 | 179.56 | 182.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 186 | 0.08 | 0.80 | 0 | 0.27 | 293.92 | 0.66 | 0.44 |
| Hex | AB | 26 | BA | 8 | 50 | 0 | 1B | 126 | 42 | 2C |
| Octal | 253 | 46 | 272 | 10 | 120 | 0 | 33 | 446 | 102 | 54 |
| Binary | 10101011 | 100110 | 10111010 | 1000 | 1010000 | 0 | 11011 | 100100110 | 1000010 | 101100 |
Color Harmonies of #AB26BA
Complementary color
Monochromatic Colors of #AB26BA
Black with #AB26BA
Text Example
Text Example
White with #AB26BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB26BA; }
p { color: rgb(171,38,186); }
H1.HeaderClassName
{
color: #AB26BA;
}
.AnyTagClassName
{
color: #AB26BA;
}
</style>
background-color css
<style>
a { background-color: #AB26BA; }
a { background-color: rgb(171,38,186); }
div.DivClassName
{
background-color: #AB26BA;
}
.BgClassName
{
background-color: #AB26BA;
}
</style>
border-color css
<style>
span { border-color: #AB26BA; }
span { border-color: rgb(171,38,186); }
td.TdClassName
{
border-color: #AB26BA;
}
.TagClassName
{
border-color: #AB26BA;
}
</style>