Shades of Bouquet #AF8CA1
Tints of Bouquet #AF8CA1
RGB
CMYK
RGB Variations
Color information
#AF8CA1 (or 0xAF8CA1) is known color: Bouquet. HEX triplet: AF, 8C and A1. RGB value is (175,140,161). Sum of RGB (Red+Green+Blue) = 175+140+161=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 140 (55.08% from 255 or 29.41% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8CA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8CA1 is #50735E. Grayscale: #989898. Windows color (decimal): -5272415 or 10587311. OLE color: 10587311.
HSL color Cylindrical-coordinate representation of color #AF8CA1: hue angle of 324º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AF8CA1 is Cyan = 0, Magento = 0.2, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 140 | 161 | - |
| CMYK | 0 | 0.2 | 0.08 | 0.31 |
| HSL | 324º | 0.18% | 0.62% | - |
| HSV(B) | 324º | 0.2% | 0.69% | - |
| XYZ | 33.49 | 30.44 | 37.83 | - |
| YUV | 152.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 140 | 161 | 0 | 0.2 | 0.08 | 0.31 | 324 | 0.18 | 0.62 |
| Hex | AF | 8C | A1 | 0 | 14 | 8 | 1F | 144 | 12 | 3E |
| Octal | 257 | 214 | 241 | 0 | 24 | 10 | 37 | 504 | 22 | 76 |
| Binary | 10101111 | 10001100 | 10100001 | 0 | 10100 | 1000 | 11111 | 101000100 | 10010 | 111110 |
Color Harmonies of #AF8CA1
Complementary color
Monochromatic Colors of #AF8CA1
Black with #AF8CA1
Text Example
Text Example
White with #AF8CA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8CA1; }
p { color: rgb(175,140,161); }
H1.HeaderClassName
{
color: #AF8CA1;
}
.AnyTagClassName
{
color: #AF8CA1;
}
</style>
background-color css
<style>
a { background-color: #AF8CA1; }
a { background-color: rgb(175,140,161); }
div.DivClassName
{
background-color: #AF8CA1;
}
.BgClassName
{
background-color: #AF8CA1;
}
</style>
border-color css
<style>
span { border-color: #AF8CA1; }
span { border-color: rgb(175,140,161); }
td.TdClassName
{
border-color: #AF8CA1;
}
.TagClassName
{
border-color: #AF8CA1;
}
</style>