Shades of Biloba Flower #A99BC5
Tints of Biloba Flower #A99BC5
RGB
CMYK
RGB Variations
Color information
#A99BC5 (or 0xA99BC5) is known color: Biloba Flower. HEX triplet: A9, 9B and C5. RGB value is (169,155,197). Sum of RGB (Red+Green+Blue) = 169+155+197=521 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.44% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 197 (77.34% from 255 or 37.81% from 521); Max value from RGB is 197 - color contains mainly: blue. Hex color #A99BC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A99BC5 is #56643A. Grayscale: #A3A3A3. Windows color (decimal): -5661755 or 12950441. OLE color: 12950441.
HSL color Cylindrical-coordinate representation of color #A99BC5: hue angle of 260º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A99BC5 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 169 | 155 | 197 | - |
| CMYK | 0.14 | 0.21 | 0 | 0.23 |
| HSL | 260º | 0.27% | 0.69% | - |
| HSV(B) | 260º | 0.21% | 0.77% | - |
| XYZ | 38.16 | 35.91 | 57.74 | - |
| YUV | 163.97 | 146.64 | 131.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 155 | 197 | 0.14 | 0.21 | 0 | 0.23 | 260 | 0.27 | 0.69 |
| Hex | A9 | 9B | C5 | E | 15 | 0 | 17 | 104 | 1B | 45 |
| Octal | 251 | 233 | 305 | 16 | 25 | 0 | 27 | 404 | 33 | 105 |
| Binary | 10101001 | 10011011 | 11000101 | 1110 | 10101 | 0 | 10111 | 100000100 | 11011 | 1000101 |
Color Harmonies of #A99BC5
Complementary color
Monochromatic Colors of #A99BC5
Black with #A99BC5
Text Example
Text Example
White with #A99BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99BC5; }
p { color: rgb(169,155,197); }
H1.HeaderClassName
{
color: #A99BC5;
}
.AnyTagClassName
{
color: #A99BC5;
}
</style>
background-color css
<style>
a { background-color: #A99BC5; }
a { background-color: rgb(169,155,197); }
div.DivClassName
{
background-color: #A99BC5;
}
.BgClassName
{
background-color: #A99BC5;
}
</style>
border-color css
<style>
span { border-color: #A99BC5; }
span { border-color: rgb(169,155,197); }
td.TdClassName
{
border-color: #A99BC5;
}
.TagClassName
{
border-color: #A99BC5;
}
</style>