Shades of Dark Orchid #AB29C7
Tints of Dark Orchid #AB29C7
RGB
CMYK
RGB Variations
Color information
#AB29C7 (or 0xAB29C7) is known color: Dark Orchid. HEX triplet: AB, 29 and C7. RGB value is (171,41,199). Sum of RGB (Red+Green+Blue) = 171+41+199=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 41 (16.41% from 255 or 9.98% from 411); Blue value is 199 (78.12% from 255 or 48.42% from 411); Max value from RGB is 199 - color contains mainly: blue. Hex color #AB29C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB29C7 is #54D638. Grayscale: #616161. Windows color (decimal): -5559865 or 13052331. OLE color: 13052331.
HSL color Cylindrical-coordinate representation of color #AB29C7: hue angle of 289.37º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB29C7 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 41 | 199 | - |
| CMYK | 0.14 | 0.79 | 0 | 0.22 |
| HSL | 289.37º | 0.66% | 0.47% | - |
| HSV(B) | 289.37º | 0.79% | 0.78% | - |
| XYZ | 27.9 | 14.37 | 55.34 | - |
| YUV | 97.88 | 185.07 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 199 | 0.14 | 0.79 | 0 | 0.22 | 289.37 | 0.66 | 0.47 |
| Hex | AB | 29 | C7 | E | 4F | 0 | 16 | 121 | 42 | 2F |
| Octal | 253 | 51 | 307 | 16 | 117 | 0 | 26 | 441 | 102 | 57 |
| Binary | 10101011 | 101001 | 11000111 | 1110 | 1001111 | 0 | 10110 | 100100001 | 1000010 | 101111 |
Color Harmonies of #AB29C7
Complementary color
Monochromatic Colors of #AB29C7
Black with #AB29C7
Text Example
Text Example
White with #AB29C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB29C7; }
p { color: rgb(171,41,199); }
H1.HeaderClassName
{
color: #AB29C7;
}
.AnyTagClassName
{
color: #AB29C7;
}
</style>
background-color css
<style>
a { background-color: #AB29C7; }
a { background-color: rgb(171,41,199); }
div.DivClassName
{
background-color: #AB29C7;
}
.BgClassName
{
background-color: #AB29C7;
}
</style>
border-color css
<style>
span { border-color: #AB29C7; }
span { border-color: rgb(171,41,199); }
td.TdClassName
{
border-color: #AB29C7;
}
.TagClassName
{
border-color: #AB29C7;
}
</style>