Shades of Bouquet #AF709A
Tints of Bouquet #AF709A
RGB
CMYK
RGB Variations
Color information
#AF709A (or 0xAF709A) is known color: Bouquet. HEX triplet: AF, 70 and 9A. RGB value is (175,112,154). Sum of RGB (Red+Green+Blue) = 175+112+154=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 154 (60.55% from 255 or 34.92% from 441); Max value from RGB is 175 - color contains mainly: red. Hex color #AF709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF709A is #508F65. Grayscale: #878787. Windows color (decimal): -5279590 or 10121391. OLE color: 10121391.
HSL color Cylindrical-coordinate representation of color #AF709A: hue angle of 320º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF709A is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 112 | 154 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.31 |
| HSL | 320º | 0.28% | 0.56% | - |
| HSV(B) | 320º | 0.36% | 0.69% | - |
| XYZ | 29.31 | 23.04 | 33.47 | - |
| YUV | 135.63 | 138.37 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 112 | 154 | 0 | 0.36 | 0.12 | 0.31 | 320 | 0.28 | 0.56 |
| Hex | AF | 70 | 9A | 0 | 24 | C | 1F | 140 | 1C | 38 |
| Octal | 257 | 160 | 232 | 0 | 44 | 14 | 37 | 500 | 34 | 70 |
| Binary | 10101111 | 1110000 | 10011010 | 0 | 100100 | 1100 | 11111 | 101000000 | 11100 | 111000 |
Color Harmonies of #AF709A
Complementary color
Monochromatic Colors of #AF709A
Black with #AF709A
Text Example
Text Example
White with #AF709A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF709A; }
p { color: rgb(175,112,154); }
H1.HeaderClassName
{
color: #AF709A;
}
.AnyTagClassName
{
color: #AF709A;
}
</style>
background-color css
<style>
a { background-color: #AF709A; }
a { background-color: rgb(175,112,154); }
div.DivClassName
{
background-color: #AF709A;
}
.BgClassName
{
background-color: #AF709A;
}
</style>
border-color css
<style>
span { border-color: #AF709A; }
span { border-color: rgb(175,112,154); }
td.TdClassName
{
border-color: #AF709A;
}
.TagClassName
{
border-color: #AF709A;
}
</style>