Shades of Dark Orchid #AB1AB9
Tints of Dark Orchid #AB1AB9
RGB
CMYK
RGB Variations
Color information
#AB1AB9 (or 0xAB1AB9) is known color: Dark Orchid. HEX triplet: AB, 1A and B9. RGB value is (171,26,185). Sum of RGB (Red+Green+Blue) = 171+26+185=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 185 (72.66% from 255 or 48.43% from 382); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB1AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB1AB9 is #54E546. Grayscale: #565656. Windows color (decimal): -5563719 or 12130987. OLE color: 12130987.
HSL color Cylindrical-coordinate representation of color #AB1AB9: hue angle of 294.72º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1AB9 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 26 | 185 | - |
| CMYK | 0.08 | 0.86 | 0 | 0.27 |
| HSL | 294.72º | 0.75% | 0.41% | - |
| HSV(B) | 294.72º | 0.86% | 0.73% | - |
| XYZ | 25.92 | 12.9 | 47.02 | - |
| YUV | 87.48 | 183.04 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 26 | 185 | 0.08 | 0.86 | 0 | 0.27 | 294.72 | 0.75 | 0.41 |
| Hex | AB | 1A | B9 | 8 | 56 | 0 | 1B | 127 | 4B | 29 |
| Octal | 253 | 32 | 271 | 10 | 126 | 0 | 33 | 447 | 113 | 51 |
| Binary | 10101011 | 11010 | 10111001 | 1000 | 1010110 | 0 | 11011 | 100100111 | 1001011 | 101001 |
Color Harmonies of #AB1AB9
Complementary color
Monochromatic Colors of #AB1AB9
Black with #AB1AB9
Text Example
Text Example
White with #AB1AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1AB9; }
p { color: rgb(171,26,185); }
H1.HeaderClassName
{
color: #AB1AB9;
}
.AnyTagClassName
{
color: #AB1AB9;
}
</style>
background-color css
<style>
a { background-color: #AB1AB9; }
a { background-color: rgb(171,26,185); }
div.DivClassName
{
background-color: #AB1AB9;
}
.BgClassName
{
background-color: #AB1AB9;
}
</style>
border-color css
<style>
span { border-color: #AB1AB9; }
span { border-color: rgb(171,26,185); }
td.TdClassName
{
border-color: #AB1AB9;
}
.TagClassName
{
border-color: #AB1AB9;
}
</style>