Shades of Bouquet #AF6F93
Tints of Bouquet #AF6F93
RGB
CMYK
RGB Variations
Color information
#AF6F93 (or 0xAF6F93) is known color: Bouquet. HEX triplet: AF, 6F and 93. RGB value is (175,111,147). Sum of RGB (Red+Green+Blue) = 175+111+147=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 111 (43.75% from 255 or 25.64% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6F93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6F93 is #50906C. Grayscale: #868686. Windows color (decimal): -5279853 or 9662383. OLE color: 9662383.
HSL color Cylindrical-coordinate representation of color #AF6F93: hue angle of 326.25º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF6F93 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 111 | 147 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.31 |
| HSL | 326.25º | 0.29% | 0.56% | - |
| HSV(B) | 326.25º | 0.37% | 0.69% | - |
| XYZ | 28.63 | 22.59 | 30.45 | - |
| YUV | 134.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 111 | 147 | 0 | 0.37 | 0.16 | 0.31 | 326.25 | 0.29 | 0.56 |
| Hex | AF | 6F | 93 | 0 | 25 | 10 | 1F | 146 | 1D | 38 |
| Octal | 257 | 157 | 223 | 0 | 45 | 20 | 37 | 506 | 35 | 70 |
| Binary | 10101111 | 1101111 | 10010011 | 0 | 100101 | 10000 | 11111 | 101000110 | 11101 | 111000 |
Color Harmonies of #AF6F93
Complementary color
Monochromatic Colors of #AF6F93
Black with #AF6F93
Text Example
Text Example
White with #AF6F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6F93; }
p { color: rgb(175,111,147); }
H1.HeaderClassName
{
color: #AF6F93;
}
.AnyTagClassName
{
color: #AF6F93;
}
</style>
background-color css
<style>
a { background-color: #AF6F93; }
a { background-color: rgb(175,111,147); }
div.DivClassName
{
background-color: #AF6F93;
}
.BgClassName
{
background-color: #AF6F93;
}
</style>
border-color css
<style>
span { border-color: #AF6F93; }
span { border-color: rgb(175,111,147); }
td.TdClassName
{
border-color: #AF6F93;
}
.TagClassName
{
border-color: #AF6F93;
}
</style>