Shades of Dark Orchid #AB17BA
Tints of Dark Orchid #AB17BA
RGB
CMYK
RGB Variations
Color information
#AB17BA (or 0xAB17BA) is known color: Dark Orchid. HEX triplet: AB, 17 and BA. RGB value is (171,23,186). Sum of RGB (Red+Green+Blue) = 171+23+186=380 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 186 (73.05% from 255 or 48.95% from 380); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB17BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB17BA is #54E845. Grayscale: #555555. Windows color (decimal): -5564486 or 12195755. OLE color: 12195755.
HSL color Cylindrical-coordinate representation of color #AB17BA: hue angle of 294.48º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB17BA is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 23 | 186 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.27 |
| HSL | 294.48º | 0.78% | 0.41% | - |
| HSV(B) | 294.48º | 0.88% | 0.73% | - |
| XYZ | 25.96 | 12.82 | 47.56 | - |
| YUV | 85.83 | 184.53 | 188.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 186 | 0.08 | 0.88 | 0 | 0.27 | 294.48 | 0.78 | 0.41 |
| Hex | AB | 17 | BA | 8 | 58 | 0 | 1B | 126 | 4E | 29 |
| Octal | 253 | 27 | 272 | 10 | 130 | 0 | 33 | 446 | 116 | 51 |
| Binary | 10101011 | 10111 | 10111010 | 1000 | 1011000 | 0 | 11011 | 100100110 | 1001110 | 101001 |
Color Harmonies of #AB17BA
Complementary color
Monochromatic Colors of #AB17BA
Black with #AB17BA
Text Example
Text Example
White with #AB17BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB17BA; }
p { color: rgb(171,23,186); }
H1.HeaderClassName
{
color: #AB17BA;
}
.AnyTagClassName
{
color: #AB17BA;
}
</style>
background-color css
<style>
a { background-color: #AB17BA; }
a { background-color: rgb(171,23,186); }
div.DivClassName
{
background-color: #AB17BA;
}
.BgClassName
{
background-color: #AB17BA;
}
</style>
border-color css
<style>
span { border-color: #AB17BA; }
span { border-color: rgb(171,23,186); }
td.TdClassName
{
border-color: #AB17BA;
}
.TagClassName
{
border-color: #AB17BA;
}
</style>