Shades of Biloba Flower #AF90EA
Tints of Biloba Flower #AF90EA
RGB
CMYK
RGB Variations
Color information
#AF90EA (or 0xAF90EA) is known color: Biloba Flower. HEX triplet: AF, 90 and EA. RGB value is (175,144,234). Sum of RGB (Red+Green+Blue) = 175+144+234=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #AF90EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF90EA is #506F15. Grayscale: #A3A3A3. Windows color (decimal): -5271318 or 15372463. OLE color: 15372463.
HSL color Cylindrical-coordinate representation of color #AF90EA: hue angle of 260.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AF90EA is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 144 | 234 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.08 |
| HSL | 260.67º | 0.68% | 0.74% | - |
| HSV(B) | 260.67º | 0.38% | 0.92% | - |
| XYZ | 42.5 | 35 | 82.36 | - |
| YUV | 163.53 | 167.77 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 234 | 0.25 | 0.38 | 0 | 0.08 | 260.67 | 0.68 | 0.74 |
| Hex | AF | 90 | EA | 19 | 26 | 0 | 8 | 105 | 44 | 4A |
| Octal | 257 | 220 | 352 | 31 | 46 | 0 | 10 | 405 | 104 | 112 |
| Binary | 10101111 | 10010000 | 11101010 | 11001 | 100110 | 0 | 1000 | 100000101 | 1000100 | 1001010 |
Color Harmonies of #AF90EA
Complementary color
Monochromatic Colors of #AF90EA
Black with #AF90EA
Text Example
Text Example
White with #AF90EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90EA; }
p { color: rgb(175,144,234); }
H1.HeaderClassName
{
color: #AF90EA;
}
.AnyTagClassName
{
color: #AF90EA;
}
</style>
background-color css
<style>
a { background-color: #AF90EA; }
a { background-color: rgb(175,144,234); }
div.DivClassName
{
background-color: #AF90EA;
}
.BgClassName
{
background-color: #AF90EA;
}
</style>
border-color css
<style>
span { border-color: #AF90EA; }
span { border-color: rgb(175,144,234); }
td.TdClassName
{
border-color: #AF90EA;
}
.TagClassName
{
border-color: #AF90EA;
}
</style>