Shades of Bouquet #AF6495
Tints of Bouquet #AF6495
RGB
CMYK
RGB Variations
Color information
#AF6495 (or 0xAF6495) is known color: Bouquet. HEX triplet: AF, 64 and 95. RGB value is (175,100,149). Sum of RGB (Red+Green+Blue) = 175+100+149=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 149 (58.59% from 255 or 35.14% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6495 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6495 is #509B6A. Grayscale: #7F7F7F. Windows color (decimal): -5282667 or 9790639. OLE color: 9790639.
HSL color Cylindrical-coordinate representation of color #AF6495: hue angle of 320.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AF6495 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 100 | 149 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.31 |
| HSL | 320.8º | 0.32% | 0.54% | - |
| HSV(B) | 320.8º | 0.43% | 0.69% | - |
| XYZ | 27.66 | 20.4 | 30.91 | - |
| YUV | 128.01 | 139.85 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 149 | 0 | 0.43 | 0.15 | 0.31 | 320.8 | 0.32 | 0.54 |
| Hex | AF | 64 | 95 | 0 | 2B | F | 1F | 141 | 20 | 36 |
| Octal | 257 | 144 | 225 | 0 | 53 | 17 | 37 | 501 | 40 | 66 |
| Binary | 10101111 | 1100100 | 10010101 | 0 | 101011 | 1111 | 11111 | 101000001 | 100000 | 110110 |
Color Harmonies of #AF6495
Complementary color
Monochromatic Colors of #AF6495
Black with #AF6495
Text Example
Text Example
White with #AF6495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6495; }
p { color: rgb(175,100,149); }
H1.HeaderClassName
{
color: #AF6495;
}
.AnyTagClassName
{
color: #AF6495;
}
</style>
background-color css
<style>
a { background-color: #AF6495; }
a { background-color: rgb(175,100,149); }
div.DivClassName
{
background-color: #AF6495;
}
.BgClassName
{
background-color: #AF6495;
}
</style>
border-color css
<style>
span { border-color: #AF6495; }
span { border-color: rgb(175,100,149); }
td.TdClassName
{
border-color: #AF6495;
}
.TagClassName
{
border-color: #AF6495;
}
</style>