Shades of Bouquet #AF789E
Tints of Bouquet #AF789E
RGB
CMYK
RGB Variations
Color information
#AF789E (or 0xAF789E) is known color: Bouquet. HEX triplet: AF, 78 and 9E. RGB value is (175,120,158). Sum of RGB (Red+Green+Blue) = 175+120+158=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 175 - color contains mainly: red. Hex color #AF789E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF789E is #508761. Grayscale: #8C8C8C. Windows color (decimal): -5277538 or 10385583. OLE color: 10385583.
HSL color Cylindrical-coordinate representation of color #AF789E: hue angle of 318.55º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AF789E is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 158 | - |
| CMYK | 0 | 0.31 | 0.10 | 0.31 |
| HSL | 318.55º | 0.26% | 0.58% | - |
| HSV(B) | 318.55º | 0.31% | 0.69% | - |
| XYZ | 30.57 | 25.02 | 35.57 | - |
| YUV | 140.78 | 137.72 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 158 | 0 | 0.31 | 0.10 | 0.31 | 318.55 | 0.26 | 0.58 |
| Hex | AF | 78 | 9E | 0 | 1F | A | 1F | 13F | 1A | 3A |
| Octal | 257 | 170 | 236 | 0 | 37 | 12 | 37 | 477 | 32 | 72 |
| Binary | 10101111 | 1111000 | 10011110 | 0 | 11111 | 1010 | 11111 | 100111111 | 11010 | 111010 |
Color Harmonies of #AF789E
Complementary color
Monochromatic Colors of #AF789E
Black with #AF789E
Text Example
Text Example
White with #AF789E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF789E; }
p { color: rgb(175,120,158); }
H1.HeaderClassName
{
color: #AF789E;
}
.AnyTagClassName
{
color: #AF789E;
}
</style>
background-color css
<style>
a { background-color: #AF789E; }
a { background-color: rgb(175,120,158); }
div.DivClassName
{
background-color: #AF789E;
}
.BgClassName
{
background-color: #AF789E;
}
</style>
border-color css
<style>
span { border-color: #AF789E; }
span { border-color: rgb(175,120,158); }
td.TdClassName
{
border-color: #AF789E;
}
.TagClassName
{
border-color: #AF789E;
}
</style>