Shades of Biloba Flower #A99BBE
Tints of Biloba Flower #A99BBE
RGB
CMYK
RGB Variations
Color information
#A99BBE (or 0xA99BBE) is known color: Biloba Flower. HEX triplet: A9, 9B and BE. RGB value is (169,155,190). Sum of RGB (Red+Green+Blue) = 169+155+190=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 155 (60.94% from 255 or 30.16% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 190 - color contains mainly: blue. Hex color #A99BBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BBE is #566441. Grayscale: #A3A3A3. Windows color (decimal): -5661762 or 12491689. OLE color: 12491689.
HSL color Cylindrical-coordinate representation of color #A99BBE: hue angle of 264º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A99BBE is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 155 | 190 | - |
| CMYK | 0.11 | 0.18 | 0 | 0.25 |
| HSL | 264º | 0.21% | 0.68% | - |
| HSV(B) | 264º | 0.18% | 0.75% | - |
| XYZ | 37.38 | 35.6 | 53.62 | - |
| YUV | 163.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 190 | 0.11 | 0.18 | 0 | 0.25 | 264 | 0.21 | 0.68 |
| Hex | A9 | 9B | BE | B | 12 | 0 | 19 | 108 | 15 | 44 |
| Octal | 251 | 233 | 276 | 13 | 22 | 0 | 31 | 410 | 25 | 104 |
| Binary | 10101001 | 10011011 | 10111110 | 1011 | 10010 | 0 | 11001 | 100001000 | 10101 | 1000100 |
Color Harmonies of #A99BBE
Complementary color
Monochromatic Colors of #A99BBE
Black with #A99BBE
Text Example
Text Example
White with #A99BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99BBE; }
p { color: rgb(169,155,190); }
H1.HeaderClassName
{
color: #A99BBE;
}
.AnyTagClassName
{
color: #A99BBE;
}
</style>
background-color css
<style>
a { background-color: #A99BBE; }
a { background-color: rgb(169,155,190); }
div.DivClassName
{
background-color: #A99BBE;
}
.BgClassName
{
background-color: #A99BBE;
}
</style>
border-color css
<style>
span { border-color: #A99BBE; }
span { border-color: rgb(169,155,190); }
td.TdClassName
{
border-color: #A99BBE;
}
.TagClassName
{
border-color: #A99BBE;
}
</style>