Shades of Biloba Flower #AFA0CA
Tints of Biloba Flower #AFA0CA
RGB
CMYK
RGB Variations
Color information
#AFA0CA (or 0xAFA0CA) is known color: Biloba Flower. HEX triplet: AF, A0 and CA. RGB value is (175,160,202). Sum of RGB (Red+Green+Blue) = 175+160+202=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #AFA0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0CA is #505F35. Grayscale: #A9A9A9. Windows color (decimal): -5267254 or 13279407. OLE color: 13279407.
HSL color Cylindrical-coordinate representation of color #AFA0CA: hue angle of 261.43º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFA0CA is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 160 | 202 | - |
| CMYK | 0.13 | 0.21 | 0 | 0.21 |
| HSL | 261.43º | 0.28% | 0.71% | - |
| HSV(B) | 261.43º | 0.21% | 0.79% | - |
| XYZ | 40.91 | 38.52 | 61.16 | - |
| YUV | 169.27 | 146.47 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 202 | 0.13 | 0.21 | 0 | 0.21 | 261.43 | 0.28 | 0.71 |
| Hex | AF | A0 | CA | D | 15 | 0 | 15 | 105 | 1C | 47 |
| Octal | 257 | 240 | 312 | 15 | 25 | 0 | 25 | 405 | 34 | 107 |
| Binary | 10101111 | 10100000 | 11001010 | 1101 | 10101 | 0 | 10101 | 100000101 | 11100 | 1000111 |
Color Harmonies of #AFA0CA
Complementary color
Monochromatic Colors of #AFA0CA
Black with #AFA0CA
Text Example
Text Example
White with #AFA0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA0CA; }
p { color: rgb(175,160,202); }
H1.HeaderClassName
{
color: #AFA0CA;
}
.AnyTagClassName
{
color: #AFA0CA;
}
</style>
background-color css
<style>
a { background-color: #AFA0CA; }
a { background-color: rgb(175,160,202); }
div.DivClassName
{
background-color: #AFA0CA;
}
.BgClassName
{
background-color: #AFA0CA;
}
</style>
border-color css
<style>
span { border-color: #AFA0CA; }
span { border-color: rgb(175,160,202); }
td.TdClassName
{
border-color: #AFA0CA;
}
.TagClassName
{
border-color: #AFA0CA;
}
</style>