Shades of Biloba Flower #AFA0C7
Tints of Biloba Flower #AFA0C7
RGB
CMYK
RGB Variations
Color information
#AFA0C7 (or 0xAFA0C7) is known color: Biloba Flower. HEX triplet: AF, A0 and C7. RGB value is (175,160,199). Sum of RGB (Red+Green+Blue) = 175+160+199=534 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.77% from 534); Green value is 160 (62.89% from 255 or 29.96% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 199 - color contains mainly: blue. Hex color #AFA0C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0C7 is #505F38. Grayscale: #A8A8A8. Windows color (decimal): -5267257 or 13082799. OLE color: 13082799.
HSL color Cylindrical-coordinate representation of color #AFA0C7: hue angle of 263.08º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFA0C7 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 160 | 199 | - |
| CMYK | 0.12 | 0.20 | 0 | 0.22 |
| HSL | 263.08º | 0.26% | 0.7% | - |
| HSV(B) | 263.08º | 0.2% | 0.78% | - |
| XYZ | 40.56 | 38.38 | 59.3 | - |
| YUV | 168.93 | 144.97 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 199 | 0.12 | 0.20 | 0 | 0.22 | 263.08 | 0.26 | 0.7 |
| Hex | AF | A0 | C7 | C | 14 | 0 | 16 | 107 | 1A | 46 |
| Octal | 257 | 240 | 307 | 14 | 24 | 0 | 26 | 407 | 32 | 106 |
| Binary | 10101111 | 10100000 | 11000111 | 1100 | 10100 | 0 | 10110 | 100000111 | 11010 | 1000110 |
Color Harmonies of #AFA0C7
Complementary color
Monochromatic Colors of #AFA0C7
Black with #AFA0C7
Text Example
Text Example
White with #AFA0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA0C7; }
p { color: rgb(175,160,199); }
H1.HeaderClassName
{
color: #AFA0C7;
}
.AnyTagClassName
{
color: #AFA0C7;
}
</style>
background-color css
<style>
a { background-color: #AFA0C7; }
a { background-color: rgb(175,160,199); }
div.DivClassName
{
background-color: #AFA0C7;
}
.BgClassName
{
background-color: #AFA0C7;
}
</style>
border-color css
<style>
span { border-color: #AFA0C7; }
span { border-color: rgb(175,160,199); }
td.TdClassName
{
border-color: #AFA0C7;
}
.TagClassName
{
border-color: #AFA0C7;
}
</style>