Shades of Bouquet #AB809A
Tints of Bouquet #AB809A
RGB
CMYK
RGB Variations
Color information
#AB809A (or 0xAB809A) is known color: Bouquet. HEX triplet: AB, 80 and 9A. RGB value is (171,128,154). Sum of RGB (Red+Green+Blue) = 171+128+154=453 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.75% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 171 - color contains mainly: red. Hex color #AB809A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB809A is #547F65. Grayscale: #8F8F8F. Windows color (decimal): -5537638 or 10125483. OLE color: 10125483.
HSL color Cylindrical-coordinate representation of color #AB809A: hue angle of 323.72º 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 #AB809A is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 128 | 154 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.33 |
| HSL | 323.72º | 0.2% | 0.59% | - |
| HSV(B) | 323.72º | 0.25% | 0.67% | - |
| XYZ | 30.35 | 26.43 | 34.07 | - |
| YUV | 143.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 128 | 154 | 0 | 0.25 | 0.10 | 0.33 | 323.72 | 0.2 | 0.59 |
| Hex | AB | 80 | 9A | 0 | 19 | A | 21 | 144 | 14 | 3B |
| Octal | 253 | 200 | 232 | 0 | 31 | 12 | 41 | 504 | 24 | 73 |
| Binary | 10101011 | 10000000 | 10011010 | 0 | 11001 | 1010 | 100001 | 101000100 | 10100 | 111011 |
Color Harmonies of #AB809A
Complementary color
Monochromatic Colors of #AB809A
Black with #AB809A
Text Example
Text Example
White with #AB809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB809A; }
p { color: rgb(171,128,154); }
H1.HeaderClassName
{
color: #AB809A;
}
.AnyTagClassName
{
color: #AB809A;
}
</style>
background-color css
<style>
a { background-color: #AB809A; }
a { background-color: rgb(171,128,154); }
div.DivClassName
{
background-color: #AB809A;
}
.BgClassName
{
background-color: #AB809A;
}
</style>
border-color css
<style>
span { border-color: #AB809A; }
span { border-color: rgb(171,128,154); }
td.TdClassName
{
border-color: #AB809A;
}
.TagClassName
{
border-color: #AB809A;
}
</style>