Shades of Biloba Flower #AF91EC
Tints of Biloba Flower #AF91EC
RGB
CMYK
RGB Variations
Color information
#AF91EC (or 0xAF91EC) is known color: Biloba Flower. HEX triplet: AF, 91 and EC. RGB value is (175,145,236). Sum of RGB (Red+Green+Blue) = 175+145+236=556 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.47% from 556); Green value is 145 (57.03% from 255 or 26.08% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #AF91EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF91EC is #506E13. Grayscale: #A4A4A4. Windows color (decimal): -5271060 or 15503791. OLE color: 15503791.
HSL color Cylindrical-coordinate representation of color #AF91EC: hue angle of 259.78º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AF91EC is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 145 | 236 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.07 |
| HSL | 259.78º | 0.71% | 0.75% | - |
| HSV(B) | 259.78º | 0.39% | 0.93% | - |
| XYZ | 42.94 | 35.42 | 83.93 | - |
| YUV | 164.34 | 168.44 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 236 | 0.26 | 0.39 | 0 | 0.07 | 259.78 | 0.71 | 0.75 |
| Hex | AF | 91 | EC | 1A | 27 | 0 | 7 | 104 | 47 | 4B |
| Octal | 257 | 221 | 354 | 32 | 47 | 0 | 7 | 404 | 107 | 113 |
| Binary | 10101111 | 10010001 | 11101100 | 11010 | 100111 | 0 | 111 | 100000100 | 1000111 | 1001011 |
Color Harmonies of #AF91EC
Complementary color
Monochromatic Colors of #AF91EC
Black with #AF91EC
Text Example
Text Example
White with #AF91EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF91EC; }
p { color: rgb(175,145,236); }
H1.HeaderClassName
{
color: #AF91EC;
}
.AnyTagClassName
{
color: #AF91EC;
}
</style>
background-color css
<style>
a { background-color: #AF91EC; }
a { background-color: rgb(175,145,236); }
div.DivClassName
{
background-color: #AF91EC;
}
.BgClassName
{
background-color: #AF91EC;
}
</style>
border-color css
<style>
span { border-color: #AF91EC; }
span { border-color: rgb(175,145,236); }
td.TdClassName
{
border-color: #AF91EC;
}
.TagClassName
{
border-color: #AF91EC;
}
</style>