Shades of Biloba Flower #AF90FA
Tints of Biloba Flower #AF90FA
RGB
CMYK
RGB Variations
Color information
#AF90FA (or 0xAF90FA) is known color: Biloba Flower. HEX triplet: AF, 90 and FA. RGB value is (175,144,250). Sum of RGB (Red+Green+Blue) = 175+144+250=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 144 (56.64% from 255 or 25.31% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF90FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF90FA is #506F05. Grayscale: #A4A4A4. Windows color (decimal): -5271302 or 16421039. OLE color: 16421039.
HSL color Cylindrical-coordinate representation of color #AF90FA: hue angle of 257.55º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AF90FA is Cyan = 0.3, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 144 | 250 | - |
| CMYK | 0.3 | 0.42 | 0 | 0.02 |
| HSL | 257.55º | 0.91% | 0.77% | - |
| HSV(B) | 257.55º | 0.42% | 0.98% | - |
| XYZ | 44.91 | 35.96 | 95.02 | - |
| YUV | 165.35 | 175.77 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 250 | 0.3 | 0.42 | 0 | 0.02 | 257.55 | 0.91 | 0.77 |
| Hex | AF | 90 | FA | 1E | 2A | 0 | 2 | 102 | 5B | 4D |
| Octal | 257 | 220 | 372 | 36 | 52 | 0 | 2 | 402 | 133 | 115 |
| Binary | 10101111 | 10010000 | 11111010 | 11110 | 101010 | 0 | 10 | 100000010 | 1011011 | 1001101 |
Color Harmonies of #AF90FA
Complementary color
Monochromatic Colors of #AF90FA
Black with #AF90FA
Text Example
Text Example
White with #AF90FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90FA; }
p { color: rgb(175,144,250); }
H1.HeaderClassName
{
color: #AF90FA;
}
.AnyTagClassName
{
color: #AF90FA;
}
</style>
background-color css
<style>
a { background-color: #AF90FA; }
a { background-color: rgb(175,144,250); }
div.DivClassName
{
background-color: #AF90FA;
}
.BgClassName
{
background-color: #AF90FA;
}
</style>
border-color css
<style>
span { border-color: #AF90FA; }
span { border-color: rgb(175,144,250); }
td.TdClassName
{
border-color: #AF90FA;
}
.TagClassName
{
border-color: #AF90FA;
}
</style>