Shades of Dark Orchid #AB29D5
Tints of Dark Orchid #AB29D5
RGB
CMYK
RGB Variations
Color information
#AB29D5 (or 0xAB29D5) is known color: Dark Orchid. HEX triplet: AB, 29 and D5. RGB value is (171,41,213). Sum of RGB (Red+Green+Blue) = 171+41+213=425 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.24% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 213 (83.59% from 255 or 50.12% from 425); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB29D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB29D5 is #54D62A. Grayscale: #626262. Windows color (decimal): -5559851 or 13969835. OLE color: 13969835.
HSL color Cylindrical-coordinate representation of color #AB29D5: hue angle of 285.35º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB29D5 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 41 | 213 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.16 |
| HSL | 285.35º | 0.68% | 0.5% | - |
| HSV(B) | 285.35º | 0.81% | 0.84% | - |
| XYZ | 29.6 | 15.05 | 64.3 | - |
| YUV | 99.48 | 192.07 | 179.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 213 | 0.20 | 0.81 | 0 | 0.16 | 285.35 | 0.68 | 0.5 |
| Hex | AB | 29 | D5 | 14 | 51 | 0 | 10 | 11D | 44 | 32 |
| Octal | 253 | 51 | 325 | 24 | 121 | 0 | 20 | 435 | 104 | 62 |
| Binary | 10101011 | 101001 | 11010101 | 10100 | 1010001 | 0 | 10000 | 100011101 | 1000100 | 110010 |
Color Harmonies of #AB29D5
Complementary color
Monochromatic Colors of #AB29D5
Black with #AB29D5
Text Example
Text Example
White with #AB29D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB29D5; }
p { color: rgb(171,41,213); }
H1.HeaderClassName
{
color: #AB29D5;
}
.AnyTagClassName
{
color: #AB29D5;
}
</style>
background-color css
<style>
a { background-color: #AB29D5; }
a { background-color: rgb(171,41,213); }
div.DivClassName
{
background-color: #AB29D5;
}
.BgClassName
{
background-color: #AB29D5;
}
</style>
border-color css
<style>
span { border-color: #AB29D5; }
span { border-color: rgb(171,41,213); }
td.TdClassName
{
border-color: #AB29D5;
}
.TagClassName
{
border-color: #AB29D5;
}
</style>