Shades of Bouquet #AF6799
Tints of Bouquet #AF6799
RGB
CMYK
RGB Variations
Color information
#AF6799 (or 0xAF6799) is known color: Bouquet. HEX triplet: AF, 67 and 99. RGB value is (175,103,153). Sum of RGB (Red+Green+Blue) = 175+103+153=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6799 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6799 is #509866. Grayscale: #828282. Windows color (decimal): -5281895 or 10053551. OLE color: 10053551.
HSL color Cylindrical-coordinate representation of color #AF6799: hue angle of 318.33º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6799 is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 153 | - |
| CMYK | 0 | 0.41 | 0.13 | 0.31 |
| HSL | 318.33º | 0.31% | 0.55% | - |
| HSV(B) | 318.33º | 0.41% | 0.69% | - |
| XYZ | 28.28 | 21.11 | 32.72 | - |
| YUV | 130.23 | 140.85 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 153 | 0 | 0.41 | 0.13 | 0.31 | 318.33 | 0.31 | 0.55 |
| Hex | AF | 67 | 99 | 0 | 29 | D | 1F | 13E | 1F | 37 |
| Octal | 257 | 147 | 231 | 0 | 51 | 15 | 37 | 476 | 37 | 67 |
| Binary | 10101111 | 1100111 | 10011001 | 0 | 101001 | 1101 | 11111 | 100111110 | 11111 | 110111 |
Color Harmonies of #AF6799
Complementary color
Monochromatic Colors of #AF6799
Black with #AF6799
Text Example
Text Example
White with #AF6799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6799; }
p { color: rgb(175,103,153); }
H1.HeaderClassName
{
color: #AF6799;
}
.AnyTagClassName
{
color: #AF6799;
}
</style>
background-color css
<style>
a { background-color: #AF6799; }
a { background-color: rgb(175,103,153); }
div.DivClassName
{
background-color: #AF6799;
}
.BgClassName
{
background-color: #AF6799;
}
</style>
border-color css
<style>
span { border-color: #AF6799; }
span { border-color: rgb(175,103,153); }
td.TdClassName
{
border-color: #AF6799;
}
.TagClassName
{
border-color: #AF6799;
}
</style>