Shades of Dark Orchid #AB26AB
Tints of Dark Orchid #AB26AB
RGB
CMYK
RGB Variations
Color information
#AB26AB (or 0xAB26AB) is known color: Dark Orchid. HEX triplet: AB, 26 and AB. RGB value is (171,38,171). Sum of RGB (Red+Green+Blue) = 171+38+171=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB26AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB26AB is #54D954. Grayscale: #5C5C5C. Windows color (decimal): -5560661 or 11216555. OLE color: 11216555.
HSL color Cylindrical-coordinate representation of color #AB26AB: hue angle of 300º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB26AB is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 171 | - |
| CMYK | 0 | 0.78 | 0 | 0.33 |
| HSL | 300º | 0.64% | 0.41% | - |
| HSV(B) | 300º | 0.78% | 0.67% | - |
| XYZ | 24.84 | 12.98 | 39.73 | - |
| YUV | 92.93 | 172.06 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 171 | 0 | 0.78 | 0 | 0.33 | 300 | 0.64 | 0.41 |
| Hex | AB | 26 | AB | 0 | 4E | 0 | 21 | 12C | 40 | 29 |
| Octal | 253 | 46 | 253 | 0 | 116 | 0 | 41 | 454 | 100 | 51 |
| Binary | 10101011 | 100110 | 10101011 | 0 | 1001110 | 0 | 100001 | 100101100 | 1000000 | 101001 |
Color Harmonies of #AB26AB
Complementary color
Monochromatic Colors of #AB26AB
Black with #AB26AB
Text Example
Text Example
White with #AB26AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB26AB; }
p { color: rgb(171,38,171); }
H1.HeaderClassName
{
color: #AB26AB;
}
.AnyTagClassName
{
color: #AB26AB;
}
</style>
background-color css
<style>
a { background-color: #AB26AB; }
a { background-color: rgb(171,38,171); }
div.DivClassName
{
background-color: #AB26AB;
}
.BgClassName
{
background-color: #AB26AB;
}
</style>
border-color css
<style>
span { border-color: #AB26AB; }
span { border-color: rgb(171,38,171); }
td.TdClassName
{
border-color: #AB26AB;
}
.TagClassName
{
border-color: #AB26AB;
}
</style>