Shades of Dark Orchid #AB29C4
Tints of Dark Orchid #AB29C4
RGB
CMYK
RGB Variations
Color information
#AB29C4 (or 0xAB29C4) is known color: Dark Orchid. HEX triplet: AB, 29 and C4. RGB value is (171,41,196). Sum of RGB (Red+Green+Blue) = 171+41+196=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 41 (16.41% from 255 or 10.05% from 408); Blue value is 196 (76.95% from 255 or 48.04% from 408); Max value from RGB is 196 - color contains mainly: blue. Hex color #AB29C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB29C4 is #54D63B. Grayscale: #616161. Windows color (decimal): -5559868 or 12855723. OLE color: 12855723.
HSL color Cylindrical-coordinate representation of color #AB29C4: hue angle of 290.32º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB29C4 is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 41 | 196 | - |
| CMYK | 0.13 | 0.79 | 0 | 0.23 |
| HSL | 290.32º | 0.65% | 0.46% | - |
| HSV(B) | 290.32º | 0.79% | 0.77% | - |
| XYZ | 27.55 | 14.23 | 53.52 | - |
| YUV | 97.54 | 183.57 | 180.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 196 | 0.13 | 0.79 | 0 | 0.23 | 290.32 | 0.65 | 0.46 |
| Hex | AB | 29 | C4 | D | 4F | 0 | 17 | 122 | 41 | 2E |
| Octal | 253 | 51 | 304 | 15 | 117 | 0 | 27 | 442 | 101 | 56 |
| Binary | 10101011 | 101001 | 11000100 | 1101 | 1001111 | 0 | 10111 | 100100010 | 1000001 | 101110 |
Color Harmonies of #AB29C4
Complementary color
Monochromatic Colors of #AB29C4
Black with #AB29C4
Text Example
Text Example
White with #AB29C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB29C4; }
p { color: rgb(171,41,196); }
H1.HeaderClassName
{
color: #AB29C4;
}
.AnyTagClassName
{
color: #AB29C4;
}
</style>
background-color css
<style>
a { background-color: #AB29C4; }
a { background-color: rgb(171,41,196); }
div.DivClassName
{
background-color: #AB29C4;
}
.BgClassName
{
background-color: #AB29C4;
}
</style>
border-color css
<style>
span { border-color: #AB29C4; }
span { border-color: rgb(171,41,196); }
td.TdClassName
{
border-color: #AB29C4;
}
.TagClassName
{
border-color: #AB29C4;
}
</style>