Shades of Bouquet #AF8FA3
Tints of Bouquet #AF8FA3
RGB
CMYK
RGB Variations
Color information
#AF8FA3 (or 0xAF8FA3) is known color: Bouquet. HEX triplet: AF, 8F and A3. RGB value is (175,143,163). Sum of RGB (Red+Green+Blue) = 175+143+163=481 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.38% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 163 (64.06% from 255 or 33.89% from 481); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8FA3 is #50705C. Grayscale: #9A9A9A. Windows color (decimal): -5271645 or 10719151. OLE color: 10719151.
HSL color Cylindrical-coordinate representation of color #AF8FA3: hue angle of 322.5º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AF8FA3 is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 143 | 163 | - |
| CMYK | 0 | 0.18 | 0.07 | 0.31 |
| HSL | 322.5º | 0.17% | 0.62% | - |
| HSV(B) | 322.5º | 0.18% | 0.69% | - |
| XYZ | 34.11 | 31.4 | 38.91 | - |
| YUV | 154.85 | 132.6 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 143 | 163 | 0 | 0.18 | 0.07 | 0.31 | 322.5 | 0.17 | 0.62 |
| Hex | AF | 8F | A3 | 0 | 12 | 7 | 1F | 142 | 11 | 3E |
| Octal | 257 | 217 | 243 | 0 | 22 | 7 | 37 | 502 | 21 | 76 |
| Binary | 10101111 | 10001111 | 10100011 | 0 | 10010 | 111 | 11111 | 101000010 | 10001 | 111110 |
Color Harmonies of #AF8FA3
Complementary color
Monochromatic Colors of #AF8FA3
Black with #AF8FA3
Text Example
Text Example
White with #AF8FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8FA3; }
p { color: rgb(175,143,163); }
H1.HeaderClassName
{
color: #AF8FA3;
}
.AnyTagClassName
{
color: #AF8FA3;
}
</style>
background-color css
<style>
a { background-color: #AF8FA3; }
a { background-color: rgb(175,143,163); }
div.DivClassName
{
background-color: #AF8FA3;
}
.BgClassName
{
background-color: #AF8FA3;
}
</style>
border-color css
<style>
span { border-color: #AF8FA3; }
span { border-color: rgb(175,143,163); }
td.TdClassName
{
border-color: #AF8FA3;
}
.TagClassName
{
border-color: #AF8FA3;
}
</style>