Shades of Bouquet #AF679B
Tints of Bouquet #AF679B
RGB
CMYK
RGB Variations
Color information
#AF679B (or 0xAF679B) is known color: Bouquet. HEX triplet: AF, 67 and 9B. RGB value is (175,103,155). Sum of RGB (Red+Green+Blue) = 175+103+155=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 103 (40.62% from 255 or 23.79% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF679B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF679B is #509864. Grayscale: #828282. Windows color (decimal): -5281893 or 10184623. OLE color: 10184623.
HSL color Cylindrical-coordinate representation of color #AF679B: hue angle of 316.67º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF679B is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 155 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.31 |
| HSL | 316.67º | 0.31% | 0.55% | - |
| HSV(B) | 316.67º | 0.41% | 0.69% | - |
| XYZ | 28.45 | 21.18 | 33.6 | - |
| YUV | 130.46 | 141.85 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 155 | 0 | 0.41 | 0.11 | 0.31 | 316.67 | 0.31 | 0.55 |
| Hex | AF | 67 | 9B | 0 | 29 | B | 1F | 13D | 1F | 37 |
| Octal | 257 | 147 | 233 | 0 | 51 | 13 | 37 | 475 | 37 | 67 |
| Binary | 10101111 | 1100111 | 10011011 | 0 | 101001 | 1011 | 11111 | 100111101 | 11111 | 110111 |
Color Harmonies of #AF679B
Complementary color
Monochromatic Colors of #AF679B
Black with #AF679B
Text Example
Text Example
White with #AF679B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF679B; }
p { color: rgb(175,103,155); }
H1.HeaderClassName
{
color: #AF679B;
}
.AnyTagClassName
{
color: #AF679B;
}
</style>
background-color css
<style>
a { background-color: #AF679B; }
a { background-color: rgb(175,103,155); }
div.DivClassName
{
background-color: #AF679B;
}
.BgClassName
{
background-color: #AF679B;
}
</style>
border-color css
<style>
span { border-color: #AF679B; }
span { border-color: rgb(175,103,155); }
td.TdClassName
{
border-color: #AF679B;
}
.TagClassName
{
border-color: #AF679B;
}
</style>