Shades of Biloba Flower #A991D0
Tints of Biloba Flower #A991D0
RGB
CMYK
RGB Variations
Color information
#A991D0 (or 0xA991D0) is known color: Biloba Flower. HEX triplet: A9, 91 and D0. RGB value is (169,145,208). Sum of RGB (Red+Green+Blue) = 169+145+208=522 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.38% from 522); Green value is 145 (57.03% from 255 or 27.78% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #A991D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A991D0 is #566E2F. Grayscale: #9F9F9F. Windows color (decimal): -5664304 or 13668777. OLE color: 13668777.
HSL color Cylindrical-coordinate representation of color #A991D0: hue angle of 262.86º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A991D0 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 145 | 208 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.18 |
| HSL | 262.86º | 0.4% | 0.69% | - |
| HSV(B) | 262.86º | 0.3% | 0.82% | - |
| XYZ | 37.87 | 33.24 | 64.09 | - |
| YUV | 159.36 | 155.45 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 145 | 208 | 0.19 | 0.30 | 0 | 0.18 | 262.86 | 0.4 | 0.69 |
| Hex | A9 | 91 | D0 | 13 | 1E | 0 | 12 | 107 | 28 | 45 |
| Octal | 251 | 221 | 320 | 23 | 36 | 0 | 22 | 407 | 50 | 105 |
| Binary | 10101001 | 10010001 | 11010000 | 10011 | 11110 | 0 | 10010 | 100000111 | 101000 | 1000101 |
Color Harmonies of #A991D0
Complementary color
Monochromatic Colors of #A991D0
Black with #A991D0
Text Example
Text Example
White with #A991D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A991D0; }
p { color: rgb(169,145,208); }
H1.HeaderClassName
{
color: #A991D0;
}
.AnyTagClassName
{
color: #A991D0;
}
</style>
background-color css
<style>
a { background-color: #A991D0; }
a { background-color: rgb(169,145,208); }
div.DivClassName
{
background-color: #A991D0;
}
.BgClassName
{
background-color: #A991D0;
}
</style>
border-color css
<style>
span { border-color: #A991D0; }
span { border-color: rgb(169,145,208); }
td.TdClassName
{
border-color: #A991D0;
}
.TagClassName
{
border-color: #A991D0;
}
</style>