Shades of Bouquet #AF8AA2
Tints of Bouquet #AF8AA2
RGB
CMYK
RGB Variations
Color information
#AF8AA2 (or 0xAF8AA2) is known color: Bouquet. HEX triplet: AF, 8A and A2. RGB value is (175,138,162). Sum of RGB (Red+Green+Blue) = 175+138+162=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 162 (63.67% from 255 or 34.11% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8AA2 is #50755D. Grayscale: #979797. Windows color (decimal): -5272926 or 10652335. OLE color: 10652335.
HSL color Cylindrical-coordinate representation of color #AF8AA2: hue angle of 321.08º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AF8AA2 is Cyan = 0, Magento = 0.21, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 162 | - |
| CMYK | 0 | 0.21 | 0.07 | 0.31 |
| HSL | 321.08º | 0.19% | 0.61% | - |
| HSV(B) | 321.08º | 0.21% | 0.69% | - |
| XYZ | 33.29 | 29.9 | 38.2 | - |
| YUV | 151.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 162 | 0 | 0.21 | 0.07 | 0.31 | 321.08 | 0.19 | 0.61 |
| Hex | AF | 8A | A2 | 0 | 15 | 7 | 1F | 141 | 13 | 3D |
| Octal | 257 | 212 | 242 | 0 | 25 | 7 | 37 | 501 | 23 | 75 |
| Binary | 10101111 | 10001010 | 10100010 | 0 | 10101 | 111 | 11111 | 101000001 | 10011 | 111101 |
Color Harmonies of #AF8AA2
Complementary color
Monochromatic Colors of #AF8AA2
Black with #AF8AA2
Text Example
Text Example
White with #AF8AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8AA2; }
p { color: rgb(175,138,162); }
H1.HeaderClassName
{
color: #AF8AA2;
}
.AnyTagClassName
{
color: #AF8AA2;
}
</style>
background-color css
<style>
a { background-color: #AF8AA2; }
a { background-color: rgb(175,138,162); }
div.DivClassName
{
background-color: #AF8AA2;
}
.BgClassName
{
background-color: #AF8AA2;
}
</style>
border-color css
<style>
span { border-color: #AF8AA2; }
span { border-color: rgb(175,138,162); }
td.TdClassName
{
border-color: #AF8AA2;
}
.TagClassName
{
border-color: #AF8AA2;
}
</style>