Shades of Bouquet #AF789B
Tints of Bouquet #AF789B
RGB
CMYK
RGB Variations
Color information
#AF789B (or 0xAF789B) is known color: Bouquet. HEX triplet: AF, 78 and 9B. RGB value is (175,120,155). Sum of RGB (Red+Green+Blue) = 175+120+155=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 175 - color contains mainly: red. Hex color #AF789B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF789B is #508764. Grayscale: #8C8C8C. Windows color (decimal): -5277541 or 10188975. OLE color: 10188975.
HSL color Cylindrical-coordinate representation of color #AF789B: hue angle of 321.82º 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 #AF789B is Cyan = 0, Magento = 0.31, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 120 | 155 | - |
| CMYK | 0 | 0.31 | 0.11 | 0.31 |
| HSL | 321.82º | 0.26% | 0.58% | - |
| HSV(B) | 321.82º | 0.31% | 0.69% | - |
| XYZ | 30.31 | 24.91 | 34.22 | - |
| YUV | 140.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 120 | 155 | 0 | 0.31 | 0.11 | 0.31 | 321.82 | 0.26 | 0.58 |
| Hex | AF | 78 | 9B | 0 | 1F | B | 1F | 142 | 1A | 3A |
| Octal | 257 | 170 | 233 | 0 | 37 | 13 | 37 | 502 | 32 | 72 |
| Binary | 10101111 | 1111000 | 10011011 | 0 | 11111 | 1011 | 11111 | 101000010 | 11010 | 111010 |
Color Harmonies of #AF789B
Complementary color
Monochromatic Colors of #AF789B
Black with #AF789B
Text Example
Text Example
White with #AF789B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF789B; }
p { color: rgb(175,120,155); }
H1.HeaderClassName
{
color: #AF789B;
}
.AnyTagClassName
{
color: #AF789B;
}
</style>
background-color css
<style>
a { background-color: #AF789B; }
a { background-color: rgb(175,120,155); }
div.DivClassName
{
background-color: #AF789B;
}
.BgClassName
{
background-color: #AF789B;
}
</style>
border-color css
<style>
span { border-color: #AF789B; }
span { border-color: rgb(175,120,155); }
td.TdClassName
{
border-color: #AF789B;
}
.TagClassName
{
border-color: #AF789B;
}
</style>