Shades of Bouquet #AB8AA2
Tints of Bouquet #AB8AA2
RGB
CMYK
RGB Variations
Color information
#AB8AA2 (or 0xAB8AA2) is known color: Bouquet. HEX triplet: AB, 8A and A2. RGB value is (171,138,162). Sum of RGB (Red+Green+Blue) = 171+138+162=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB8AA2 is #54755D. Grayscale: #969696. Windows color (decimal): -5535070 or 10652331. OLE color: 10652331.
HSL color Cylindrical-coordinate representation of color #AB8AA2: hue angle of 316.36º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AB8AA2 is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 138 | 162 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.33 |
| HSL | 316.36º | 0.16% | 0.61% | - |
| HSV(B) | 316.36º | 0.19% | 0.67% | - |
| XYZ | 32.4 | 29.44 | 38.16 | - |
| YUV | 150.6 | 134.43 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 138 | 162 | 0 | 0.19 | 0.05 | 0.33 | 316.36 | 0.16 | 0.61 |
| Hex | AB | 8A | A2 | 0 | 13 | 5 | 21 | 13C | 10 | 3D |
| Octal | 253 | 212 | 242 | 0 | 23 | 5 | 41 | 474 | 20 | 75 |
| Binary | 10101011 | 10001010 | 10100010 | 0 | 10011 | 101 | 100001 | 100111100 | 10000 | 111101 |
Color Harmonies of #AB8AA2
Complementary color
Monochromatic Colors of #AB8AA2
Black with #AB8AA2
Text Example
Text Example
White with #AB8AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB8AA2; }
p { color: rgb(171,138,162); }
H1.HeaderClassName
{
color: #AB8AA2;
}
.AnyTagClassName
{
color: #AB8AA2;
}
</style>
background-color css
<style>
a { background-color: #AB8AA2; }
a { background-color: rgb(171,138,162); }
div.DivClassName
{
background-color: #AB8AA2;
}
.BgClassName
{
background-color: #AB8AA2;
}
</style>
border-color css
<style>
span { border-color: #AB8AA2; }
span { border-color: rgb(171,138,162); }
td.TdClassName
{
border-color: #AB8AA2;
}
.TagClassName
{
border-color: #AB8AA2;
}
</style>