Shades of Biloba Flower #AF90E5
Tints of Biloba Flower #AF90E5
RGB
CMYK
RGB Variations
Color information
#AF90E5 (or 0xAF90E5) is known color: Biloba Flower. HEX triplet: AF, 90 and E5. RGB value is (175,144,229). Sum of RGB (Red+Green+Blue) = 175+144+229=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF90E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90E5 is #506F1A. Grayscale: #A2A2A2. Windows color (decimal): -5271323 or 15044783. OLE color: 15044783.
HSL color Cylindrical-coordinate representation of color #AF90E5: hue angle of 261.88º 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 #AF90E5 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 144 | 229 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.10 |
| HSL | 261.88º | 0.62% | 0.73% | - |
| HSV(B) | 261.88º | 0.37% | 0.9% | - |
| XYZ | 41.8 | 34.72 | 78.63 | - |
| YUV | 162.96 | 165.27 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 229 | 0.24 | 0.37 | 0 | 0.10 | 261.88 | 0.62 | 0.73 |
| Hex | AF | 90 | E5 | 18 | 25 | 0 | A | 106 | 3E | 49 |
| Octal | 257 | 220 | 345 | 30 | 45 | 0 | 12 | 406 | 76 | 111 |
| Binary | 10101111 | 10010000 | 11100101 | 11000 | 100101 | 0 | 1010 | 100000110 | 111110 | 1001001 |
Color Harmonies of #AF90E5
Complementary color
Monochromatic Colors of #AF90E5
Black with #AF90E5
Text Example
Text Example
White with #AF90E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90E5; }
p { color: rgb(175,144,229); }
H1.HeaderClassName
{
color: #AF90E5;
}
.AnyTagClassName
{
color: #AF90E5;
}
</style>
background-color css
<style>
a { background-color: #AF90E5; }
a { background-color: rgb(175,144,229); }
div.DivClassName
{
background-color: #AF90E5;
}
.BgClassName
{
background-color: #AF90E5;
}
</style>
border-color css
<style>
span { border-color: #AF90E5; }
span { border-color: rgb(175,144,229); }
td.TdClassName
{
border-color: #AF90E5;
}
.TagClassName
{
border-color: #AF90E5;
}
</style>