Shades of Biloba Flower #A990EE
Tints of Biloba Flower #A990EE
RGB
CMYK
RGB Variations
Color information
#A990EE (or 0xA990EE) is known color: Biloba Flower. HEX triplet: A9, 90 and EE. RGB value is (169,144,238). Sum of RGB (Red+Green+Blue) = 169+144+238=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 238 (93.36% from 255 or 43.19% from 551); Max value from RGB is 238 - color contains mainly: blue. Hex color #A990EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A990EE is #566F11. Grayscale: #A1A1A1. Windows color (decimal): -5664530 or 15634601. OLE color: 15634601.
HSL color Cylindrical-coordinate representation of color #A990EE: hue angle of 255.96º 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 #A990EE is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 144 | 238 | - |
| CMYK | 0.29 | 0.39 | 0 | 0.07 |
| HSL | 255.96º | 0.73% | 0.75% | - |
| HSV(B) | 255.96º | 0.39% | 0.93% | - |
| XYZ | 41.77 | 34.55 | 85.36 | - |
| YUV | 162.19 | 170.78 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 238 | 0.29 | 0.39 | 0 | 0.07 | 255.96 | 0.73 | 0.75 |
| Hex | A9 | 90 | EE | 1D | 27 | 0 | 7 | 100 | 49 | 4B |
| Octal | 251 | 220 | 356 | 35 | 47 | 0 | 7 | 400 | 111 | 113 |
| Binary | 10101001 | 10010000 | 11101110 | 11101 | 100111 | 0 | 111 | 100000000 | 1001001 | 1001011 |
Color Harmonies of #A990EE
Complementary color
Monochromatic Colors of #A990EE
Black with #A990EE
Text Example
Text Example
White with #A990EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A990EE; }
p { color: rgb(169,144,238); }
H1.HeaderClassName
{
color: #A990EE;
}
.AnyTagClassName
{
color: #A990EE;
}
</style>
background-color css
<style>
a { background-color: #A990EE; }
a { background-color: rgb(169,144,238); }
div.DivClassName
{
background-color: #A990EE;
}
.BgClassName
{
background-color: #A990EE;
}
</style>
border-color css
<style>
span { border-color: #A990EE; }
span { border-color: rgb(169,144,238); }
td.TdClassName
{
border-color: #A990EE;
}
.TagClassName
{
border-color: #A990EE;
}
</style>