Shades of Bouquet #AB7AA4
Tints of Bouquet #AB7AA4
RGB
CMYK
RGB Variations
Color information
#AB7AA4 (or 0xAB7AA4) is known color: Bouquet. HEX triplet: AB, 7A and A4. RGB value is (171,122,164). Sum of RGB (Red+Green+Blue) = 171+122+164=457 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.42% from 457); Green value is 122 (48.05% from 255 or 26.70% from 457); Blue value is 164 (64.45% from 255 or 35.89% from 457); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7AA4 is #54855B. Grayscale: #8D8D8D. Windows color (decimal): -5539164 or 10779307. OLE color: 10779307.
HSL color Cylindrical-coordinate representation of color #AB7AA4: hue angle of 308.57º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AB7AA4 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 122 | 164 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.33 |
| HSL | 308.57º | 0.23% | 0.57% | - |
| HSV(B) | 308.57º | 0.29% | 0.67% | - |
| XYZ | 30.45 | 25.26 | 38.39 | - |
| YUV | 141.44 | 140.73 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 122 | 164 | 0 | 0.29 | 0.04 | 0.33 | 308.57 | 0.23 | 0.57 |
| Hex | AB | 7A | A4 | 0 | 1D | 4 | 21 | 135 | 17 | 39 |
| Octal | 253 | 172 | 244 | 0 | 35 | 4 | 41 | 465 | 27 | 71 |
| Binary | 10101011 | 1111010 | 10100100 | 0 | 11101 | 100 | 100001 | 100110101 | 10111 | 111001 |
Color Harmonies of #AB7AA4
Complementary color
Monochromatic Colors of #AB7AA4
Black with #AB7AA4
Text Example
Text Example
White with #AB7AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7AA4; }
p { color: rgb(171,122,164); }
H1.HeaderClassName
{
color: #AB7AA4;
}
.AnyTagClassName
{
color: #AB7AA4;
}
</style>
background-color css
<style>
a { background-color: #AB7AA4; }
a { background-color: rgb(171,122,164); }
div.DivClassName
{
background-color: #AB7AA4;
}
.BgClassName
{
background-color: #AB7AA4;
}
</style>
border-color css
<style>
span { border-color: #AB7AA4; }
span { border-color: rgb(171,122,164); }
td.TdClassName
{
border-color: #AB7AA4;
}
.TagClassName
{
border-color: #AB7AA4;
}
</style>