Shades of Bouquet #AF6D9D
Tints of Bouquet #AF6D9D
RGB
CMYK
RGB Variations
Color information
#AF6D9D (or 0xAF6D9D) is known color: Bouquet. HEX triplet: AF, 6D and 9D. RGB value is (175,109,157). Sum of RGB (Red+Green+Blue) = 175+109+157=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6D9D is #509262. Grayscale: #868686. Windows color (decimal): -5280355 or 10317231. OLE color: 10317231.
HSL color Cylindrical-coordinate representation of color #AF6D9D: hue angle of 316.36º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6D9D is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 157 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.31 |
| HSL | 316.36º | 0.29% | 0.56% | - |
| HSV(B) | 316.36º | 0.38% | 0.69% | - |
| XYZ | 29.23 | 22.49 | 34.7 | - |
| YUV | 134.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 157 | 0 | 0.38 | 0.10 | 0.31 | 316.36 | 0.29 | 0.56 |
| Hex | AF | 6D | 9D | 0 | 26 | A | 1F | 13C | 1D | 38 |
| Octal | 257 | 155 | 235 | 0 | 46 | 12 | 37 | 474 | 35 | 70 |
| Binary | 10101111 | 1101101 | 10011101 | 0 | 100110 | 1010 | 11111 | 100111100 | 11101 | 111000 |
Color Harmonies of #AF6D9D
Complementary color
Monochromatic Colors of #AF6D9D
Black with #AF6D9D
Text Example
Text Example
White with #AF6D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D9D; }
p { color: rgb(175,109,157); }
H1.HeaderClassName
{
color: #AF6D9D;
}
.AnyTagClassName
{
color: #AF6D9D;
}
</style>
background-color css
<style>
a { background-color: #AF6D9D; }
a { background-color: rgb(175,109,157); }
div.DivClassName
{
background-color: #AF6D9D;
}
.BgClassName
{
background-color: #AF6D9D;
}
</style>
border-color css
<style>
span { border-color: #AF6D9D; }
span { border-color: rgb(175,109,157); }
td.TdClassName
{
border-color: #AF6D9D;
}
.TagClassName
{
border-color: #AF6D9D;
}
</style>