Shades of Bouquet #AF8DA3
Tints of Bouquet #AF8DA3
RGB
CMYK
RGB Variations
Color information
#AF8DA3 (or 0xAF8DA3) is known color: Bouquet. HEX triplet: AF, 8D and A3. RGB value is (175,141,163). Sum of RGB (Red+Green+Blue) = 175+141+163=479 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.53% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 163 (64.06% from 255 or 34.03% from 479); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8DA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8DA3 is #50725C. Grayscale: #999999. Windows color (decimal): -5272157 or 10718639. OLE color: 10718639.
HSL color Cylindrical-coordinate representation of color #AF8DA3: hue angle of 321.18º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AF8DA3 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 141 | 163 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.31 |
| HSL | 321.18º | 0.18% | 0.62% | - |
| HSV(B) | 321.18º | 0.19% | 0.69% | - |
| XYZ | 33.81 | 30.81 | 38.81 | - |
| YUV | 153.67 | 133.26 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 163 | 0 | 0.19 | 0.07 | 0.31 | 321.18 | 0.18 | 0.62 |
| Hex | AF | 8D | A3 | 0 | 13 | 7 | 1F | 141 | 12 | 3E |
| Octal | 257 | 215 | 243 | 0 | 23 | 7 | 37 | 501 | 22 | 76 |
| Binary | 10101111 | 10001101 | 10100011 | 0 | 10011 | 111 | 11111 | 101000001 | 10010 | 111110 |
Color Harmonies of #AF8DA3
Complementary color
Monochromatic Colors of #AF8DA3
Black with #AF8DA3
Text Example
Text Example
White with #AF8DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8DA3; }
p { color: rgb(175,141,163); }
H1.HeaderClassName
{
color: #AF8DA3;
}
.AnyTagClassName
{
color: #AF8DA3;
}
</style>
background-color css
<style>
a { background-color: #AF8DA3; }
a { background-color: rgb(175,141,163); }
div.DivClassName
{
background-color: #AF8DA3;
}
.BgClassName
{
background-color: #AF8DA3;
}
</style>
border-color css
<style>
span { border-color: #AF8DA3; }
span { border-color: rgb(175,141,163); }
td.TdClassName
{
border-color: #AF8DA3;
}
.TagClassName
{
border-color: #AF8DA3;
}
</style>