Shades of Bouquet #AF6794
Tints of Bouquet #AF6794
RGB
CMYK
RGB Variations
Color information
#AF6794 (or 0xAF6794) is known color: Bouquet. HEX triplet: AF, 67 and 94. RGB value is (175,103,148). Sum of RGB (Red+Green+Blue) = 175+103+148=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6794 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6794 is #50986B. Grayscale: #818181. Windows color (decimal): -5281900 or 9725871. OLE color: 9725871.
HSL color Cylindrical-coordinate representation of color #AF6794: hue angle of 322.5º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6794 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 103 | 148 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.31 |
| HSL | 322.5º | 0.31% | 0.55% | - |
| HSV(B) | 322.5º | 0.41% | 0.69% | - |
| XYZ | 27.87 | 20.95 | 30.59 | - |
| YUV | 129.66 | 138.35 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 103 | 148 | 0 | 0.41 | 0.15 | 0.31 | 322.5 | 0.31 | 0.55 |
| Hex | AF | 67 | 94 | 0 | 29 | F | 1F | 142 | 1F | 37 |
| Octal | 257 | 147 | 224 | 0 | 51 | 17 | 37 | 502 | 37 | 67 |
| Binary | 10101111 | 1100111 | 10010100 | 0 | 101001 | 1111 | 11111 | 101000010 | 11111 | 110111 |
Color Harmonies of #AF6794
Complementary color
Monochromatic Colors of #AF6794
Black with #AF6794
Text Example
Text Example
White with #AF6794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6794; }
p { color: rgb(175,103,148); }
H1.HeaderClassName
{
color: #AF6794;
}
.AnyTagClassName
{
color: #AF6794;
}
</style>
background-color css
<style>
a { background-color: #AF6794; }
a { background-color: rgb(175,103,148); }
div.DivClassName
{
background-color: #AF6794;
}
.BgClassName
{
background-color: #AF6794;
}
</style>
border-color css
<style>
span { border-color: #AF6794; }
span { border-color: rgb(175,103,148); }
td.TdClassName
{
border-color: #AF6794;
}
.TagClassName
{
border-color: #AF6794;
}
</style>