Shades of Bouquet #AF85A1
Tints of Bouquet #AF85A1
RGB
CMYK
RGB Variations
Color information
#AF85A1 (or 0xAF85A1) is known color: Bouquet. HEX triplet: AF, 85 and A1. RGB value is (175,133,161). Sum of RGB (Red+Green+Blue) = 175+133+161=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AF85A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF85A1 is #507A5E. Grayscale: #949494. Windows color (decimal): -5274207 or 10585519. OLE color: 10585519.
HSL color Cylindrical-coordinate representation of color #AF85A1: hue angle of 320º degrees, saturation: 0.21, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AF85A1 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 133 | 161 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.31 |
| HSL | 320º | 0.21% | 0.6% | - |
| HSV(B) | 320º | 0.24% | 0.69% | - |
| XYZ | 32.5 | 28.46 | 37.5 | - |
| YUV | 148.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 133 | 161 | 0 | 0.24 | 0.08 | 0.31 | 320 | 0.21 | 0.6 |
| Hex | AF | 85 | A1 | 0 | 18 | 8 | 1F | 140 | 15 | 3C |
| Octal | 257 | 205 | 241 | 0 | 30 | 10 | 37 | 500 | 25 | 74 |
| Binary | 10101111 | 10000101 | 10100001 | 0 | 11000 | 1000 | 11111 | 101000000 | 10101 | 111100 |
Color Harmonies of #AF85A1
Complementary color
Monochromatic Colors of #AF85A1
Black with #AF85A1
Text Example
Text Example
White with #AF85A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF85A1; }
p { color: rgb(175,133,161); }
H1.HeaderClassName
{
color: #AF85A1;
}
.AnyTagClassName
{
color: #AF85A1;
}
</style>
background-color css
<style>
a { background-color: #AF85A1; }
a { background-color: rgb(175,133,161); }
div.DivClassName
{
background-color: #AF85A1;
}
.BgClassName
{
background-color: #AF85A1;
}
</style>
border-color css
<style>
span { border-color: #AF85A1; }
span { border-color: rgb(175,133,161); }
td.TdClassName
{
border-color: #AF85A1;
}
.TagClassName
{
border-color: #AF85A1;
}
</style>