Shades of Bouquet #AF6993
Tints of Bouquet #AF6993
RGB
CMYK
RGB Variations
Color information
#AF6993 (or 0xAF6993) is known color: Bouquet. HEX triplet: AF, 69 and 93. RGB value is (175,105,147). Sum of RGB (Red+Green+Blue) = 175+105+147=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 105 (41.41% from 255 or 24.59% from 427); Blue value is 147 (57.81% from 255 or 34.43% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF6993 is #50966C. Grayscale: #828282. Windows color (decimal): -5281389 or 9660847. OLE color: 9660847.
HSL color Cylindrical-coordinate representation of color #AF6993: hue angle of 324º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AF6993 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 105 | 147 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.31 |
| HSL | 324º | 0.3% | 0.55% | - |
| HSV(B) | 324º | 0.4% | 0.69% | - |
| XYZ | 28 | 21.32 | 30.24 | - |
| YUV | 130.72 | 137.19 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 105 | 147 | 0 | 0.40 | 0.16 | 0.31 | 324 | 0.3 | 0.55 |
| Hex | AF | 69 | 93 | 0 | 28 | 10 | 1F | 144 | 1E | 37 |
| Octal | 257 | 151 | 223 | 0 | 50 | 20 | 37 | 504 | 36 | 67 |
| Binary | 10101111 | 1101001 | 10010011 | 0 | 101000 | 10000 | 11111 | 101000100 | 11110 | 110111 |
Color Harmonies of #AF6993
Complementary color
Monochromatic Colors of #AF6993
Black with #AF6993
Text Example
Text Example
White with #AF6993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6993; }
p { color: rgb(175,105,147); }
H1.HeaderClassName
{
color: #AF6993;
}
.AnyTagClassName
{
color: #AF6993;
}
</style>
background-color css
<style>
a { background-color: #AF6993; }
a { background-color: rgb(175,105,147); }
div.DivClassName
{
background-color: #AF6993;
}
.BgClassName
{
background-color: #AF6993;
}
</style>
border-color css
<style>
span { border-color: #AF6993; }
span { border-color: rgb(175,105,147); }
td.TdClassName
{
border-color: #AF6993;
}
.TagClassName
{
border-color: #AF6993;
}
</style>