Shades of Bouquet #AF76A0
Tints of Bouquet #AF76A0
RGB
CMYK
RGB Variations
Color information
#AF76A0 (or 0xAF76A0) is known color: Bouquet. HEX triplet: AF, 76 and A0. RGB value is (175,118,160). Sum of RGB (Red+Green+Blue) = 175+118+160=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 160 (62.89% from 255 or 35.32% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF76A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF76A0 is #50895F. Grayscale: #8B8B8B. Windows color (decimal): -5278048 or 10516143. OLE color: 10516143.
HSL color Cylindrical-coordinate representation of color #AF76A0: hue angle of 315.79º 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 #AF76A0 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 160 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.31 |
| HSL | 315.79º | 0.26% | 0.57% | - |
| HSV(B) | 315.79º | 0.33% | 0.69% | - |
| XYZ | 30.5 | 24.61 | 36.4 | - |
| YUV | 139.83 | 139.38 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 160 | 0 | 0.33 | 0.09 | 0.31 | 315.79 | 0.26 | 0.57 |
| Hex | AF | 76 | A0 | 0 | 21 | 9 | 1F | 13C | 1A | 39 |
| Octal | 257 | 166 | 240 | 0 | 41 | 11 | 37 | 474 | 32 | 71 |
| Binary | 10101111 | 1110110 | 10100000 | 0 | 100001 | 1001 | 11111 | 100111100 | 11010 | 111001 |
Color Harmonies of #AF76A0
Complementary color
Monochromatic Colors of #AF76A0
Black with #AF76A0
Text Example
Text Example
White with #AF76A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF76A0; }
p { color: rgb(175,118,160); }
H1.HeaderClassName
{
color: #AF76A0;
}
.AnyTagClassName
{
color: #AF76A0;
}
</style>
background-color css
<style>
a { background-color: #AF76A0; }
a { background-color: rgb(175,118,160); }
div.DivClassName
{
background-color: #AF76A0;
}
.BgClassName
{
background-color: #AF76A0;
}
</style>
border-color css
<style>
span { border-color: #AF76A0; }
span { border-color: rgb(175,118,160); }
td.TdClassName
{
border-color: #AF76A0;
}
.TagClassName
{
border-color: #AF76A0;
}
</style>