Shades of Bouquet #AB819A
Tints of Bouquet #AB819A
RGB
CMYK
RGB Variations
Color information
#AB819A (or 0xAB819A) is known color: Bouquet. HEX triplet: AB, 81 and 9A. RGB value is (171,129,154). Sum of RGB (Red+Green+Blue) = 171+129+154=454 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.67% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 154 (60.55% from 255 or 33.92% from 454); Max value from RGB is 171 - color contains mainly: red. Hex color #AB819A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB819A is #547E65. Grayscale: #909090. Windows color (decimal): -5537382 or 10125739. OLE color: 10125739.
HSL color Cylindrical-coordinate representation of color #AB819A: hue angle of 324.29º 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 #AB819A is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 129 | 154 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.33 |
| HSL | 324.29º | 0.2% | 0.59% | - |
| HSV(B) | 324.29º | 0.25% | 0.67% | - |
| XYZ | 30.48 | 26.69 | 34.12 | - |
| YUV | 144.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 129 | 154 | 0 | 0.25 | 0.10 | 0.33 | 324.29 | 0.2 | 0.59 |
| Hex | AB | 81 | 9A | 0 | 19 | A | 21 | 144 | 14 | 3B |
| Octal | 253 | 201 | 232 | 0 | 31 | 12 | 41 | 504 | 24 | 73 |
| Binary | 10101011 | 10000001 | 10011010 | 0 | 11001 | 1010 | 100001 | 101000100 | 10100 | 111011 |
Color Harmonies of #AB819A
Complementary color
Monochromatic Colors of #AB819A
Black with #AB819A
Text Example
Text Example
White with #AB819A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB819A; }
p { color: rgb(171,129,154); }
H1.HeaderClassName
{
color: #AB819A;
}
.AnyTagClassName
{
color: #AB819A;
}
</style>
background-color css
<style>
a { background-color: #AB819A; }
a { background-color: rgb(171,129,154); }
div.DivClassName
{
background-color: #AB819A;
}
.BgClassName
{
background-color: #AB819A;
}
</style>
border-color css
<style>
span { border-color: #AB819A; }
span { border-color: rgb(171,129,154); }
td.TdClassName
{
border-color: #AB819A;
}
.TagClassName
{
border-color: #AB819A;
}
</style>