Shades of Biloba Flower #AFA0C0
Tints of Biloba Flower #AFA0C0
RGB
CMYK
RGB Variations
Color information
#AFA0C0 (or 0xAFA0C0) is known color: Biloba Flower. HEX triplet: AF, A0 and C0. RGB value is (175,160,192). Sum of RGB (Red+Green+Blue) = 175+160+192=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 192 - color contains mainly: blue. Hex color #AFA0C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0C0 is #505F3F. Grayscale: #A8A8A8. Windows color (decimal): -5267264 or 12624047. OLE color: 12624047.
HSL color Cylindrical-coordinate representation of color #AFA0C0: hue angle of 268.12º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #AFA0C0 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 160 | 192 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.25 |
| HSL | 268.13º | 0.2% | 0.69% | - |
| HSV(B) | 268.13º | 0.17% | 0.75% | - |
| XYZ | 39.76 | 38.06 | 55.12 | - |
| YUV | 168.13 | 141.47 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 192 | 0.09 | 0.17 | 0 | 0.25 | 268.13 | 0.2 | 0.69 |
| Hex | AF | A0 | C0 | 9 | 11 | 0 | 19 | 10C | 14 | 45 |
| Octal | 257 | 240 | 300 | 11 | 21 | 0 | 31 | 414 | 24 | 105 |
| Binary | 10101111 | 10100000 | 11000000 | 1001 | 10001 | 0 | 11001 | 100001100 | 10100 | 1000101 |
Color Harmonies of #AFA0C0
Complementary color
Monochromatic Colors of #AFA0C0
Black with #AFA0C0
Text Example
Text Example
White with #AFA0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA0C0; }
p { color: rgb(175,160,192); }
H1.HeaderClassName
{
color: #AFA0C0;
}
.AnyTagClassName
{
color: #AFA0C0;
}
</style>
background-color css
<style>
a { background-color: #AFA0C0; }
a { background-color: rgb(175,160,192); }
div.DivClassName
{
background-color: #AFA0C0;
}
.BgClassName
{
background-color: #AFA0C0;
}
</style>
border-color css
<style>
span { border-color: #AFA0C0; }
span { border-color: rgb(175,160,192); }
td.TdClassName
{
border-color: #AFA0C0;
}
.TagClassName
{
border-color: #AFA0C0;
}
</style>