Shades of Biloba Flower #AF91E8
Tints of Biloba Flower #AF91E8
RGB
CMYK
RGB Variations
Color information
#AF91E8 (or 0xAF91E8) is known color: Biloba Flower. HEX triplet: AF, 91 and E8. RGB value is (175,145,232). Sum of RGB (Red+Green+Blue) = 175+145+232=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 232 (91.02% from 255 or 42.03% from 552); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF91E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF91E8 is #506E17. Grayscale: #A3A3A3. Windows color (decimal): -5271064 or 15241647. OLE color: 15241647.
HSL color Cylindrical-coordinate representation of color #AF91E8: hue angle of 260.69º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF91E8 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 145 | 232 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.09 |
| HSL | 260.69º | 0.65% | 0.74% | - |
| HSV(B) | 260.69º | 0.38% | 0.91% | - |
| XYZ | 42.37 | 35.19 | 80.9 | - |
| YUV | 163.89 | 166.44 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 232 | 0.25 | 0.38 | 0 | 0.09 | 260.69 | 0.65 | 0.74 |
| Hex | AF | 91 | E8 | 19 | 26 | 0 | 9 | 105 | 41 | 4A |
| Octal | 257 | 221 | 350 | 31 | 46 | 0 | 11 | 405 | 101 | 112 |
| Binary | 10101111 | 10010001 | 11101000 | 11001 | 100110 | 0 | 1001 | 100000101 | 1000001 | 1001010 |
Color Harmonies of #AF91E8
Complementary color
Monochromatic Colors of #AF91E8
Black with #AF91E8
Text Example
Text Example
White with #AF91E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF91E8; }
p { color: rgb(175,145,232); }
H1.HeaderClassName
{
color: #AF91E8;
}
.AnyTagClassName
{
color: #AF91E8;
}
</style>
background-color css
<style>
a { background-color: #AF91E8; }
a { background-color: rgb(175,145,232); }
div.DivClassName
{
background-color: #AF91E8;
}
.BgClassName
{
background-color: #AF91E8;
}
</style>
border-color css
<style>
span { border-color: #AF91E8; }
span { border-color: rgb(175,145,232); }
td.TdClassName
{
border-color: #AF91E8;
}
.TagClassName
{
border-color: #AF91E8;
}
</style>