Shades of Bouquet #AF8CA0
Tints of Bouquet #AF8CA0
RGB
CMYK
RGB Variations
Color information
#AF8CA0 (or 0xAF8CA0) is known color: Bouquet. HEX triplet: AF, 8C and A0. RGB value is (175,140,160). Sum of RGB (Red+Green+Blue) = 175+140+160=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 140 (55.08% from 255 or 29.47% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8CA0 is #50735F. Grayscale: #989898. Windows color (decimal): -5272416 or 10521775. OLE color: 10521775.
HSL color Cylindrical-coordinate representation of color #AF8CA0: hue angle of 325.71º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF8CA0 is Cyan = 0, Magento = 0.2, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 160 | - |
| CMYK | 0 | 0.2 | 0.09 | 0.31 |
| HSL | 325.71º | 0.18% | 0.62% | - |
| HSV(B) | 325.71º | 0.2% | 0.69% | - |
| XYZ | 33.4 | 30.41 | 37.37 | - |
| YUV | 152.75 | 132.1 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 160 | 0 | 0.2 | 0.09 | 0.31 | 325.71 | 0.18 | 0.62 |
| Hex | AF | 8C | A0 | 0 | 14 | 9 | 1F | 146 | 12 | 3E |
| Octal | 257 | 214 | 240 | 0 | 24 | 11 | 37 | 506 | 22 | 76 |
| Binary | 10101111 | 10001100 | 10100000 | 0 | 10100 | 1001 | 11111 | 101000110 | 10010 | 111110 |
Color Harmonies of #AF8CA0
Complementary color
Monochromatic Colors of #AF8CA0
Black with #AF8CA0
Text Example
Text Example
White with #AF8CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CA0; }
p { color: rgb(175,140,160); }
H1.HeaderClassName
{
color: #AF8CA0;
}
.AnyTagClassName
{
color: #AF8CA0;
}
</style>
background-color css
<style>
a { background-color: #AF8CA0; }
a { background-color: rgb(175,140,160); }
div.DivClassName
{
background-color: #AF8CA0;
}
.BgClassName
{
background-color: #AF8CA0;
}
</style>
border-color css
<style>
span { border-color: #AF8CA0; }
span { border-color: rgb(175,140,160); }
td.TdClassName
{
border-color: #AF8CA0;
}
.TagClassName
{
border-color: #AF8CA0;
}
</style>