Shades of Bouquet #AF6597
Tints of Bouquet #AF6597
RGB
CMYK
RGB Variations
Color information
#AF6597 (or 0xAF6597) is known color: Bouquet. HEX triplet: AF, 65 and 97. RGB value is (175,101,151). Sum of RGB (Red+Green+Blue) = 175+101+151=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6597 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6597 is #509A68. Grayscale: #808080. Windows color (decimal): -5282409 or 9921967. OLE color: 9921967.
HSL color Cylindrical-coordinate representation of color #AF6597: hue angle of 319.46º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF6597 is Cyan = 0, Magento = 0.42, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 101 | 151 | - |
| CMYK | 0 | 0.42 | 0.14 | 0.31 |
| HSL | 319.46º | 0.32% | 0.54% | - |
| HSV(B) | 319.46º | 0.42% | 0.69% | - |
| XYZ | 27.92 | 20.66 | 31.79 | - |
| YUV | 128.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 101 | 151 | 0 | 0.42 | 0.14 | 0.31 | 319.46 | 0.32 | 0.54 |
| Hex | AF | 65 | 97 | 0 | 2A | E | 1F | 13F | 20 | 36 |
| Octal | 257 | 145 | 227 | 0 | 52 | 16 | 37 | 477 | 40 | 66 |
| Binary | 10101111 | 1100101 | 10010111 | 0 | 101010 | 1110 | 11111 | 100111111 | 100000 | 110110 |
Color Harmonies of #AF6597
Complementary color
Monochromatic Colors of #AF6597
Black with #AF6597
Text Example
Text Example
White with #AF6597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6597; }
p { color: rgb(175,101,151); }
H1.HeaderClassName
{
color: #AF6597;
}
.AnyTagClassName
{
color: #AF6597;
}
</style>
background-color css
<style>
a { background-color: #AF6597; }
a { background-color: rgb(175,101,151); }
div.DivClassName
{
background-color: #AF6597;
}
.BgClassName
{
background-color: #AF6597;
}
</style>
border-color css
<style>
span { border-color: #AF6597; }
span { border-color: rgb(175,101,151); }
td.TdClassName
{
border-color: #AF6597;
}
.TagClassName
{
border-color: #AF6597;
}
</style>