Shades of Bouquet #AF76A5
Tints of Bouquet #AF76A5
RGB
CMYK
RGB Variations
Color information
#AF76A5 (or 0xAF76A5) is known color: Bouquet. HEX triplet: AF, 76 and A5. RGB value is (175,118,165). Sum of RGB (Red+Green+Blue) = 175+118+165=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 118 (46.48% from 255 or 25.76% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 175 - color contains mainly: red. Hex color #AF76A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF76A5 is #50895A. Grayscale: #8C8C8C. Windows color (decimal): -5278043 or 10843823. OLE color: 10843823.
HSL color Cylindrical-coordinate representation of color #AF76A5: hue angle of 310.53º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF76A5 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 165 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.31 |
| HSL | 310.53º | 0.26% | 0.57% | - |
| HSV(B) | 310.53º | 0.33% | 0.69% | - |
| XYZ | 30.95 | 24.79 | 38.75 | - |
| YUV | 140.4 | 141.88 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 165 | 0 | 0.33 | 0.06 | 0.31 | 310.53 | 0.26 | 0.57 |
| Hex | AF | 76 | A5 | 0 | 21 | 6 | 1F | 137 | 1A | 39 |
| Octal | 257 | 166 | 245 | 0 | 41 | 6 | 37 | 467 | 32 | 71 |
| Binary | 10101111 | 1110110 | 10100101 | 0 | 100001 | 110 | 11111 | 100110111 | 11010 | 111001 |
Color Harmonies of #AF76A5
Complementary color
Monochromatic Colors of #AF76A5
Black with #AF76A5
Text Example
Text Example
White with #AF76A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76A5; }
p { color: rgb(175,118,165); }
H1.HeaderClassName
{
color: #AF76A5;
}
.AnyTagClassName
{
color: #AF76A5;
}
</style>
background-color css
<style>
a { background-color: #AF76A5; }
a { background-color: rgb(175,118,165); }
div.DivClassName
{
background-color: #AF76A5;
}
.BgClassName
{
background-color: #AF76A5;
}
</style>
border-color css
<style>
span { border-color: #AF76A5; }
span { border-color: rgb(175,118,165); }
td.TdClassName
{
border-color: #AF76A5;
}
.TagClassName
{
border-color: #AF76A5;
}
</style>