Shades of Bouquet #AB84A3
Tints of Bouquet #AB84A3
RGB
CMYK
RGB Variations
Color information
#AB84A3 (or 0xAB84A3) is known color: Bouquet. HEX triplet: AB, 84 and A3. RGB value is (171,132,163). Sum of RGB (Red+Green+Blue) = 171+132+163=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 171 - color contains mainly: red. Hex color #AB84A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB84A3 is #547B5C. Grayscale: #939393. Windows color (decimal): -5536605 or 10716331. OLE color: 10716331.
HSL color Cylindrical-coordinate representation of color #AB84A3: hue angle of 312.31º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AB84A3 is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 132 | 163 | - |
| CMYK | 0 | 0.23 | 0.05 | 0.33 |
| HSL | 312.31º | 0.19% | 0.59% | - |
| HSV(B) | 312.31º | 0.23% | 0.67% | - |
| XYZ | 31.66 | 27.8 | 38.35 | - |
| YUV | 147.2 | 136.92 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 132 | 163 | 0 | 0.23 | 0.05 | 0.33 | 312.31 | 0.19 | 0.59 |
| Hex | AB | 84 | A3 | 0 | 17 | 5 | 21 | 138 | 13 | 3B |
| Octal | 253 | 204 | 243 | 0 | 27 | 5 | 41 | 470 | 23 | 73 |
| Binary | 10101011 | 10000100 | 10100011 | 0 | 10111 | 101 | 100001 | 100111000 | 10011 | 111011 |
Color Harmonies of #AB84A3
Complementary color
Monochromatic Colors of #AB84A3
Black with #AB84A3
Text Example
Text Example
White with #AB84A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB84A3; }
p { color: rgb(171,132,163); }
H1.HeaderClassName
{
color: #AB84A3;
}
.AnyTagClassName
{
color: #AB84A3;
}
</style>
background-color css
<style>
a { background-color: #AB84A3; }
a { background-color: rgb(171,132,163); }
div.DivClassName
{
background-color: #AB84A3;
}
.BgClassName
{
background-color: #AB84A3;
}
</style>
border-color css
<style>
span { border-color: #AB84A3; }
span { border-color: rgb(171,132,163); }
td.TdClassName
{
border-color: #AB84A3;
}
.TagClassName
{
border-color: #AB84A3;
}
</style>