Shades of Bouquet #AF74A6
Tints of Bouquet #AF74A6
RGB
CMYK
RGB Variations
Color information
#AF74A6 (or 0xAF74A6) is known color: Bouquet. HEX triplet: AF, 74 and A6. RGB value is (175,116,166). Sum of RGB (Red+Green+Blue) = 175+116+166=457 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.29% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 166 (65.23% from 255 or 36.32% from 457); Max value from RGB is 175 - color contains mainly: red. Hex color #AF74A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF74A6 is #508B59. Grayscale: #8B8B8B. Windows color (decimal): -5278554 or 10908847. OLE color: 10908847.
HSL color Cylindrical-coordinate representation of color #AF74A6: hue angle of 309.15º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AF74A6 is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 116 | 166 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.31 |
| HSL | 309.15º | 0.27% | 0.57% | - |
| HSV(B) | 309.15º | 0.34% | 0.69% | - |
| XYZ | 30.81 | 24.36 | 39.15 | - |
| YUV | 139.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 116 | 166 | 0 | 0.34 | 0.05 | 0.31 | 309.15 | 0.27 | 0.57 |
| Hex | AF | 74 | A6 | 0 | 22 | 5 | 1F | 135 | 1B | 39 |
| Octal | 257 | 164 | 246 | 0 | 42 | 5 | 37 | 465 | 33 | 71 |
| Binary | 10101111 | 1110100 | 10100110 | 0 | 100010 | 101 | 11111 | 100110101 | 11011 | 111001 |
Color Harmonies of #AF74A6
Complementary color
Monochromatic Colors of #AF74A6
Black with #AF74A6
Text Example
Text Example
White with #AF74A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF74A6; }
p { color: rgb(175,116,166); }
H1.HeaderClassName
{
color: #AF74A6;
}
.AnyTagClassName
{
color: #AF74A6;
}
</style>
background-color css
<style>
a { background-color: #AF74A6; }
a { background-color: rgb(175,116,166); }
div.DivClassName
{
background-color: #AF74A6;
}
.BgClassName
{
background-color: #AF74A6;
}
</style>
border-color css
<style>
span { border-color: #AF74A6; }
span { border-color: rgb(175,116,166); }
td.TdClassName
{
border-color: #AF74A6;
}
.TagClassName
{
border-color: #AF74A6;
}
</style>