Shades of Bouquet #AB819C
Tints of Bouquet #AB819C
RGB
CMYK
RGB Variations
Color information
#AB819C (or 0xAB819C) is known color: Bouquet. HEX triplet: AB, 81 and 9C. RGB value is (171,129,156). Sum of RGB (Red+Green+Blue) = 171+129+156=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 156 (61.33% from 255 or 34.21% from 456); Max value from RGB is 171 - color contains mainly: red. Hex color #AB819C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB819C is #547E63. Grayscale: #909090. Windows color (decimal): -5537380 or 10256811. OLE color: 10256811.
HSL color Cylindrical-coordinate representation of color #AB819C: hue angle of 321.43º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AB819C is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 156 | - |
| CMYK | 0 | 0.25 | 0.09 | 0.33 |
| HSL | 321.43º | 0.2% | 0.59% | - |
| HSV(B) | 321.43º | 0.25% | 0.67% | - |
| XYZ | 30.65 | 26.76 | 35 | - |
| YUV | 144.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 156 | 0 | 0.25 | 0.09 | 0.33 | 321.43 | 0.2 | 0.59 |
| Hex | AB | 81 | 9C | 0 | 19 | 9 | 21 | 141 | 14 | 3B |
| Octal | 253 | 201 | 234 | 0 | 31 | 11 | 41 | 501 | 24 | 73 |
| Binary | 10101011 | 10000001 | 10011100 | 0 | 11001 | 1001 | 100001 | 101000001 | 10100 | 111011 |
Color Harmonies of #AB819C
Complementary color
Monochromatic Colors of #AB819C
Black with #AB819C
Text Example
Text Example
White with #AB819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB819C; }
p { color: rgb(171,129,156); }
H1.HeaderClassName
{
color: #AB819C;
}
.AnyTagClassName
{
color: #AB819C;
}
</style>
background-color css
<style>
a { background-color: #AB819C; }
a { background-color: rgb(171,129,156); }
div.DivClassName
{
background-color: #AB819C;
}
.BgClassName
{
background-color: #AB819C;
}
</style>
border-color css
<style>
span { border-color: #AB819C; }
span { border-color: rgb(171,129,156); }
td.TdClassName
{
border-color: #AB819C;
}
.TagClassName
{
border-color: #AB819C;
}
</style>