Shades of Bouquet #AF6E9D
Tints of Bouquet #AF6E9D
RGB
CMYK
RGB Variations
Color information
#AF6E9D (or 0xAF6E9D) is known color: Bouquet. HEX triplet: AF, 6E and 9D. RGB value is (175,110,157). Sum of RGB (Red+Green+Blue) = 175+110+157=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6E9D is #509162. Grayscale: #868686. Windows color (decimal): -5280099 or 10317487. OLE color: 10317487.
HSL color Cylindrical-coordinate representation of color #AF6E9D: hue angle of 316.62º 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 #AF6E9D is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 157 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.31 |
| HSL | 316.62º | 0.29% | 0.56% | - |
| HSV(B) | 316.62º | 0.37% | 0.69% | - |
| XYZ | 29.34 | 22.7 | 34.73 | - |
| YUV | 134.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 157 | 0 | 0.37 | 0.10 | 0.31 | 316.62 | 0.29 | 0.56 |
| Hex | AF | 6E | 9D | 0 | 25 | A | 1F | 13D | 1D | 38 |
| Octal | 257 | 156 | 235 | 0 | 45 | 12 | 37 | 475 | 35 | 70 |
| Binary | 10101111 | 1101110 | 10011101 | 0 | 100101 | 1010 | 11111 | 100111101 | 11101 | 111000 |
Color Harmonies of #AF6E9D
Complementary color
Monochromatic Colors of #AF6E9D
Black with #AF6E9D
Text Example
Text Example
White with #AF6E9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E9D; }
p { color: rgb(175,110,157); }
H1.HeaderClassName
{
color: #AF6E9D;
}
.AnyTagClassName
{
color: #AF6E9D;
}
</style>
background-color css
<style>
a { background-color: #AF6E9D; }
a { background-color: rgb(175,110,157); }
div.DivClassName
{
background-color: #AF6E9D;
}
.BgClassName
{
background-color: #AF6E9D;
}
</style>
border-color css
<style>
span { border-color: #AF6E9D; }
span { border-color: rgb(175,110,157); }
td.TdClassName
{
border-color: #AF6E9D;
}
.TagClassName
{
border-color: #AF6E9D;
}
</style>