Shades of Bouquet #AF7BA7
Tints of Bouquet #AF7BA7
RGB
CMYK
RGB Variations
Color information
#AF7BA7 (or 0xAF7BA7) is known color: Bouquet. HEX triplet: AF, 7B and A7. RGB value is (175,123,167). Sum of RGB (Red+Green+Blue) = 175+123+167=465 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.63% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 167 (65.62% from 255 or 35.91% from 465); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7BA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7BA7 is #508458. Grayscale: #8F8F8F. Windows color (decimal): -5276761 or 10976175. OLE color: 10976175.
HSL color Cylindrical-coordinate representation of color #AF7BA7: hue angle of 309.23º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7BA7 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 123 | 167 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.31 |
| HSL | 309.23º | 0.25% | 0.58% | - |
| HSV(B) | 309.23º | 0.3% | 0.69% | - |
| XYZ | 31.74 | 26.07 | 39.92 | - |
| YUV | 143.56 | 141.23 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 123 | 167 | 0 | 0.30 | 0.05 | 0.31 | 309.23 | 0.25 | 0.58 |
| Hex | AF | 7B | A7 | 0 | 1E | 5 | 1F | 135 | 19 | 3A |
| Octal | 257 | 173 | 247 | 0 | 36 | 5 | 37 | 465 | 31 | 72 |
| Binary | 10101111 | 1111011 | 10100111 | 0 | 11110 | 101 | 11111 | 100110101 | 11001 | 111010 |
Color Harmonies of #AF7BA7
Complementary color
Monochromatic Colors of #AF7BA7
Black with #AF7BA7
Text Example
Text Example
White with #AF7BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7BA7; }
p { color: rgb(175,123,167); }
H1.HeaderClassName
{
color: #AF7BA7;
}
.AnyTagClassName
{
color: #AF7BA7;
}
</style>
background-color css
<style>
a { background-color: #AF7BA7; }
a { background-color: rgb(175,123,167); }
div.DivClassName
{
background-color: #AF7BA7;
}
.BgClassName
{
background-color: #AF7BA7;
}
</style>
border-color css
<style>
span { border-color: #AF7BA7; }
span { border-color: rgb(175,123,167); }
td.TdClassName
{
border-color: #AF7BA7;
}
.TagClassName
{
border-color: #AF7BA7;
}
</style>