Shades of Bouquet #AF7FA5
Tints of Bouquet #AF7FA5
RGB
CMYK
RGB Variations
Color information
#AF7FA5 (or 0xAF7FA5) is known color: Bouquet. HEX triplet: AF, 7F and A5. RGB value is (175,127,165). Sum of RGB (Red+Green+Blue) = 175+127+165=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 165 (64.84% from 255 or 35.33% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7FA5 is #50805A. Grayscale: #919191. Windows color (decimal): -5275739 or 10846127. OLE color: 10846127.
HSL color Cylindrical-coordinate representation of color #AF7FA5: hue angle of 312.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AF7FA5 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 127 | 165 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.31 |
| HSL | 312.5º | 0.23% | 0.59% | - |
| HSV(B) | 312.5º | 0.27% | 0.69% | - |
| XYZ | 32.06 | 27.01 | 39.12 | - |
| YUV | 145.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 127 | 165 | 0 | 0.27 | 0.06 | 0.31 | 312.5 | 0.23 | 0.59 |
| Hex | AF | 7F | A5 | 0 | 1B | 6 | 1F | 138 | 17 | 3B |
| Octal | 257 | 177 | 245 | 0 | 33 | 6 | 37 | 470 | 27 | 73 |
| Binary | 10101111 | 1111111 | 10100101 | 0 | 11011 | 110 | 11111 | 100111000 | 10111 | 111011 |
Color Harmonies of #AF7FA5
Complementary color
Monochromatic Colors of #AF7FA5
Black with #AF7FA5
Text Example
Text Example
White with #AF7FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7FA5; }
p { color: rgb(175,127,165); }
H1.HeaderClassName
{
color: #AF7FA5;
}
.AnyTagClassName
{
color: #AF7FA5;
}
</style>
background-color css
<style>
a { background-color: #AF7FA5; }
a { background-color: rgb(175,127,165); }
div.DivClassName
{
background-color: #AF7FA5;
}
.BgClassName
{
background-color: #AF7FA5;
}
</style>
border-color css
<style>
span { border-color: #AF7FA5; }
span { border-color: rgb(175,127,165); }
td.TdClassName
{
border-color: #AF7FA5;
}
.TagClassName
{
border-color: #AF7FA5;
}
</style>