Shades of Dark Orchid #AB17C1
Tints of Dark Orchid #AB17C1
RGB
CMYK
RGB Variations
Color information
#AB17C1 (or 0xAB17C1) is known color: Dark Orchid. HEX triplet: AB, 17 and C1. RGB value is (171,23,193). Sum of RGB (Red+Green+Blue) = 171+23+193=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 23 (9.38% from 255 or 5.94% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB17C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB17C1 is #54E83E. Grayscale: #565656. Windows color (decimal): -5564479 or 12654507. OLE color: 12654507.
HSL color Cylindrical-coordinate representation of color #AB17C1: hue angle of 292.24º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB17C1 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 23 | 193 | - |
| CMYK | 0.11 | 0.88 | 0 | 0.24 |
| HSL | 292.24º | 0.79% | 0.42% | - |
| HSV(B) | 292.24º | 0.88% | 0.76% | - |
| XYZ | 26.73 | 13.12 | 51.58 | - |
| YUV | 86.63 | 188.03 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 193 | 0.11 | 0.88 | 0 | 0.24 | 292.24 | 0.79 | 0.42 |
| Hex | AB | 17 | C1 | B | 58 | 0 | 18 | 124 | 4F | 2A |
| Octal | 253 | 27 | 301 | 13 | 130 | 0 | 30 | 444 | 117 | 52 |
| Binary | 10101011 | 10111 | 11000001 | 1011 | 1011000 | 0 | 11000 | 100100100 | 1001111 | 101010 |
Color Harmonies of #AB17C1
Complementary color
Monochromatic Colors of #AB17C1
Black with #AB17C1
Text Example
Text Example
White with #AB17C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB17C1; }
p { color: rgb(171,23,193); }
H1.HeaderClassName
{
color: #AB17C1;
}
.AnyTagClassName
{
color: #AB17C1;
}
</style>
background-color css
<style>
a { background-color: #AB17C1; }
a { background-color: rgb(171,23,193); }
div.DivClassName
{
background-color: #AB17C1;
}
.BgClassName
{
background-color: #AB17C1;
}
</style>
border-color css
<style>
span { border-color: #AB17C1; }
span { border-color: rgb(171,23,193); }
td.TdClassName
{
border-color: #AB17C1;
}
.TagClassName
{
border-color: #AB17C1;
}
</style>