Shades of Bouquet #AF7C9C
Tints of Bouquet #AF7C9C
RGB
CMYK
RGB Variations
Color information
#AF7C9C (or 0xAF7C9C) is known color: Bouquet. HEX triplet: AF, 7C and 9C. RGB value is (175,124,156). Sum of RGB (Red+Green+Blue) = 175+124+156=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 124 (48.83% from 255 or 27.25% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7C9C is #508363. Grayscale: #8E8E8E. Windows color (decimal): -5276516 or 10255535. OLE color: 10255535.
HSL color Cylindrical-coordinate representation of color #AF7C9C: hue angle of 322.35º 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 #AF7C9C is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 124 | 156 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.31 |
| HSL | 322.35º | 0.24% | 0.59% | - |
| HSV(B) | 322.35º | 0.29% | 0.69% | - |
| XYZ | 30.89 | 25.93 | 34.83 | - |
| YUV | 142.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 124 | 156 | 0 | 0.29 | 0.11 | 0.31 | 322.35 | 0.24 | 0.59 |
| Hex | AF | 7C | 9C | 0 | 1D | B | 1F | 142 | 18 | 3B |
| Octal | 257 | 174 | 234 | 0 | 35 | 13 | 37 | 502 | 30 | 73 |
| Binary | 10101111 | 1111100 | 10011100 | 0 | 11101 | 1011 | 11111 | 101000010 | 11000 | 111011 |
Color Harmonies of #AF7C9C
Complementary color
Monochromatic Colors of #AF7C9C
Black with #AF7C9C
Text Example
Text Example
White with #AF7C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF7C9C; }
p { color: rgb(175,124,156); }
H1.HeaderClassName
{
color: #AF7C9C;
}
.AnyTagClassName
{
color: #AF7C9C;
}
</style>
background-color css
<style>
a { background-color: #AF7C9C; }
a { background-color: rgb(175,124,156); }
div.DivClassName
{
background-color: #AF7C9C;
}
.BgClassName
{
background-color: #AF7C9C;
}
</style>
border-color css
<style>
span { border-color: #AF7C9C; }
span { border-color: rgb(175,124,156); }
td.TdClassName
{
border-color: #AF7C9C;
}
.TagClassName
{
border-color: #AF7C9C;
}
</style>