Shades of Biloba Flower #AF90F5
Tints of Biloba Flower #AF90F5
RGB
CMYK
RGB Variations
Color information
#AF90F5 (or 0xAF90F5) is known color: Biloba Flower. HEX triplet: AF, 90 and F5. RGB value is (175,144,245). Sum of RGB (Red+Green+Blue) = 175+144+245=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 245 (96.09% from 255 or 43.44% from 564); Max value from RGB is 245 - color contains mainly: blue. Hex color #AF90F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF90F5 is #506F0A. Grayscale: #A4A4A4. Windows color (decimal): -5271307 or 16093359. OLE color: 16093359.
HSL color Cylindrical-coordinate representation of color #AF90F5: hue angle of 258.42º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF90F5 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 144 | 245 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.04 |
| HSL | 258.42º | 0.83% | 0.76% | - |
| HSV(B) | 258.42º | 0.41% | 0.96% | - |
| XYZ | 44.13 | 35.65 | 90.94 | - |
| YUV | 164.78 | 173.27 | 135.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 245 | 0.29 | 0.41 | 0 | 0.04 | 258.42 | 0.83 | 0.76 |
| Hex | AF | 90 | F5 | 1D | 29 | 0 | 4 | 102 | 53 | 4C |
| Octal | 257 | 220 | 365 | 35 | 51 | 0 | 4 | 402 | 123 | 114 |
| Binary | 10101111 | 10010000 | 11110101 | 11101 | 101001 | 0 | 100 | 100000010 | 1010011 | 1001100 |
Color Harmonies of #AF90F5
Complementary color
Monochromatic Colors of #AF90F5
Black with #AF90F5
Text Example
Text Example
White with #AF90F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90F5; }
p { color: rgb(175,144,245); }
H1.HeaderClassName
{
color: #AF90F5;
}
.AnyTagClassName
{
color: #AF90F5;
}
</style>
background-color css
<style>
a { background-color: #AF90F5; }
a { background-color: rgb(175,144,245); }
div.DivClassName
{
background-color: #AF90F5;
}
.BgClassName
{
background-color: #AF90F5;
}
</style>
border-color css
<style>
span { border-color: #AF90F5; }
span { border-color: rgb(175,144,245); }
td.TdClassName
{
border-color: #AF90F5;
}
.TagClassName
{
border-color: #AF90F5;
}
</style>