Shades of Biloba Flower #AFA0CB
Tints of Biloba Flower #AFA0CB
RGB
CMYK
RGB Variations
Color information
#AFA0CB (or 0xAFA0CB) is known color: Biloba Flower. HEX triplet: AF, A0 and CB. RGB value is (175,160,203). Sum of RGB (Red+Green+Blue) = 175+160+203=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFA0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0CB is #505F34. Grayscale: #A9A9A9. Windows color (decimal): -5267253 or 13344943. OLE color: 13344943.
HSL color Cylindrical-coordinate representation of color #AFA0CB: hue angle of 260.93º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFA0CB is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 160 | 203 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.20 |
| HSL | 260.93º | 0.29% | 0.71% | - |
| HSV(B) | 260.93º | 0.21% | 0.8% | - |
| XYZ | 41.03 | 38.57 | 61.78 | - |
| YUV | 169.39 | 146.97 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 160 | 203 | 0.14 | 0.21 | 0 | 0.20 | 260.93 | 0.29 | 0.71 |
| Hex | AF | A0 | CB | E | 15 | 0 | 14 | 105 | 1D | 47 |
| Octal | 257 | 240 | 313 | 16 | 25 | 0 | 24 | 405 | 35 | 107 |
| Binary | 10101111 | 10100000 | 11001011 | 1110 | 10101 | 0 | 10100 | 100000101 | 11101 | 1000111 |
Color Harmonies of #AFA0CB
Complementary color
Monochromatic Colors of #AFA0CB
Black with #AFA0CB
Text Example
Text Example
White with #AFA0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFA0CB; }
p { color: rgb(175,160,203); }
H1.HeaderClassName
{
color: #AFA0CB;
}
.AnyTagClassName
{
color: #AFA0CB;
}
</style>
background-color css
<style>
a { background-color: #AFA0CB; }
a { background-color: rgb(175,160,203); }
div.DivClassName
{
background-color: #AFA0CB;
}
.BgClassName
{
background-color: #AFA0CB;
}
</style>
border-color css
<style>
span { border-color: #AFA0CB; }
span { border-color: rgb(175,160,203); }
td.TdClassName
{
border-color: #AFA0CB;
}
.TagClassName
{
border-color: #AFA0CB;
}
</style>