Shades of Bouquet #AF6E9E
Tints of Bouquet #AF6E9E
RGB
CMYK
RGB Variations
Color information
#AF6E9E (or 0xAF6E9E) is known color: Bouquet. HEX triplet: AF, 6E and 9E. RGB value is (175,110,158). Sum of RGB (Red+Green+Blue) = 175+110+158=443 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.50% from 443); Green value is 110 (43.36% from 255 or 24.83% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6E9E is #509161. Grayscale: #868686. Windows color (decimal): -5280098 or 10383023. OLE color: 10383023.
HSL color Cylindrical-coordinate representation of color #AF6E9E: hue angle of 315.69º 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 #AF6E9E is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 158 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.31 |
| HSL | 315.69º | 0.29% | 0.56% | - |
| HSV(B) | 315.69º | 0.37% | 0.69% | - |
| XYZ | 29.43 | 22.73 | 35.18 | - |
| YUV | 134.91 | 141.03 | 156.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 158 | 0 | 0.37 | 0.10 | 0.31 | 315.69 | 0.29 | 0.56 |
| Hex | AF | 6E | 9E | 0 | 25 | A | 1F | 13C | 1D | 38 |
| Octal | 257 | 156 | 236 | 0 | 45 | 12 | 37 | 474 | 35 | 70 |
| Binary | 10101111 | 1101110 | 10011110 | 0 | 100101 | 1010 | 11111 | 100111100 | 11101 | 111000 |
Color Harmonies of #AF6E9E
Complementary color
Monochromatic Colors of #AF6E9E
Black with #AF6E9E
Text Example
Text Example
White with #AF6E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E9E; }
p { color: rgb(175,110,158); }
H1.HeaderClassName
{
color: #AF6E9E;
}
.AnyTagClassName
{
color: #AF6E9E;
}
</style>
background-color css
<style>
a { background-color: #AF6E9E; }
a { background-color: rgb(175,110,158); }
div.DivClassName
{
background-color: #AF6E9E;
}
.BgClassName
{
background-color: #AF6E9E;
}
</style>
border-color css
<style>
span { border-color: #AF6E9E; }
span { border-color: rgb(175,110,158); }
td.TdClassName
{
border-color: #AF6E9E;
}
.TagClassName
{
border-color: #AF6E9E;
}
</style>