Shades of Bouquet #AF6B9E
Tints of Bouquet #AF6B9E
RGB
CMYK
RGB Variations
Color information
#AF6B9E (or 0xAF6B9E) is known color: Bouquet. HEX triplet: AF, 6B and 9E. RGB value is (175,107,158). Sum of RGB (Red+Green+Blue) = 175+107+158=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6B9E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6B9E is #509461. Grayscale: #858585. Windows color (decimal): -5280866 or 10382255. OLE color: 10382255.
HSL color Cylindrical-coordinate representation of color #AF6B9E: hue angle of 315º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF6B9E is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 107 | 158 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.31 |
| HSL | 315º | 0.3% | 0.55% | - |
| HSV(B) | 315º | 0.39% | 0.69% | - |
| XYZ | 29.11 | 22.1 | 35.08 | - |
| YUV | 133.15 | 142.03 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 107 | 158 | 0 | 0.39 | 0.10 | 0.31 | 315 | 0.3 | 0.55 |
| Hex | AF | 6B | 9E | 0 | 27 | A | 1F | 13B | 1E | 37 |
| Octal | 257 | 153 | 236 | 0 | 47 | 12 | 37 | 473 | 36 | 67 |
| Binary | 10101111 | 1101011 | 10011110 | 0 | 100111 | 1010 | 11111 | 100111011 | 11110 | 110111 |
Color Harmonies of #AF6B9E
Complementary color
Monochromatic Colors of #AF6B9E
Black with #AF6B9E
Text Example
Text Example
White with #AF6B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6B9E; }
p { color: rgb(175,107,158); }
H1.HeaderClassName
{
color: #AF6B9E;
}
.AnyTagClassName
{
color: #AF6B9E;
}
</style>
background-color css
<style>
a { background-color: #AF6B9E; }
a { background-color: rgb(175,107,158); }
div.DivClassName
{
background-color: #AF6B9E;
}
.BgClassName
{
background-color: #AF6B9E;
}
</style>
border-color css
<style>
span { border-color: #AF6B9E; }
span { border-color: rgb(175,107,158); }
td.TdClassName
{
border-color: #AF6B9E;
}
.TagClassName
{
border-color: #AF6B9E;
}
</style>