Shades of Biloba Flower #A99BD6
Tints of Biloba Flower #A99BD6
RGB
CMYK
RGB Variations
Color information
#A99BD6 (or 0xA99BD6) is known color: Biloba Flower. HEX triplet: A9, 9B and D6. RGB value is (169,155,214). Sum of RGB (Red+Green+Blue) = 169+155+214=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 155 (60.94% from 255 or 28.81% from 538); Blue value is 214 (83.98% from 255 or 39.78% from 538); Max value from RGB is 214 - color contains mainly: blue. Hex color #A99BD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BD6 is #566429. Grayscale: #A5A5A5. Windows color (decimal): -5661738 or 14064553. OLE color: 14064553.
HSL color Cylindrical-coordinate representation of color #A99BD6: hue angle of 254.24º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A99BD6 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 155 | 214 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.16 |
| HSL | 254.24º | 0.42% | 0.72% | - |
| HSV(B) | 254.24º | 0.28% | 0.84% | - |
| XYZ | 40.22 | 36.73 | 68.59 | - |
| YUV | 165.91 | 155.14 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 214 | 0.21 | 0.28 | 0 | 0.16 | 254.24 | 0.42 | 0.72 |
| Hex | A9 | 9B | D6 | 15 | 1C | 0 | 10 | FE | 2A | 48 |
| Octal | 251 | 233 | 326 | 25 | 34 | 0 | 20 | 376 | 52 | 110 |
| Binary | 10101001 | 10011011 | 11010110 | 10101 | 11100 | 0 | 10000 | 11111110 | 101010 | 1001000 |
Color Harmonies of #A99BD6
Complementary color
Monochromatic Colors of #A99BD6
Black with #A99BD6
Text Example
Text Example
White with #A99BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99BD6; }
p { color: rgb(169,155,214); }
H1.HeaderClassName
{
color: #A99BD6;
}
.AnyTagClassName
{
color: #A99BD6;
}
</style>
background-color css
<style>
a { background-color: #A99BD6; }
a { background-color: rgb(169,155,214); }
div.DivClassName
{
background-color: #A99BD6;
}
.BgClassName
{
background-color: #A99BD6;
}
</style>
border-color css
<style>
span { border-color: #A99BD6; }
span { border-color: rgb(169,155,214); }
td.TdClassName
{
border-color: #A99BD6;
}
.TagClassName
{
border-color: #A99BD6;
}
</style>