Shades of Biloba Flower #AF90EE
Tints of Biloba Flower #AF90EE
RGB
CMYK
RGB Variations
Color information
#AF90EE (or 0xAF90EE) is known color: Biloba Flower. HEX triplet: AF, 90 and EE. RGB value is (175,144,238). Sum of RGB (Red+Green+Blue) = 175+144+238=557 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.42% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 238 (93.36% from 255 or 42.73% from 557); Max value from RGB is 238 - color contains mainly: blue. Hex color #AF90EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AF90EE is #506F11. Grayscale: #A3A3A3. Windows color (decimal): -5271314 or 15634607. OLE color: 15634607.
HSL color Cylindrical-coordinate representation of color #AF90EE: hue angle of 259.79º degrees, saturation: 0.73, 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 #AF90EE is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 144 | 238 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.07 |
| HSL | 259.79º | 0.73% | 0.75% | - |
| HSV(B) | 259.79º | 0.39% | 0.93% | - |
| XYZ | 43.09 | 35.23 | 85.42 | - |
| YUV | 163.99 | 169.77 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 144 | 238 | 0.26 | 0.39 | 0 | 0.07 | 259.79 | 0.73 | 0.75 |
| Hex | AF | 90 | EE | 1A | 27 | 0 | 7 | 104 | 49 | 4B |
| Octal | 257 | 220 | 356 | 32 | 47 | 0 | 7 | 404 | 111 | 113 |
| Binary | 10101111 | 10010000 | 11101110 | 11010 | 100111 | 0 | 111 | 100000100 | 1001001 | 1001011 |
Color Harmonies of #AF90EE
Complementary color
Monochromatic Colors of #AF90EE
Black with #AF90EE
Text Example
Text Example
White with #AF90EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF90EE; }
p { color: rgb(175,144,238); }
H1.HeaderClassName
{
color: #AF90EE;
}
.AnyTagClassName
{
color: #AF90EE;
}
</style>
background-color css
<style>
a { background-color: #AF90EE; }
a { background-color: rgb(175,144,238); }
div.DivClassName
{
background-color: #AF90EE;
}
.BgClassName
{
background-color: #AF90EE;
}
</style>
border-color css
<style>
span { border-color: #AF90EE; }
span { border-color: rgb(175,144,238); }
td.TdClassName
{
border-color: #AF90EE;
}
.TagClassName
{
border-color: #AF90EE;
}
</style>