Shades of Bouquet #AF719A
Tints of Bouquet #AF719A
RGB
CMYK
RGB Variations
Color information
#AF719A (or 0xAF719A) is known color: Bouquet. HEX triplet: AF, 71 and 9A. RGB value is (175,113,154). Sum of RGB (Red+Green+Blue) = 175+113+154=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 154 (60.55% from 255 or 34.84% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF719A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF719A is #508E65. Grayscale: #888888. Windows color (decimal): -5279334 or 10121647. OLE color: 10121647.
HSL color Cylindrical-coordinate representation of color #AF719A: hue angle of 320.32º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF719A is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 113 | 154 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.31 |
| HSL | 320.32º | 0.28% | 0.56% | - |
| HSV(B) | 320.32º | 0.35% | 0.69% | - |
| XYZ | 29.42 | 23.26 | 33.51 | - |
| YUV | 136.21 | 138.04 | 155.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 113 | 154 | 0 | 0.35 | 0.12 | 0.31 | 320.32 | 0.28 | 0.56 |
| Hex | AF | 71 | 9A | 0 | 23 | C | 1F | 140 | 1C | 38 |
| Octal | 257 | 161 | 232 | 0 | 43 | 14 | 37 | 500 | 34 | 70 |
| Binary | 10101111 | 1110001 | 10011010 | 0 | 100011 | 1100 | 11111 | 101000000 | 11100 | 111000 |
Color Harmonies of #AF719A
Complementary color
Monochromatic Colors of #AF719A
Black with #AF719A
Text Example
Text Example
White with #AF719A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF719A; }
p { color: rgb(175,113,154); }
H1.HeaderClassName
{
color: #AF719A;
}
.AnyTagClassName
{
color: #AF719A;
}
</style>
background-color css
<style>
a { background-color: #AF719A; }
a { background-color: rgb(175,113,154); }
div.DivClassName
{
background-color: #AF719A;
}
.BgClassName
{
background-color: #AF719A;
}
</style>
border-color css
<style>
span { border-color: #AF719A; }
span { border-color: rgb(175,113,154); }
td.TdClassName
{
border-color: #AF719A;
}
.TagClassName
{
border-color: #AF719A;
}
</style>