Shades of Bouquet #AB7DA2
Tints of Bouquet #AB7DA2
RGB
CMYK
RGB Variations
Color information
#AB7DA2 (or 0xAB7DA2) is known color: Bouquet. HEX triplet: AB, 7D and A2. RGB value is (171,125,162). Sum of RGB (Red+Green+Blue) = 171+125+162=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 162 (63.67% from 255 or 35.37% from 458); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7DA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7DA2 is #54825D. Grayscale: #8E8E8E. Windows color (decimal): -5538398 or 10649003. OLE color: 10649003.
HSL color Cylindrical-coordinate representation of color #AB7DA2: hue angle of 311.74º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB7DA2 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 125 | 162 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.33 |
| HSL | 311.74º | 0.21% | 0.58% | - |
| HSV(B) | 311.74º | 0.27% | 0.67% | - |
| XYZ | 30.65 | 25.93 | 37.57 | - |
| YUV | 142.97 | 138.74 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 125 | 162 | 0 | 0.27 | 0.05 | 0.33 | 311.74 | 0.21 | 0.58 |
| Hex | AB | 7D | A2 | 0 | 1B | 5 | 21 | 138 | 15 | 3A |
| Octal | 253 | 175 | 242 | 0 | 33 | 5 | 41 | 470 | 25 | 72 |
| Binary | 10101011 | 1111101 | 10100010 | 0 | 11011 | 101 | 100001 | 100111000 | 10101 | 111010 |
Color Harmonies of #AB7DA2
Complementary color
Monochromatic Colors of #AB7DA2
Black with #AB7DA2
Text Example
Text Example
White with #AB7DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB7DA2; }
p { color: rgb(171,125,162); }
H1.HeaderClassName
{
color: #AB7DA2;
}
.AnyTagClassName
{
color: #AB7DA2;
}
</style>
background-color css
<style>
a { background-color: #AB7DA2; }
a { background-color: rgb(171,125,162); }
div.DivClassName
{
background-color: #AB7DA2;
}
.BgClassName
{
background-color: #AB7DA2;
}
</style>
border-color css
<style>
span { border-color: #AB7DA2; }
span { border-color: rgb(171,125,162); }
td.TdClassName
{
border-color: #AB7DA2;
}
.TagClassName
{
border-color: #AB7DA2;
}
</style>