Shades of Biloba Flower #AF8DF0
Tints of Biloba Flower #AF8DF0
RGB
CMYK
RGB Variations
Color information
#AF8DF0 (or 0xAF8DF0) is known color: Biloba Flower. HEX triplet: AF, 8D and F0. RGB value is (175,141,240). Sum of RGB (Red+Green+Blue) = 175+141+240=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 240 (94.14% from 255 or 43.17% from 556); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF8DF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF8DF0 is #50720F. Grayscale: #A2A2A2. Windows color (decimal): -5272080 or 15764911. OLE color: 15764911.
HSL color Cylindrical-coordinate representation of color #AF8DF0: hue angle of 260.61º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF8DF0 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 141 | 240 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.06 |
| HSL | 260.61º | 0.77% | 0.75% | - |
| HSV(B) | 260.61º | 0.41% | 0.94% | - |
| XYZ | 42.93 | 34.45 | 86.83 | - |
| YUV | 162.45 | 171.76 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 141 | 240 | 0.27 | 0.41 | 0 | 0.06 | 260.61 | 0.77 | 0.75 |
| Hex | AF | 8D | F0 | 1B | 29 | 0 | 6 | 105 | 4D | 4B |
| Octal | 257 | 215 | 360 | 33 | 51 | 0 | 6 | 405 | 115 | 113 |
| Binary | 10101111 | 10001101 | 11110000 | 11011 | 101001 | 0 | 110 | 100000101 | 1001101 | 1001011 |
Color Harmonies of #AF8DF0
Complementary color
Monochromatic Colors of #AF8DF0
Black with #AF8DF0
Text Example
Text Example
White with #AF8DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF8DF0; }
p { color: rgb(175,141,240); }
H1.HeaderClassName
{
color: #AF8DF0;
}
.AnyTagClassName
{
color: #AF8DF0;
}
</style>
background-color css
<style>
a { background-color: #AF8DF0; }
a { background-color: rgb(175,141,240); }
div.DivClassName
{
background-color: #AF8DF0;
}
.BgClassName
{
background-color: #AF8DF0;
}
</style>
border-color css
<style>
span { border-color: #AF8DF0; }
span { border-color: rgb(175,141,240); }
td.TdClassName
{
border-color: #AF8DF0;
}
.TagClassName
{
border-color: #AF8DF0;
}
</style>