Shades of Bouquet #AF83A1
Tints of Bouquet #AF83A1
RGB
CMYK
RGB Variations
Color information
#AF83A1 (or 0xAF83A1) is known color: Bouquet. HEX triplet: AF, 83 and A1. RGB value is (175,131,161). Sum of RGB (Red+Green+Blue) = 175+131+161=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF83A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF83A1 is #507C5E. Grayscale: #939393. Windows color (decimal): -5274719 or 10585007. OLE color: 10585007.
HSL color Cylindrical-coordinate representation of color #AF83A1: hue angle of 319.09º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AF83A1 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 131 | 161 | - |
| CMYK | 0 | 0.25 | 0.08 | 0.31 |
| HSL | 319.09º | 0.22% | 0.6% | - |
| HSV(B) | 319.09º | 0.25% | 0.69% | - |
| XYZ | 32.23 | 27.92 | 37.41 | - |
| YUV | 147.58 | 135.58 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 131 | 161 | 0 | 0.25 | 0.08 | 0.31 | 319.09 | 0.22 | 0.6 |
| Hex | AF | 83 | A1 | 0 | 19 | 8 | 1F | 13F | 16 | 3C |
| Octal | 257 | 203 | 241 | 0 | 31 | 10 | 37 | 477 | 26 | 74 |
| Binary | 10101111 | 10000011 | 10100001 | 0 | 11001 | 1000 | 11111 | 100111111 | 10110 | 111100 |
Color Harmonies of #AF83A1
Complementary color
Monochromatic Colors of #AF83A1
Black with #AF83A1
Text Example
Text Example
White with #AF83A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF83A1; }
p { color: rgb(175,131,161); }
H1.HeaderClassName
{
color: #AF83A1;
}
.AnyTagClassName
{
color: #AF83A1;
}
</style>
background-color css
<style>
a { background-color: #AF83A1; }
a { background-color: rgb(175,131,161); }
div.DivClassName
{
background-color: #AF83A1;
}
.BgClassName
{
background-color: #AF83A1;
}
</style>
border-color css
<style>
span { border-color: #AF83A1; }
span { border-color: rgb(175,131,161); }
td.TdClassName
{
border-color: #AF83A1;
}
.TagClassName
{
border-color: #AF83A1;
}
</style>