Shades of Biloba Flower #A99BDA
Tints of Biloba Flower #A99BDA
RGB
CMYK
RGB Variations
Color information
#A99BDA (or 0xA99BDA) is known color: Biloba Flower. HEX triplet: A9, 9B and DA. RGB value is (169,155,218). Sum of RGB (Red+Green+Blue) = 169+155+218=542 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.18% from 542); Green value is 155 (60.94% from 255 or 28.60% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #A99BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BDA is #566425. Grayscale: #A6A6A6. Windows color (decimal): -5661734 or 14326697. OLE color: 14326697.
HSL color Cylindrical-coordinate representation of color #A99BDA: hue angle of 253.33º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A99BDA is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 155 | 218 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.15 |
| HSL | 253.33º | 0.46% | 0.73% | - |
| HSV(B) | 253.33º | 0.29% | 0.85% | - |
| XYZ | 40.74 | 36.94 | 71.31 | - |
| YUV | 166.37 | 157.14 | 129.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 218 | 0.22 | 0.29 | 0 | 0.15 | 253.33 | 0.46 | 0.73 |
| Hex | A9 | 9B | DA | 16 | 1D | 0 | F | FD | 2E | 49 |
| Octal | 251 | 233 | 332 | 26 | 35 | 0 | 17 | 375 | 56 | 111 |
| Binary | 10101001 | 10011011 | 11011010 | 10110 | 11101 | 0 | 1111 | 11111101 | 101110 | 1001001 |
Color Harmonies of #A99BDA
Complementary color
Monochromatic Colors of #A99BDA
Black with #A99BDA
Text Example
Text Example
White with #A99BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99BDA; }
p { color: rgb(169,155,218); }
H1.HeaderClassName
{
color: #A99BDA;
}
.AnyTagClassName
{
color: #A99BDA;
}
</style>
background-color css
<style>
a { background-color: #A99BDA; }
a { background-color: rgb(169,155,218); }
div.DivClassName
{
background-color: #A99BDA;
}
.BgClassName
{
background-color: #A99BDA;
}
</style>
border-color css
<style>
span { border-color: #A99BDA; }
span { border-color: rgb(169,155,218); }
td.TdClassName
{
border-color: #A99BDA;
}
.TagClassName
{
border-color: #A99BDA;
}
</style>