Shades of Bouquet #AF8BA2
Tints of Bouquet #AF8BA2
RGB
CMYK
RGB Variations
Color information
#AF8BA2 (or 0xAF8BA2) is known color: Bouquet. HEX triplet: AF, 8B and A2. RGB value is (175,139,162). Sum of RGB (Red+Green+Blue) = 175+139+162=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 139 (54.69% from 255 or 29.20% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8BA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8BA2 is #50745D. Grayscale: #989898. Windows color (decimal): -5272670 or 10652591. OLE color: 10652591.
HSL color Cylindrical-coordinate representation of color #AF8BA2: hue angle of 321.67º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF8BA2 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 139 | 162 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.31 |
| HSL | 321.67º | 0.18% | 0.62% | - |
| HSV(B) | 321.67º | 0.21% | 0.69% | - |
| XYZ | 33.43 | 30.19 | 38.25 | - |
| YUV | 152.39 | 133.43 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 139 | 162 | 0 | 0.21 | 0.07 | 0.31 | 321.67 | 0.18 | 0.62 |
| Hex | AF | 8B | A2 | 0 | 15 | 7 | 1F | 142 | 12 | 3E |
| Octal | 257 | 213 | 242 | 0 | 25 | 7 | 37 | 502 | 22 | 76 |
| Binary | 10101111 | 10001011 | 10100010 | 0 | 10101 | 111 | 11111 | 101000010 | 10010 | 111110 |
Color Harmonies of #AF8BA2
Complementary color
Monochromatic Colors of #AF8BA2
Black with #AF8BA2
Text Example
Text Example
White with #AF8BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8BA2; }
p { color: rgb(175,139,162); }
H1.HeaderClassName
{
color: #AF8BA2;
}
.AnyTagClassName
{
color: #AF8BA2;
}
</style>
background-color css
<style>
a { background-color: #AF8BA2; }
a { background-color: rgb(175,139,162); }
div.DivClassName
{
background-color: #AF8BA2;
}
.BgClassName
{
background-color: #AF8BA2;
}
</style>
border-color css
<style>
span { border-color: #AF8BA2; }
span { border-color: rgb(175,139,162); }
td.TdClassName
{
border-color: #AF8BA2;
}
.TagClassName
{
border-color: #AF8BA2;
}
</style>