Shades of Bouquet #AF6895
Tints of Bouquet #AF6895
RGB
CMYK
RGB Variations
Color information
#AF6895 (or 0xAF6895) is known color: Bouquet. HEX triplet: AF, 68 and 95. RGB value is (175,104,149). Sum of RGB (Red+Green+Blue) = 175+104+149=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 104 (41.02% from 255 or 24.30% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6895 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6895 is #50976A. Grayscale: #828282. Windows color (decimal): -5281643 or 9791663. OLE color: 9791663.
HSL color Cylindrical-coordinate representation of color #AF6895: hue angle of 321.97º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF6895 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 104 | 149 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.31 |
| HSL | 321.97º | 0.31% | 0.55% | - |
| HSV(B) | 321.97º | 0.41% | 0.69% | - |
| XYZ | 28.05 | 21.18 | 31.04 | - |
| YUV | 130.36 | 138.52 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 149 | 0 | 0.41 | 0.15 | 0.31 | 321.97 | 0.31 | 0.55 |
| Hex | AF | 68 | 95 | 0 | 29 | F | 1F | 142 | 1F | 37 |
| Octal | 257 | 150 | 225 | 0 | 51 | 17 | 37 | 502 | 37 | 67 |
| Binary | 10101111 | 1101000 | 10010101 | 0 | 101001 | 1111 | 11111 | 101000010 | 11111 | 110111 |
Color Harmonies of #AF6895
Complementary color
Monochromatic Colors of #AF6895
Black with #AF6895
Text Example
Text Example
White with #AF6895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6895; }
p { color: rgb(175,104,149); }
H1.HeaderClassName
{
color: #AF6895;
}
.AnyTagClassName
{
color: #AF6895;
}
</style>
background-color css
<style>
a { background-color: #AF6895; }
a { background-color: rgb(175,104,149); }
div.DivClassName
{
background-color: #AF6895;
}
.BgClassName
{
background-color: #AF6895;
}
</style>
border-color css
<style>
span { border-color: #AF6895; }
span { border-color: rgb(175,104,149); }
td.TdClassName
{
border-color: #AF6895;
}
.TagClassName
{
border-color: #AF6895;
}
</style>