Shades of Biloba Flower #A991E3
Tints of Biloba Flower #A991E3
RGB
CMYK
RGB Variations
Color information
#A991E3 (or 0xA991E3) is known color: Biloba Flower. HEX triplet: A9, 91 and E3. RGB value is (169,145,227). Sum of RGB (Red+Green+Blue) = 169+145+227=541 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.24% from 541); Green value is 145 (57.03% from 255 or 26.80% from 541); Blue value is 227 (89.06% from 255 or 41.96% from 541); Max value from RGB is 227 - color contains mainly: blue. Hex color #A991E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991E3 is #566E1C. Grayscale: #A1A1A1. Windows color (decimal): -5664285 or 14913961. OLE color: 14913961.
HSL color Cylindrical-coordinate representation of color #A991E3: hue angle of 257.56º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A991E3 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 145 | 227 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.11 |
| HSL | 257.56º | 0.59% | 0.73% | - |
| HSV(B) | 257.56º | 0.36% | 0.89% | - |
| XYZ | 40.35 | 34.23 | 77.15 | - |
| YUV | 161.52 | 164.95 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 227 | 0.26 | 0.36 | 0 | 0.11 | 257.56 | 0.59 | 0.73 |
| Hex | A9 | 91 | E3 | 1A | 24 | 0 | B | 102 | 3B | 49 |
| Octal | 251 | 221 | 343 | 32 | 44 | 0 | 13 | 402 | 73 | 111 |
| Binary | 10101001 | 10010001 | 11100011 | 11010 | 100100 | 0 | 1011 | 100000010 | 111011 | 1001001 |
Color Harmonies of #A991E3
Complementary color
Monochromatic Colors of #A991E3
Black with #A991E3
Text Example
Text Example
White with #A991E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A991E3; }
p { color: rgb(169,145,227); }
H1.HeaderClassName
{
color: #A991E3;
}
.AnyTagClassName
{
color: #A991E3;
}
</style>
background-color css
<style>
a { background-color: #A991E3; }
a { background-color: rgb(169,145,227); }
div.DivClassName
{
background-color: #A991E3;
}
.BgClassName
{
background-color: #A991E3;
}
</style>
border-color css
<style>
span { border-color: #A991E3; }
span { border-color: rgb(169,145,227); }
td.TdClassName
{
border-color: #A991E3;
}
.TagClassName
{
border-color: #A991E3;
}
</style>