Shades of Bouquet #AF6696
Tints of Bouquet #AF6696
RGB
CMYK
RGB Variations
Color information
#AF6696 (or 0xAF6696) is known color: Bouquet. HEX triplet: AF, 66 and 96. RGB value is (175,102,150). Sum of RGB (Red+Green+Blue) = 175+102+150=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 102 (40.23% from 255 or 23.89% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6696 is #509969. Grayscale: #818181. Windows color (decimal): -5282154 or 9856687. OLE color: 9856687.
HSL color Cylindrical-coordinate representation of color #AF6696: hue angle of 320.55º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6696 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 150 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.31 |
| HSL | 320.55º | 0.31% | 0.54% | - |
| HSV(B) | 320.55º | 0.42% | 0.69% | - |
| XYZ | 27.94 | 20.82 | 31.4 | - |
| YUV | 129.3 | 139.68 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 150 | 0 | 0.42 | 0.14 | 0.31 | 320.55 | 0.31 | 0.54 |
| Hex | AF | 66 | 96 | 0 | 2A | E | 1F | 141 | 1F | 36 |
| Octal | 257 | 146 | 226 | 0 | 52 | 16 | 37 | 501 | 37 | 66 |
| Binary | 10101111 | 1100110 | 10010110 | 0 | 101010 | 1110 | 11111 | 101000001 | 11111 | 110110 |
Color Harmonies of #AF6696
Complementary color
Monochromatic Colors of #AF6696
Black with #AF6696
Text Example
Text Example
White with #AF6696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6696; }
p { color: rgb(175,102,150); }
H1.HeaderClassName
{
color: #AF6696;
}
.AnyTagClassName
{
color: #AF6696;
}
</style>
background-color css
<style>
a { background-color: #AF6696; }
a { background-color: rgb(175,102,150); }
div.DivClassName
{
background-color: #AF6696;
}
.BgClassName
{
background-color: #AF6696;
}
</style>
border-color css
<style>
span { border-color: #AF6696; }
span { border-color: rgb(175,102,150); }
td.TdClassName
{
border-color: #AF6696;
}
.TagClassName
{
border-color: #AF6696;
}
</style>