Shades of Bouquet #AF819E
Tints of Bouquet #AF819E
RGB
CMYK
RGB Variations
Color information
#AF819E (or 0xAF819E) is known color: Bouquet. HEX triplet: AF, 81 and 9E. RGB value is (175,129,158). Sum of RGB (Red+Green+Blue) = 175+129+158=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 175 - color contains mainly: red. Hex color #AF819E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF819E is #507E61. Grayscale: #919191. Windows color (decimal): -5275234 or 10387887. OLE color: 10387887.
HSL color Cylindrical-coordinate representation of color #AF819E: hue angle of 322.17º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF819E is Cyan = 0, Magento = 0.26, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 129 | 158 | - |
| CMYK | 0 | 0.26 | 0.10 | 0.31 |
| HSL | 322.17º | 0.22% | 0.6% | - |
| HSV(B) | 322.17º | 0.26% | 0.69% | - |
| XYZ | 31.7 | 27.28 | 35.94 | - |
| YUV | 146.06 | 134.74 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 129 | 158 | 0 | 0.26 | 0.10 | 0.31 | 322.17 | 0.22 | 0.6 |
| Hex | AF | 81 | 9E | 0 | 1A | A | 1F | 142 | 16 | 3C |
| Octal | 257 | 201 | 236 | 0 | 32 | 12 | 37 | 502 | 26 | 74 |
| Binary | 10101111 | 10000001 | 10011110 | 0 | 11010 | 1010 | 11111 | 101000010 | 10110 | 111100 |
Color Harmonies of #AF819E
Complementary color
Monochromatic Colors of #AF819E
Black with #AF819E
Text Example
Text Example
White with #AF819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF819E; }
p { color: rgb(175,129,158); }
H1.HeaderClassName
{
color: #AF819E;
}
.AnyTagClassName
{
color: #AF819E;
}
</style>
background-color css
<style>
a { background-color: #AF819E; }
a { background-color: rgb(175,129,158); }
div.DivClassName
{
background-color: #AF819E;
}
.BgClassName
{
background-color: #AF819E;
}
</style>
border-color css
<style>
span { border-color: #AF819E; }
span { border-color: rgb(175,129,158); }
td.TdClassName
{
border-color: #AF819E;
}
.TagClassName
{
border-color: #AF819E;
}
</style>