Shades of Bouquet #AF6F9F
Tints of Bouquet #AF6F9F
RGB
CMYK
RGB Variations
Color information
#AF6F9F (or 0xAF6F9F) is known color: Bouquet. HEX triplet: AF, 6F and 9F. RGB value is (175,111,159). Sum of RGB (Red+Green+Blue) = 175+111+159=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6F9F is #509060. Grayscale: #878787. Windows color (decimal): -5279841 or 10448815. OLE color: 10448815.
HSL color Cylindrical-coordinate representation of color #AF6F9F: hue angle of 315º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF6F9F is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 111 | 159 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.31 |
| HSL | 315º | 0.29% | 0.56% | - |
| HSV(B) | 315º | 0.37% | 0.69% | - |
| XYZ | 29.62 | 22.99 | 35.68 | - |
| YUV | 135.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 159 | 0 | 0.37 | 0.09 | 0.31 | 315 | 0.29 | 0.56 |
| Hex | AF | 6F | 9F | 0 | 25 | 9 | 1F | 13B | 1D | 38 |
| Octal | 257 | 157 | 237 | 0 | 45 | 11 | 37 | 473 | 35 | 70 |
| Binary | 10101111 | 1101111 | 10011111 | 0 | 100101 | 1001 | 11111 | 100111011 | 11101 | 111000 |
Color Harmonies of #AF6F9F
Complementary color
Monochromatic Colors of #AF6F9F
Black with #AF6F9F
Text Example
Text Example
White with #AF6F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6F9F; }
p { color: rgb(175,111,159); }
H1.HeaderClassName
{
color: #AF6F9F;
}
.AnyTagClassName
{
color: #AF6F9F;
}
</style>
background-color css
<style>
a { background-color: #AF6F9F; }
a { background-color: rgb(175,111,159); }
div.DivClassName
{
background-color: #AF6F9F;
}
.BgClassName
{
background-color: #AF6F9F;
}
</style>
border-color css
<style>
span { border-color: #AF6F9F; }
span { border-color: rgb(175,111,159); }
td.TdClassName
{
border-color: #AF6F9F;
}
.TagClassName
{
border-color: #AF6F9F;
}
</style>