Shades of Biloba Flower #AF90E1
Tints of Biloba Flower #AF90E1
RGB
CMYK
RGB Variations
Color information
#AF90E1 (or 0xAF90E1) is known color: Biloba Flower. HEX triplet: AF, 90 and E1. RGB value is (175,144,225). Sum of RGB (Red+Green+Blue) = 175+144+225=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 144 (56.64% from 255 or 26.47% from 544); Blue value is 225 (88.28% from 255 or 41.36% from 544); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF90E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF90E1 is #506F1E. Grayscale: #A2A2A2. Windows color (decimal): -5271327 or 14782639. OLE color: 14782639.
HSL color Cylindrical-coordinate representation of color #AF90E1: hue angle of 262.96º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AF90E1 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 144 | 225 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.12 |
| HSL | 262.96º | 0.57% | 0.72% | - |
| HSV(B) | 262.96º | 0.36% | 0.88% | - |
| XYZ | 41.24 | 34.5 | 75.72 | - |
| YUV | 162.5 | 163.27 | 136.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 225 | 0.22 | 0.36 | 0 | 0.12 | 262.96 | 0.57 | 0.72 |
| Hex | AF | 90 | E1 | 16 | 24 | 0 | C | 107 | 39 | 48 |
| Octal | 257 | 220 | 341 | 26 | 44 | 0 | 14 | 407 | 71 | 110 |
| Binary | 10101111 | 10010000 | 11100001 | 10110 | 100100 | 0 | 1100 | 100000111 | 111001 | 1001000 |
Color Harmonies of #AF90E1
Complementary color
Monochromatic Colors of #AF90E1
Black with #AF90E1
Text Example
Text Example
White with #AF90E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90E1; }
p { color: rgb(175,144,225); }
H1.HeaderClassName
{
color: #AF90E1;
}
.AnyTagClassName
{
color: #AF90E1;
}
</style>
background-color css
<style>
a { background-color: #AF90E1; }
a { background-color: rgb(175,144,225); }
div.DivClassName
{
background-color: #AF90E1;
}
.BgClassName
{
background-color: #AF90E1;
}
</style>
border-color css
<style>
span { border-color: #AF90E1; }
span { border-color: rgb(175,144,225); }
td.TdClassName
{
border-color: #AF90E1;
}
.TagClassName
{
border-color: #AF90E1;
}
</style>