Shades of Bouquet #AF8A9E
Tints of Bouquet #AF8A9E
RGB
CMYK
RGB Variations
Color information
#AF8A9E (or 0xAF8A9E) is known color: Bouquet. HEX triplet: AF, 8A and 9E. RGB value is (175,138,158). Sum of RGB (Red+Green+Blue) = 175+138+158=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 138 (54.30% from 255 or 29.30% from 471); Blue value is 158 (62.11% from 255 or 33.55% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8A9E is #507561. Grayscale: #979797. Windows color (decimal): -5272930 or 10390191. OLE color: 10390191.
HSL color Cylindrical-coordinate representation of color #AF8A9E: hue angle of 327.57º 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 #AF8A9E is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 138 | 158 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.31 |
| HSL | 327.57º | 0.19% | 0.61% | - |
| HSV(B) | 327.57º | 0.21% | 0.69% | - |
| XYZ | 32.94 | 29.76 | 36.36 | - |
| YUV | 151.34 | 131.76 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 138 | 158 | 0 | 0.21 | 0.10 | 0.31 | 327.57 | 0.19 | 0.61 |
| Hex | AF | 8A | 9E | 0 | 15 | A | 1F | 148 | 13 | 3D |
| Octal | 257 | 212 | 236 | 0 | 25 | 12 | 37 | 510 | 23 | 75 |
| Binary | 10101111 | 10001010 | 10011110 | 0 | 10101 | 1010 | 11111 | 101001000 | 10011 | 111101 |
Color Harmonies of #AF8A9E
Complementary color
Monochromatic Colors of #AF8A9E
Black with #AF8A9E
Text Example
Text Example
White with #AF8A9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8A9E; }
p { color: rgb(175,138,158); }
H1.HeaderClassName
{
color: #AF8A9E;
}
.AnyTagClassName
{
color: #AF8A9E;
}
</style>
background-color css
<style>
a { background-color: #AF8A9E; }
a { background-color: rgb(175,138,158); }
div.DivClassName
{
background-color: #AF8A9E;
}
.BgClassName
{
background-color: #AF8A9E;
}
</style>
border-color css
<style>
span { border-color: #AF8A9E; }
span { border-color: rgb(175,138,158); }
td.TdClassName
{
border-color: #AF8A9E;
}
.TagClassName
{
border-color: #AF8A9E;
}
</style>