Shades of Bouquet #AF6DA1
Tints of Bouquet #AF6DA1
RGB
CMYK
RGB Variations
Color information
#AF6DA1 (or 0xAF6DA1) is known color: Bouquet. HEX triplet: AF, 6D and A1. RGB value is (175,109,161). Sum of RGB (Red+Green+Blue) = 175+109+161=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6DA1 is #50925E. Grayscale: #868686. Windows color (decimal): -5280351 or 10579375. OLE color: 10579375.
HSL color Cylindrical-coordinate representation of color #AF6DA1: hue angle of 312.73º 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 #AF6DA1 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 161 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.31 |
| HSL | 312.73º | 0.29% | 0.56% | - |
| HSV(B) | 312.73º | 0.38% | 0.69% | - |
| XYZ | 29.58 | 22.62 | 36.53 | - |
| YUV | 134.66 | 142.87 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 161 | 0 | 0.38 | 0.08 | 0.31 | 312.73 | 0.29 | 0.56 |
| Hex | AF | 6D | A1 | 0 | 26 | 8 | 1F | 139 | 1D | 38 |
| Octal | 257 | 155 | 241 | 0 | 46 | 10 | 37 | 471 | 35 | 70 |
| Binary | 10101111 | 1101101 | 10100001 | 0 | 100110 | 1000 | 11111 | 100111001 | 11101 | 111000 |
Color Harmonies of #AF6DA1
Complementary color
Monochromatic Colors of #AF6DA1
Black with #AF6DA1
Text Example
Text Example
White with #AF6DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6DA1; }
p { color: rgb(175,109,161); }
H1.HeaderClassName
{
color: #AF6DA1;
}
.AnyTagClassName
{
color: #AF6DA1;
}
</style>
background-color css
<style>
a { background-color: #AF6DA1; }
a { background-color: rgb(175,109,161); }
div.DivClassName
{
background-color: #AF6DA1;
}
.BgClassName
{
background-color: #AF6DA1;
}
</style>
border-color css
<style>
span { border-color: #AF6DA1; }
span { border-color: rgb(175,109,161); }
td.TdClassName
{
border-color: #AF6DA1;
}
.TagClassName
{
border-color: #AF6DA1;
}
</style>