Shades of Bouquet #AF76A8
Tints of Bouquet #AF76A8
RGB
CMYK
RGB Variations
Color information
#AF76A8 (or 0xAF76A8) is known color: Bouquet. HEX triplet: AF, 76 and A8. RGB value is (175,118,168). Sum of RGB (Red+Green+Blue) = 175+118+168=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 118 (46.48% from 255 or 25.60% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF76A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF76A8 is #508957. Grayscale: #8C8C8C. Windows color (decimal): -5278040 or 11040431. OLE color: 11040431.
HSL color Cylindrical-coordinate representation of color #AF76A8: hue angle of 307.37º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF76A8 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 168 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.31 |
| HSL | 307.37º | 0.26% | 0.57% | - |
| HSV(B) | 307.37º | 0.33% | 0.69% | - |
| XYZ | 31.23 | 24.9 | 40.21 | - |
| YUV | 140.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 168 | 0 | 0.33 | 0.04 | 0.31 | 307.37 | 0.26 | 0.57 |
| Hex | AF | 76 | A8 | 0 | 21 | 4 | 1F | 133 | 1A | 39 |
| Octal | 257 | 166 | 250 | 0 | 41 | 4 | 37 | 463 | 32 | 71 |
| Binary | 10101111 | 1110110 | 10101000 | 0 | 100001 | 100 | 11111 | 100110011 | 11010 | 111001 |
Color Harmonies of #AF76A8
Complementary color
Monochromatic Colors of #AF76A8
Black with #AF76A8
Text Example
Text Example
White with #AF76A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76A8; }
p { color: rgb(175,118,168); }
H1.HeaderClassName
{
color: #AF76A8;
}
.AnyTagClassName
{
color: #AF76A8;
}
</style>
background-color css
<style>
a { background-color: #AF76A8; }
a { background-color: rgb(175,118,168); }
div.DivClassName
{
background-color: #AF76A8;
}
.BgClassName
{
background-color: #AF76A8;
}
</style>
border-color css
<style>
span { border-color: #AF76A8; }
span { border-color: rgb(175,118,168); }
td.TdClassName
{
border-color: #AF76A8;
}
.TagClassName
{
border-color: #AF76A8;
}
</style>