Shades of Bouquet #AF80A5
Tints of Bouquet #AF80A5
RGB
CMYK
RGB Variations
Color information
#AF80A5 (or 0xAF80A5) is known color: Bouquet. HEX triplet: AF, 80 and A5. RGB value is (175,128,165). Sum of RGB (Red+Green+Blue) = 175+128+165=468 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.39% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 175 - color contains mainly: red. Hex color #AF80A5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF80A5 is #507F5A. Grayscale: #929292. Windows color (decimal): -5275483 or 10846383. OLE color: 10846383.
HSL color Cylindrical-coordinate representation of color #AF80A5: hue angle of 312.77º 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 #AF80A5 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 128 | 165 | - |
| CMYK | 0 | 0.27 | 0.06 | 0.31 |
| HSL | 312.77º | 0.23% | 0.59% | - |
| HSV(B) | 312.77º | 0.27% | 0.69% | - |
| XYZ | 32.19 | 27.27 | 39.16 | - |
| YUV | 146.27 | 138.57 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 128 | 165 | 0 | 0.27 | 0.06 | 0.31 | 312.77 | 0.23 | 0.59 |
| Hex | AF | 80 | A5 | 0 | 1B | 6 | 1F | 139 | 17 | 3B |
| Octal | 257 | 200 | 245 | 0 | 33 | 6 | 37 | 471 | 27 | 73 |
| Binary | 10101111 | 10000000 | 10100101 | 0 | 11011 | 110 | 11111 | 100111001 | 10111 | 111011 |
Color Harmonies of #AF80A5
Complementary color
Monochromatic Colors of #AF80A5
Black with #AF80A5
Text Example
Text Example
White with #AF80A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF80A5; }
p { color: rgb(175,128,165); }
H1.HeaderClassName
{
color: #AF80A5;
}
.AnyTagClassName
{
color: #AF80A5;
}
</style>
background-color css
<style>
a { background-color: #AF80A5; }
a { background-color: rgb(175,128,165); }
div.DivClassName
{
background-color: #AF80A5;
}
.BgClassName
{
background-color: #AF80A5;
}
</style>
border-color css
<style>
span { border-color: #AF80A5; }
span { border-color: rgb(175,128,165); }
td.TdClassName
{
border-color: #AF80A5;
}
.TagClassName
{
border-color: #AF80A5;
}
</style>