Shades of Biloba Flower #A99BDD
Tints of Biloba Flower #A99BDD
RGB
CMYK
RGB Variations
Color information
#A99BDD (or 0xA99BDD) is known color: Biloba Flower. HEX triplet: A9, 9B and DD. RGB value is (169,155,221). Sum of RGB (Red+Green+Blue) = 169+155+221=545 (72% of max value = 765). Red value is 169 (66.41% from 255 or 31.01% from 545); Green value is 155 (60.94% from 255 or 28.44% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #A99BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BDD is #566422. Grayscale: #A6A6A6. Windows color (decimal): -5661731 or 14523305. OLE color: 14523305.
HSL color Cylindrical-coordinate representation of color #A99BDD: hue angle of 252.73º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A99BDD is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 155 | 221 | - |
| CMYK | 0.24 | 0.30 | 0 | 0.13 |
| HSL | 252.73º | 0.49% | 0.74% | - |
| HSV(B) | 252.73º | 0.3% | 0.87% | - |
| XYZ | 41.13 | 37.1 | 73.4 | - |
| YUV | 166.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 221 | 0.24 | 0.30 | 0 | 0.13 | 252.73 | 0.49 | 0.74 |
| Hex | A9 | 9B | DD | 18 | 1E | 0 | D | FD | 31 | 4A |
| Octal | 251 | 233 | 335 | 30 | 36 | 0 | 15 | 375 | 61 | 112 |
| Binary | 10101001 | 10011011 | 11011101 | 11000 | 11110 | 0 | 1101 | 11111101 | 110001 | 1001010 |
Color Harmonies of #A99BDD
Complementary color
Monochromatic Colors of #A99BDD
Black with #A99BDD
Text Example
Text Example
White with #A99BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99BDD; }
p { color: rgb(169,155,221); }
H1.HeaderClassName
{
color: #A99BDD;
}
.AnyTagClassName
{
color: #A99BDD;
}
</style>
background-color css
<style>
a { background-color: #A99BDD; }
a { background-color: rgb(169,155,221); }
div.DivClassName
{
background-color: #A99BDD;
}
.BgClassName
{
background-color: #A99BDD;
}
</style>
border-color css
<style>
span { border-color: #A99BDD; }
span { border-color: rgb(169,155,221); }
td.TdClassName
{
border-color: #A99BDD;
}
.TagClassName
{
border-color: #A99BDD;
}
</style>