Shades of Bouquet #AF7FA6
Tints of Bouquet #AF7FA6
RGB
CMYK
RGB Variations
Color information
#AF7FA6 (or 0xAF7FA6) is known color: Bouquet. HEX triplet: AF, 7F and A6. RGB value is (175,127,166). Sum of RGB (Red+Green+Blue) = 175+127+166=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 166 (65.23% from 255 or 35.47% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7FA6 is #508059. Grayscale: #919191. Windows color (decimal): -5275738 or 10911663. OLE color: 10911663.
HSL color Cylindrical-coordinate representation of color #AF7FA6: hue angle of 311.25º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF7FA6 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 166 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.31 |
| HSL | 311.25º | 0.23% | 0.59% | - |
| HSV(B) | 311.25º | 0.27% | 0.69% | - |
| XYZ | 32.15 | 27.05 | 39.6 | - |
| YUV | 145.8 | 139.4 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 166 | 0 | 0.27 | 0.05 | 0.31 | 311.25 | 0.23 | 0.59 |
| Hex | AF | 7F | A6 | 0 | 1B | 5 | 1F | 137 | 17 | 3B |
| Octal | 257 | 177 | 246 | 0 | 33 | 5 | 37 | 467 | 27 | 73 |
| Binary | 10101111 | 1111111 | 10100110 | 0 | 11011 | 101 | 11111 | 100110111 | 10111 | 111011 |
Color Harmonies of #AF7FA6
Complementary color
Monochromatic Colors of #AF7FA6
Black with #AF7FA6
Text Example
Text Example
White with #AF7FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7FA6; }
p { color: rgb(175,127,166); }
H1.HeaderClassName
{
color: #AF7FA6;
}
.AnyTagClassName
{
color: #AF7FA6;
}
</style>
background-color css
<style>
a { background-color: #AF7FA6; }
a { background-color: rgb(175,127,166); }
div.DivClassName
{
background-color: #AF7FA6;
}
.BgClassName
{
background-color: #AF7FA6;
}
</style>
border-color css
<style>
span { border-color: #AF7FA6; }
span { border-color: rgb(175,127,166); }
td.TdClassName
{
border-color: #AF7FA6;
}
.TagClassName
{
border-color: #AF7FA6;
}
</style>