Shades of Biloba Flower #AF91E5
Tints of Biloba Flower #AF91E5
RGB
CMYK
RGB Variations
Color information
#AF91E5 (or 0xAF91E5) is known color: Biloba Flower. HEX triplet: AF, 91 and E5. RGB value is (175,145,229). Sum of RGB (Red+Green+Blue) = 175+145+229=549 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.88% from 549); Green value is 145 (57.03% from 255 or 26.41% from 549); Blue value is 229 (89.84% from 255 or 41.71% from 549); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF91E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF91E5 is #506E1A. Grayscale: #A3A3A3. Windows color (decimal): -5271067 or 15045039. OLE color: 15045039.
HSL color Cylindrical-coordinate representation of color #AF91E5: hue angle of 261.43º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AF91E5 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 145 | 229 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.10 |
| HSL | 261.43º | 0.62% | 0.73% | - |
| HSV(B) | 261.43º | 0.37% | 0.9% | - |
| XYZ | 41.95 | 35.02 | 78.68 | - |
| YUV | 163.55 | 164.94 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 145 | 229 | 0.24 | 0.37 | 0 | 0.10 | 261.43 | 0.62 | 0.73 |
| Hex | AF | 91 | E5 | 18 | 25 | 0 | A | 105 | 3E | 49 |
| Octal | 257 | 221 | 345 | 30 | 45 | 0 | 12 | 405 | 76 | 111 |
| Binary | 10101111 | 10010001 | 11100101 | 11000 | 100101 | 0 | 1010 | 100000101 | 111110 | 1001001 |
Color Harmonies of #AF91E5
Complementary color
Monochromatic Colors of #AF91E5
Black with #AF91E5
Text Example
Text Example
White with #AF91E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF91E5; }
p { color: rgb(175,145,229); }
H1.HeaderClassName
{
color: #AF91E5;
}
.AnyTagClassName
{
color: #AF91E5;
}
</style>
background-color css
<style>
a { background-color: #AF91E5; }
a { background-color: rgb(175,145,229); }
div.DivClassName
{
background-color: #AF91E5;
}
.BgClassName
{
background-color: #AF91E5;
}
</style>
border-color css
<style>
span { border-color: #AF91E5; }
span { border-color: rgb(175,145,229); }
td.TdClassName
{
border-color: #AF91E5;
}
.TagClassName
{
border-color: #AF91E5;
}
</style>