Shades of Bouquet #AF7DA1
Tints of Bouquet #AF7DA1
RGB
CMYK
RGB Variations
Color information
#AF7DA1 (or 0xAF7DA1) is known color: Bouquet. HEX triplet: AF, 7D and A1. RGB value is (175,125,161). Sum of RGB (Red+Green+Blue) = 175+125+161=461 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.96% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 161 (63.28% from 255 or 34.92% from 461); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7DA1 is #50825E. Grayscale: #8F8F8F. Windows color (decimal): -5276255 or 10583471. OLE color: 10583471.
HSL color Cylindrical-coordinate representation of color #AF7DA1: hue angle of 316.8º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF7DA1 is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 125 | 161 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.31 |
| HSL | 316.8º | 0.24% | 0.59% | - |
| HSV(B) | 316.8º | 0.29% | 0.69% | - |
| XYZ | 31.45 | 26.35 | 37.15 | - |
| YUV | 144.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 125 | 161 | 0 | 0.29 | 0.08 | 0.31 | 316.8 | 0.24 | 0.59 |
| Hex | AF | 7D | A1 | 0 | 1D | 8 | 1F | 13D | 18 | 3B |
| Octal | 257 | 175 | 241 | 0 | 35 | 10 | 37 | 475 | 30 | 73 |
| Binary | 10101111 | 1111101 | 10100001 | 0 | 11101 | 1000 | 11111 | 100111101 | 11000 | 111011 |
Color Harmonies of #AF7DA1
Complementary color
Monochromatic Colors of #AF7DA1
Black with #AF7DA1
Text Example
Text Example
White with #AF7DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7DA1; }
p { color: rgb(175,125,161); }
H1.HeaderClassName
{
color: #AF7DA1;
}
.AnyTagClassName
{
color: #AF7DA1;
}
</style>
background-color css
<style>
a { background-color: #AF7DA1; }
a { background-color: rgb(175,125,161); }
div.DivClassName
{
background-color: #AF7DA1;
}
.BgClassName
{
background-color: #AF7DA1;
}
</style>
border-color css
<style>
span { border-color: #AF7DA1; }
span { border-color: rgb(175,125,161); }
td.TdClassName
{
border-color: #AF7DA1;
}
.TagClassName
{
border-color: #AF7DA1;
}
</style>