Shades of Biloba Flower #A990E5
Tints of Biloba Flower #A990E5
RGB
CMYK
RGB Variations
Color information
#A990E5 (or 0xA990E5) is known color: Biloba Flower. HEX triplet: A9, 90 and E5. RGB value is (169,144,229). Sum of RGB (Red+Green+Blue) = 169+144+229=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #A990E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A990E5 is #566F1A. Grayscale: #A0A0A0. Windows color (decimal): -5664539 or 15044777. OLE color: 15044777.
HSL color Cylindrical-coordinate representation of color #A990E5: hue angle of 257.65º 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 #A990E5 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 144 | 229 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.10 |
| HSL | 257.65º | 0.62% | 0.73% | - |
| HSV(B) | 257.65º | 0.37% | 0.9% | - |
| XYZ | 40.48 | 34.04 | 78.57 | - |
| YUV | 161.17 | 166.28 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 144 | 229 | 0.26 | 0.37 | 0 | 0.10 | 257.65 | 0.62 | 0.73 |
| Hex | A9 | 90 | E5 | 1A | 25 | 0 | A | 102 | 3E | 49 |
| Octal | 251 | 220 | 345 | 32 | 45 | 0 | 12 | 402 | 76 | 111 |
| Binary | 10101001 | 10010000 | 11100101 | 11010 | 100101 | 0 | 1010 | 100000010 | 111110 | 1001001 |
Color Harmonies of #A990E5
Complementary color
Monochromatic Colors of #A990E5
Black with #A990E5
Text Example
Text Example
White with #A990E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A990E5; }
p { color: rgb(169,144,229); }
H1.HeaderClassName
{
color: #A990E5;
}
.AnyTagClassName
{
color: #A990E5;
}
</style>
background-color css
<style>
a { background-color: #A990E5; }
a { background-color: rgb(169,144,229); }
div.DivClassName
{
background-color: #A990E5;
}
.BgClassName
{
background-color: #A990E5;
}
</style>
border-color css
<style>
span { border-color: #A990E5; }
span { border-color: rgb(169,144,229); }
td.TdClassName
{
border-color: #A990E5;
}
.TagClassName
{
border-color: #A990E5;
}
</style>