Shades of Bouquet #AF6996
Tints of Bouquet #AF6996
RGB
CMYK
RGB Variations
Color information
#AF6996 (or 0xAF6996) is known color: Bouquet. HEX triplet: AF, 69 and 96. RGB value is (175,105,150). Sum of RGB (Red+Green+Blue) = 175+105+150=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6996 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6996 is #509669. Grayscale: #828282. Windows color (decimal): -5281386 or 9857455. OLE color: 9857455.
HSL color Cylindrical-coordinate representation of color #AF6996: hue angle of 321.43º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6996 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 150 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.31 |
| HSL | 321.43º | 0.3% | 0.55% | - |
| HSV(B) | 321.43º | 0.4% | 0.69% | - |
| XYZ | 28.24 | 21.42 | 31.5 | - |
| YUV | 131.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 150 | 0 | 0.40 | 0.14 | 0.31 | 321.43 | 0.3 | 0.55 |
| Hex | AF | 69 | 96 | 0 | 28 | E | 1F | 141 | 1E | 37 |
| Octal | 257 | 151 | 226 | 0 | 50 | 16 | 37 | 501 | 36 | 67 |
| Binary | 10101111 | 1101001 | 10010110 | 0 | 101000 | 1110 | 11111 | 101000001 | 11110 | 110111 |
Color Harmonies of #AF6996
Complementary color
Monochromatic Colors of #AF6996
Black with #AF6996
Text Example
Text Example
White with #AF6996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6996; }
p { color: rgb(175,105,150); }
H1.HeaderClassName
{
color: #AF6996;
}
.AnyTagClassName
{
color: #AF6996;
}
</style>
background-color css
<style>
a { background-color: #AF6996; }
a { background-color: rgb(175,105,150); }
div.DivClassName
{
background-color: #AF6996;
}
.BgClassName
{
background-color: #AF6996;
}
</style>
border-color css
<style>
span { border-color: #AF6996; }
span { border-color: rgb(175,105,150); }
td.TdClassName
{
border-color: #AF6996;
}
.TagClassName
{
border-color: #AF6996;
}
</style>