Shades of Biloba Flower #A99BDB
Tints of Biloba Flower #A99BDB
RGB
CMYK
RGB Variations
Color information
#A99BDB (or 0xA99BDB) is known color: Biloba Flower. HEX triplet: A9, 9B and DB. RGB value is (169,155,219). Sum of RGB (Red+Green+Blue) = 169+155+219=543 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.12% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #A99BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BDB is #566424. Grayscale: #A6A6A6. Windows color (decimal): -5661733 or 14392233. OLE color: 14392233.
HSL color Cylindrical-coordinate representation of color #A99BDB: hue angle of 253.12º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A99BDB is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 155 | 219 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.14 |
| HSL | 253.13º | 0.47% | 0.73% | - |
| HSV(B) | 253.13º | 0.29% | 0.86% | - |
| XYZ | 40.87 | 36.99 | 72 | - |
| YUV | 166.48 | 157.64 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 219 | 0.23 | 0.29 | 0 | 0.14 | 253.13 | 0.47 | 0.73 |
| Hex | A9 | 9B | DB | 17 | 1D | 0 | E | FD | 2F | 49 |
| Octal | 251 | 233 | 333 | 27 | 35 | 0 | 16 | 375 | 57 | 111 |
| Binary | 10101001 | 10011011 | 11011011 | 10111 | 11101 | 0 | 1110 | 11111101 | 101111 | 1001001 |
Color Harmonies of #A99BDB
Complementary color
Monochromatic Colors of #A99BDB
Black with #A99BDB
Text Example
Text Example
White with #A99BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99BDB; }
p { color: rgb(169,155,219); }
H1.HeaderClassName
{
color: #A99BDB;
}
.AnyTagClassName
{
color: #A99BDB;
}
</style>
background-color css
<style>
a { background-color: #A99BDB; }
a { background-color: rgb(169,155,219); }
div.DivClassName
{
background-color: #A99BDB;
}
.BgClassName
{
background-color: #A99BDB;
}
</style>
border-color css
<style>
span { border-color: #A99BDB; }
span { border-color: rgb(169,155,219); }
td.TdClassName
{
border-color: #A99BDB;
}
.TagClassName
{
border-color: #A99BDB;
}
</style>