Shades of Biloba Flower #A99BD5
Tints of Biloba Flower #A99BD5
RGB
CMYK
RGB Variations
Color information
#A99BD5 (or 0xA99BD5) is known color: Biloba Flower. HEX triplet: A9, 9B and D5. RGB value is (169,155,213). Sum of RGB (Red+Green+Blue) = 169+155+213=537 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.47% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 213 (83.59% from 255 or 39.66% from 537); Max value from RGB is 213 - color contains mainly: blue. Hex color #A99BD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BD5 is #56642A. Grayscale: #A5A5A5. Windows color (decimal): -5661739 or 13999017. OLE color: 13999017.
HSL color Cylindrical-coordinate representation of color #A99BD5: hue angle of 254.48º degrees, saturation: 0.41, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A99BD5 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 155 | 213 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.16 |
| HSL | 254.48º | 0.41% | 0.72% | - |
| HSV(B) | 254.48º | 0.27% | 0.84% | - |
| XYZ | 40.09 | 36.68 | 67.92 | - |
| YUV | 165.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 213 | 0.21 | 0.27 | 0 | 0.16 | 254.48 | 0.41 | 0.72 |
| Hex | A9 | 9B | D5 | 15 | 1B | 0 | 10 | FE | 29 | 48 |
| Octal | 251 | 233 | 325 | 25 | 33 | 0 | 20 | 376 | 51 | 110 |
| Binary | 10101001 | 10011011 | 11010101 | 10101 | 11011 | 0 | 10000 | 11111110 | 101001 | 1001000 |
Color Harmonies of #A99BD5
Complementary color
Monochromatic Colors of #A99BD5
Black with #A99BD5
Text Example
Text Example
White with #A99BD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99BD5; }
p { color: rgb(169,155,213); }
H1.HeaderClassName
{
color: #A99BD5;
}
.AnyTagClassName
{
color: #A99BD5;
}
</style>
background-color css
<style>
a { background-color: #A99BD5; }
a { background-color: rgb(169,155,213); }
div.DivClassName
{
background-color: #A99BD5;
}
.BgClassName
{
background-color: #A99BD5;
}
</style>
border-color css
<style>
span { border-color: #A99BD5; }
span { border-color: rgb(169,155,213); }
td.TdClassName
{
border-color: #A99BD5;
}
.TagClassName
{
border-color: #A99BD5;
}
</style>