Shades of Bouquet #AF769C
Tints of Bouquet #AF769C
RGB
CMYK
RGB Variations
Color information
#AF769C (or 0xAF769C) is known color: Bouquet. HEX triplet: AF, 76 and 9C. RGB value is (175,118,156). Sum of RGB (Red+Green+Blue) = 175+118+156=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 175 - color contains mainly: red. Hex color #AF769C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF769C is #508963. Grayscale: #8B8B8B. Windows color (decimal): -5278052 or 10253999. OLE color: 10253999.
HSL color Cylindrical-coordinate representation of color #AF769C: hue angle of 320º 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 #AF769C is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 118 | 156 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.31 |
| HSL | 320º | 0.26% | 0.57% | - |
| HSV(B) | 320º | 0.33% | 0.69% | - |
| XYZ | 30.16 | 24.47 | 34.59 | - |
| YUV | 139.38 | 137.38 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 118 | 156 | 0 | 0.33 | 0.11 | 0.31 | 320 | 0.26 | 0.57 |
| Hex | AF | 76 | 9C | 0 | 21 | B | 1F | 140 | 1A | 39 |
| Octal | 257 | 166 | 234 | 0 | 41 | 13 | 37 | 500 | 32 | 71 |
| Binary | 10101111 | 1110110 | 10011100 | 0 | 100001 | 1011 | 11111 | 101000000 | 11010 | 111001 |
Color Harmonies of #AF769C
Complementary color
Monochromatic Colors of #AF769C
Black with #AF769C
Text Example
Text Example
White with #AF769C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF769C; }
p { color: rgb(175,118,156); }
H1.HeaderClassName
{
color: #AF769C;
}
.AnyTagClassName
{
color: #AF769C;
}
</style>
background-color css
<style>
a { background-color: #AF769C; }
a { background-color: rgb(175,118,156); }
div.DivClassName
{
background-color: #AF769C;
}
.BgClassName
{
background-color: #AF769C;
}
</style>
border-color css
<style>
span { border-color: #AF769C; }
span { border-color: rgb(175,118,156); }
td.TdClassName
{
border-color: #AF769C;
}
.TagClassName
{
border-color: #AF769C;
}
</style>