Shades of Bouquet #AF6695
Tints of Bouquet #AF6695
RGB
CMYK
RGB Variations
Color information
#AF6695 (or 0xAF6695) is known color: Bouquet. HEX triplet: AF, 66 and 95. RGB value is (175,102,149). Sum of RGB (Red+Green+Blue) = 175+102+149=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6695 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6695 is #50996A. Grayscale: #818181. Windows color (decimal): -5282155 or 9791151. OLE color: 9791151.
HSL color Cylindrical-coordinate representation of color #AF6695: hue angle of 321.37º 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 #AF6695 is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 102 | 149 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.31 |
| HSL | 321.37º | 0.31% | 0.54% | - |
| HSV(B) | 321.37º | 0.42% | 0.69% | - |
| XYZ | 27.86 | 20.79 | 30.98 | - |
| YUV | 129.19 | 139.18 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 102 | 149 | 0 | 0.42 | 0.15 | 0.31 | 321.37 | 0.31 | 0.54 |
| Hex | AF | 66 | 95 | 0 | 2A | F | 1F | 141 | 1F | 36 |
| Octal | 257 | 146 | 225 | 0 | 52 | 17 | 37 | 501 | 37 | 66 |
| Binary | 10101111 | 1100110 | 10010101 | 0 | 101010 | 1111 | 11111 | 101000001 | 11111 | 110110 |
Color Harmonies of #AF6695
Complementary color
Monochromatic Colors of #AF6695
Black with #AF6695
Text Example
Text Example
White with #AF6695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6695; }
p { color: rgb(175,102,149); }
H1.HeaderClassName
{
color: #AF6695;
}
.AnyTagClassName
{
color: #AF6695;
}
</style>
background-color css
<style>
a { background-color: #AF6695; }
a { background-color: rgb(175,102,149); }
div.DivClassName
{
background-color: #AF6695;
}
.BgClassName
{
background-color: #AF6695;
}
</style>
border-color css
<style>
span { border-color: #AF6695; }
span { border-color: rgb(175,102,149); }
td.TdClassName
{
border-color: #AF6695;
}
.TagClassName
{
border-color: #AF6695;
}
</style>