Shades of Dark Orchid #AB29B0
Tints of Dark Orchid #AB29B0
RGB
CMYK
RGB Variations
Color information
#AB29B0 (or 0xAB29B0) is known color: Dark Orchid. HEX triplet: AB, 29 and B0. RGB value is (171,41,176). Sum of RGB (Red+Green+Blue) = 171+41+176=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 41 (16.41% from 255 or 10.57% from 388); Blue value is 176 (69.14% from 255 or 45.36% from 388); Max value from RGB is 176 - color contains mainly: blue. Hex color #AB29B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB29B0 is #54D64F. Grayscale: #5E5E5E. Windows color (decimal): -5559888 or 11545003. OLE color: 11545003.
HSL color Cylindrical-coordinate representation of color #AB29B0: hue angle of 297.78º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB29B0 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 171 | 41 | 176 | - |
| CMYK | 0.03 | 0.77 | 0 | 0.31 |
| HSL | 297.78º | 0.62% | 0.43% | - |
| HSV(B) | 297.78º | 0.77% | 0.69% | - |
| XYZ | 25.42 | 13.38 | 42.32 | - |
| YUV | 95.26 | 173.57 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 41 | 176 | 0.03 | 0.77 | 0 | 0.31 | 297.78 | 0.62 | 0.43 |
| Hex | AB | 29 | B0 | 3 | 4D | 0 | 1F | 12A | 3E | 2B |
| Octal | 253 | 51 | 260 | 3 | 115 | 0 | 37 | 452 | 76 | 53 |
| Binary | 10101011 | 101001 | 10110000 | 11 | 1001101 | 0 | 11111 | 100101010 | 111110 | 101011 |
Color Harmonies of #AB29B0
Complementary color
Monochromatic Colors of #AB29B0
Black with #AB29B0
Text Example
Text Example
White with #AB29B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB29B0; }
p { color: rgb(171,41,176); }
H1.HeaderClassName
{
color: #AB29B0;
}
.AnyTagClassName
{
color: #AB29B0;
}
</style>
background-color css
<style>
a { background-color: #AB29B0; }
a { background-color: rgb(171,41,176); }
div.DivClassName
{
background-color: #AB29B0;
}
.BgClassName
{
background-color: #AB29B0;
}
</style>
border-color css
<style>
span { border-color: #AB29B0; }
span { border-color: rgb(171,41,176); }
td.TdClassName
{
border-color: #AB29B0;
}
.TagClassName
{
border-color: #AB29B0;
}
</style>