Shades of Bouquet #AF6D9A
Tints of Bouquet #AF6D9A
RGB
CMYK
RGB Variations
Color information
#AF6D9A (or 0xAF6D9A) is known color: Bouquet. HEX triplet: AF, 6D and 9A. RGB value is (175,109,154). Sum of RGB (Red+Green+Blue) = 175+109+154=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6D9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6D9A is #509265. Grayscale: #858585. Windows color (decimal): -5280358 or 10120623. OLE color: 10120623.
HSL color Cylindrical-coordinate representation of color #AF6D9A: hue angle of 319.09º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF6D9A is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 109 | 154 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.31 |
| HSL | 319.09º | 0.29% | 0.56% | - |
| HSV(B) | 319.09º | 0.38% | 0.69% | - |
| XYZ | 28.98 | 22.38 | 33.37 | - |
| YUV | 133.86 | 139.37 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 154 | 0 | 0.38 | 0.12 | 0.31 | 319.09 | 0.29 | 0.56 |
| Hex | AF | 6D | 9A | 0 | 26 | C | 1F | 13F | 1D | 38 |
| Octal | 257 | 155 | 232 | 0 | 46 | 14 | 37 | 477 | 35 | 70 |
| Binary | 10101111 | 1101101 | 10011010 | 0 | 100110 | 1100 | 11111 | 100111111 | 11101 | 111000 |
Color Harmonies of #AF6D9A
Complementary color
Monochromatic Colors of #AF6D9A
Black with #AF6D9A
Text Example
Text Example
White with #AF6D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6D9A; }
p { color: rgb(175,109,154); }
H1.HeaderClassName
{
color: #AF6D9A;
}
.AnyTagClassName
{
color: #AF6D9A;
}
</style>
background-color css
<style>
a { background-color: #AF6D9A; }
a { background-color: rgb(175,109,154); }
div.DivClassName
{
background-color: #AF6D9A;
}
.BgClassName
{
background-color: #AF6D9A;
}
</style>
border-color css
<style>
span { border-color: #AF6D9A; }
span { border-color: rgb(175,109,154); }
td.TdClassName
{
border-color: #AF6D9A;
}
.TagClassName
{
border-color: #AF6D9A;
}
</style>