Shades of Biloba Flower #AFA6C6
Tints of Biloba Flower #AFA6C6
RGB
CMYK
RGB Variations
Color information
#AFA6C6 (or 0xAFA6C6) is known color: Biloba Flower. HEX triplet: AF, A6 and C6. RGB value is (175,166,198). Sum of RGB (Red+Green+Blue) = 175+166+198=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 166 (65.23% from 255 or 30.80% from 539); Blue value is 198 (77.73% from 255 or 36.73% from 539); Max value from RGB is 198 - color contains mainly: blue. Hex color #AFA6C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA6C6 is #505939. Grayscale: #ACACAC. Windows color (decimal): -5265722 or 13018799. OLE color: 13018799.
HSL color Cylindrical-coordinate representation of color #AFA6C6: hue angle of 256.88º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFA6C6 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 166 | 198 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.22 |
| HSL | 256.88º | 0.22% | 0.71% | - |
| HSV(B) | 256.88º | 0.16% | 0.78% | - |
| XYZ | 41.51 | 40.46 | 59.05 | - |
| YUV | 172.34 | 142.48 | 129.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 166 | 198 | 0.12 | 0.16 | 0 | 0.22 | 256.88 | 0.22 | 0.71 |
| Hex | AF | A6 | C6 | C | 10 | 0 | 16 | 101 | 16 | 47 |
| Octal | 257 | 246 | 306 | 14 | 20 | 0 | 26 | 401 | 26 | 107 |
| Binary | 10101111 | 10100110 | 11000110 | 1100 | 10000 | 0 | 10110 | 100000001 | 10110 | 1000111 |
Color Harmonies of #AFA6C6
Complementary color
Monochromatic Colors of #AFA6C6
Black with #AFA6C6
Text Example
Text Example
White with #AFA6C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA6C6; }
p { color: rgb(175,166,198); }
H1.HeaderClassName
{
color: #AFA6C6;
}
.AnyTagClassName
{
color: #AFA6C6;
}
</style>
background-color css
<style>
a { background-color: #AFA6C6; }
a { background-color: rgb(175,166,198); }
div.DivClassName
{
background-color: #AFA6C6;
}
.BgClassName
{
background-color: #AFA6C6;
}
</style>
border-color css
<style>
span { border-color: #AFA6C6; }
span { border-color: rgb(175,166,198); }
td.TdClassName
{
border-color: #AFA6C6;
}
.TagClassName
{
border-color: #AFA6C6;
}
</style>