Shades of Dark Orchid #AB17C7
Tints of Dark Orchid #AB17C7
RGB
CMYK
RGB Variations
Color information
#AB17C7 (or 0xAB17C7) is known color: Dark Orchid. HEX triplet: AB, 17 and C7. RGB value is (171,23,199). Sum of RGB (Red+Green+Blue) = 171+23+199=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 23 (9.38% from 255 or 5.85% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB17C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB17C7 is #54E838. Grayscale: #565656. Windows color (decimal): -5564473 or 13047723. OLE color: 13047723.
HSL color Cylindrical-coordinate representation of color #AB17C7: hue angle of 290.45º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB17C7 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 23 | 199 | - |
| CMYK | 0.14 | 0.88 | 0 | 0.22 |
| HSL | 290.45º | 0.79% | 0.44% | - |
| HSV(B) | 290.45º | 0.88% | 0.78% | - |
| XYZ | 27.41 | 13.39 | 55.17 | - |
| YUV | 87.32 | 191.03 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 23 | 199 | 0.14 | 0.88 | 0 | 0.22 | 290.45 | 0.79 | 0.44 |
| Hex | AB | 17 | C7 | E | 58 | 0 | 16 | 122 | 4F | 2C |
| Octal | 253 | 27 | 307 | 16 | 130 | 0 | 26 | 442 | 117 | 54 |
| Binary | 10101011 | 10111 | 11000111 | 1110 | 1011000 | 0 | 10110 | 100100010 | 1001111 | 101100 |
Color Harmonies of #AB17C7
Complementary color
Monochromatic Colors of #AB17C7
Black with #AB17C7
Text Example
Text Example
White with #AB17C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB17C7; }
p { color: rgb(171,23,199); }
H1.HeaderClassName
{
color: #AB17C7;
}
.AnyTagClassName
{
color: #AB17C7;
}
</style>
background-color css
<style>
a { background-color: #AB17C7; }
a { background-color: rgb(171,23,199); }
div.DivClassName
{
background-color: #AB17C7;
}
.BgClassName
{
background-color: #AB17C7;
}
</style>
border-color css
<style>
span { border-color: #AB17C7; }
span { border-color: rgb(171,23,199); }
td.TdClassName
{
border-color: #AB17C7;
}
.TagClassName
{
border-color: #AB17C7;
}
</style>