Shades of Bouquet #AF6E93
Tints of Bouquet #AF6E93
RGB
CMYK
RGB Variations
Color information
#AF6E93 (or 0xAF6E93) is known color: Bouquet. HEX triplet: AF, 6E and 93. RGB value is (175,110,147). Sum of RGB (Red+Green+Blue) = 175+110+147=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 110 (43.36% from 255 or 25.46% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6E93 is #50916C. Grayscale: #858585. Windows color (decimal): -5280109 or 9662127. OLE color: 9662127.
HSL color Cylindrical-coordinate representation of color #AF6E93: hue angle of 325.85º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF6E93 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 110 | 147 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.31 |
| HSL | 325.85º | 0.29% | 0.56% | - |
| HSV(B) | 325.85º | 0.37% | 0.69% | - |
| XYZ | 28.52 | 22.37 | 30.42 | - |
| YUV | 133.65 | 135.53 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 110 | 147 | 0 | 0.37 | 0.16 | 0.31 | 325.85 | 0.29 | 0.56 |
| Hex | AF | 6E | 93 | 0 | 25 | 10 | 1F | 146 | 1D | 38 |
| Octal | 257 | 156 | 223 | 0 | 45 | 20 | 37 | 506 | 35 | 70 |
| Binary | 10101111 | 1101110 | 10010011 | 0 | 100101 | 10000 | 11111 | 101000110 | 11101 | 111000 |
Color Harmonies of #AF6E93
Complementary color
Monochromatic Colors of #AF6E93
Black with #AF6E93
Text Example
Text Example
White with #AF6E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6E93; }
p { color: rgb(175,110,147); }
H1.HeaderClassName
{
color: #AF6E93;
}
.AnyTagClassName
{
color: #AF6E93;
}
</style>
background-color css
<style>
a { background-color: #AF6E93; }
a { background-color: rgb(175,110,147); }
div.DivClassName
{
background-color: #AF6E93;
}
.BgClassName
{
background-color: #AF6E93;
}
</style>
border-color css
<style>
span { border-color: #AF6E93; }
span { border-color: rgb(175,110,147); }
td.TdClassName
{
border-color: #AF6E93;
}
.TagClassName
{
border-color: #AF6E93;
}
</style>