Shades of Bouquet #AF6D9B
Tints of Bouquet #AF6D9B
RGB
CMYK
RGB Variations
Color information
#AF6D9B (or 0xAF6D9B) is known color: Bouquet. HEX triplet: AF, 6D and 9B. RGB value is (175,109,155). Sum of RGB (Red+Green+Blue) = 175+109+155=439 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.86% from 439); Green value is 109 (42.97% from 255 or 24.83% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6D9B is #509264. Grayscale: #858585. Windows color (decimal): -5280357 or 10186159. OLE color: 10186159.
HSL color Cylindrical-coordinate representation of color #AF6D9B: hue angle of 318.18º 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 #AF6D9B is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 155 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.31 |
| HSL | 318.18º | 0.29% | 0.56% | - |
| HSV(B) | 318.18º | 0.38% | 0.69% | - |
| XYZ | 29.06 | 22.42 | 33.81 | - |
| YUV | 133.98 | 139.87 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 155 | 0 | 0.38 | 0.11 | 0.31 | 318.18 | 0.29 | 0.56 |
| Hex | AF | 6D | 9B | 0 | 26 | B | 1F | 13E | 1D | 38 |
| Octal | 257 | 155 | 233 | 0 | 46 | 13 | 37 | 476 | 35 | 70 |
| Binary | 10101111 | 1101101 | 10011011 | 0 | 100110 | 1011 | 11111 | 100111110 | 11101 | 111000 |
Color Harmonies of #AF6D9B
Complementary color
Monochromatic Colors of #AF6D9B
Black with #AF6D9B
Text Example
Text Example
White with #AF6D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D9B; }
p { color: rgb(175,109,155); }
H1.HeaderClassName
{
color: #AF6D9B;
}
.AnyTagClassName
{
color: #AF6D9B;
}
</style>
background-color css
<style>
a { background-color: #AF6D9B; }
a { background-color: rgb(175,109,155); }
div.DivClassName
{
background-color: #AF6D9B;
}
.BgClassName
{
background-color: #AF6D9B;
}
</style>
border-color css
<style>
span { border-color: #AF6D9B; }
span { border-color: rgb(175,109,155); }
td.TdClassName
{
border-color: #AF6D9B;
}
.TagClassName
{
border-color: #AF6D9B;
}
</style>