Shades of Biloba Flower #AF94F0
Tints of Biloba Flower #AF94F0
RGB
CMYK
RGB Variations
Color information
#AF94F0 (or 0xAF94F0) is known color: Biloba Flower. HEX triplet: AF, 94 and F0. RGB value is (175,148,240). Sum of RGB (Red+Green+Blue) = 175+148+240=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #AF94F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF94F0 is #506B0F. Grayscale: #A6A6A6. Windows color (decimal): -5270288 or 15766703. OLE color: 15766703.
HSL color Cylindrical-coordinate representation of color #AF94F0: hue angle of 257.61º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF94F0 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 148 | 240 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.06 |
| HSL | 257.61º | 0.75% | 0.76% | - |
| HSV(B) | 257.61º | 0.38% | 0.94% | - |
| XYZ | 44 | 36.59 | 87.18 | - |
| YUV | 166.56 | 169.45 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 148 | 240 | 0.27 | 0.38 | 0 | 0.06 | 257.61 | 0.75 | 0.76 |
| Hex | AF | 94 | F0 | 1B | 26 | 0 | 6 | 102 | 4B | 4C |
| Octal | 257 | 224 | 360 | 33 | 46 | 0 | 6 | 402 | 113 | 114 |
| Binary | 10101111 | 10010100 | 11110000 | 11011 | 100110 | 0 | 110 | 100000010 | 1001011 | 1001100 |
Color Harmonies of #AF94F0
Complementary color
Monochromatic Colors of #AF94F0
Black with #AF94F0
Text Example
Text Example
White with #AF94F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF94F0; }
p { color: rgb(175,148,240); }
H1.HeaderClassName
{
color: #AF94F0;
}
.AnyTagClassName
{
color: #AF94F0;
}
</style>
background-color css
<style>
a { background-color: #AF94F0; }
a { background-color: rgb(175,148,240); }
div.DivClassName
{
background-color: #AF94F0;
}
.BgClassName
{
background-color: #AF94F0;
}
</style>
border-color css
<style>
span { border-color: #AF94F0; }
span { border-color: rgb(175,148,240); }
td.TdClassName
{
border-color: #AF94F0;
}
.TagClassName
{
border-color: #AF94F0;
}
</style>