Shades of Bouquet #AF87A3
Tints of Bouquet #AF87A3
RGB
CMYK
RGB Variations
Color information
#AF87A3 (or 0xAF87A3) is known color: Bouquet. HEX triplet: AF, 87 and A3. RGB value is (175,135,163). Sum of RGB (Red+Green+Blue) = 175+135+163=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 163 (64.06% from 255 or 34.46% from 473); Max value from RGB is 175 - color contains mainly: red. Hex color #AF87A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF87A3 is #50785C. Grayscale: #969696. Windows color (decimal): -5273693 or 10717103. OLE color: 10717103.
HSL color Cylindrical-coordinate representation of color #AF87A3: hue angle of 318º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AF87A3 is Cyan = 0, Magento = 0.23, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 135 | 163 | - |
| CMYK | 0 | 0.23 | 0.07 | 0.31 |
| HSL | 318º | 0.2% | 0.61% | - |
| HSV(B) | 318º | 0.23% | 0.69% | - |
| XYZ | 32.95 | 29.09 | 38.53 | - |
| YUV | 150.15 | 135.25 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 135 | 163 | 0 | 0.23 | 0.07 | 0.31 | 318 | 0.2 | 0.61 |
| Hex | AF | 87 | A3 | 0 | 17 | 7 | 1F | 13E | 14 | 3D |
| Octal | 257 | 207 | 243 | 0 | 27 | 7 | 37 | 476 | 24 | 75 |
| Binary | 10101111 | 10000111 | 10100011 | 0 | 10111 | 111 | 11111 | 100111110 | 10100 | 111101 |
Color Harmonies of #AF87A3
Complementary color
Monochromatic Colors of #AF87A3
Black with #AF87A3
Text Example
Text Example
White with #AF87A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF87A3; }
p { color: rgb(175,135,163); }
H1.HeaderClassName
{
color: #AF87A3;
}
.AnyTagClassName
{
color: #AF87A3;
}
</style>
background-color css
<style>
a { background-color: #AF87A3; }
a { background-color: rgb(175,135,163); }
div.DivClassName
{
background-color: #AF87A3;
}
.BgClassName
{
background-color: #AF87A3;
}
</style>
border-color css
<style>
span { border-color: #AF87A3; }
span { border-color: rgb(175,135,163); }
td.TdClassName
{
border-color: #AF87A3;
}
.TagClassName
{
border-color: #AF87A3;
}
</style>