Shades of Biloba Flower #AF91FA
Tints of Biloba Flower #AF91FA
RGB
CMYK
RGB Variations
Color information
#AF91FA (or 0xAF91FA) is known color: Biloba Flower. HEX triplet: AF, 91 and FA. RGB value is (175,145,250). Sum of RGB (Red+Green+Blue) = 175+145+250=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF91FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF91FA is #506E05. Grayscale: #A5A5A5. Windows color (decimal): -5271046 or 16421295. OLE color: 16421295.
HSL color Cylindrical-coordinate representation of color #AF91FA: hue angle of 257.14º 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 #AF91FA is Cyan = 0.3, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 145 | 250 | - |
| CMYK | 0.3 | 0.42 | 0 | 0.02 |
| HSL | 257.14º | 0.91% | 0.77% | - |
| HSV(B) | 257.14º | 0.42% | 0.98% | - |
| XYZ | 45.06 | 36.27 | 95.07 | - |
| YUV | 165.94 | 175.44 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 250 | 0.3 | 0.42 | 0 | 0.02 | 257.14 | 0.91 | 0.77 |
| Hex | AF | 91 | FA | 1E | 2A | 0 | 2 | 101 | 5B | 4D |
| Octal | 257 | 221 | 372 | 36 | 52 | 0 | 2 | 401 | 133 | 115 |
| Binary | 10101111 | 10010001 | 11111010 | 11110 | 101010 | 0 | 10 | 100000001 | 1011011 | 1001101 |
Color Harmonies of #AF91FA
Complementary color
Monochromatic Colors of #AF91FA
Black with #AF91FA
Text Example
Text Example
White with #AF91FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF91FA; }
p { color: rgb(175,145,250); }
H1.HeaderClassName
{
color: #AF91FA;
}
.AnyTagClassName
{
color: #AF91FA;
}
</style>
background-color css
<style>
a { background-color: #AF91FA; }
a { background-color: rgb(175,145,250); }
div.DivClassName
{
background-color: #AF91FA;
}
.BgClassName
{
background-color: #AF91FA;
}
</style>
border-color css
<style>
span { border-color: #AF91FA; }
span { border-color: rgb(175,145,250); }
td.TdClassName
{
border-color: #AF91FA;
}
.TagClassName
{
border-color: #AF91FA;
}
</style>