Shades of Biloba Flower #A897D9
Tints of Biloba Flower #A897D9
RGB
CMYK
RGB Variations
Color information
#A897D9 (or 0xA897D9) is known color: Biloba Flower. HEX triplet: A8, 97 and D9. RGB value is (168,151,217). Sum of RGB (Red+Green+Blue) = 168+151+217=536 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.34% from 536); Green value is 151 (59.38% from 255 or 28.17% from 536); Blue value is 217 (85.16% from 255 or 40.49% from 536); Max value from RGB is 217 - color contains mainly: blue. Hex color #A897D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897D9 is #576826. Grayscale: #A3A3A3. Windows color (decimal): -5728295 or 14260136. OLE color: 14260136.
HSL color Cylindrical-coordinate representation of color #A897D9: hue angle of 255.45º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A897D9 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 151 | 217 | - |
| CMYK | 0.23 | 0.30 | 0 | 0.15 |
| HSL | 255.45º | 0.46% | 0.72% | - |
| HSV(B) | 255.45º | 0.3% | 0.85% | - |
| XYZ | 39.74 | 35.47 | 70.4 | - |
| YUV | 163.61 | 158.13 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 217 | 0.23 | 0.30 | 0 | 0.15 | 255.45 | 0.46 | 0.72 |
| Hex | A8 | 97 | D9 | 17 | 1E | 0 | F | FF | 2E | 48 |
| Octal | 250 | 227 | 331 | 27 | 36 | 0 | 17 | 377 | 56 | 110 |
| Binary | 10101000 | 10010111 | 11011001 | 10111 | 11110 | 0 | 1111 | 11111111 | 101110 | 1001000 |
Color Harmonies of #A897D9
Complementary color
Monochromatic Colors of #A897D9
Black with #A897D9
Text Example
Text Example
White with #A897D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A897D9; }
p { color: rgb(168,151,217); }
H1.HeaderClassName
{
color: #A897D9;
}
.AnyTagClassName
{
color: #A897D9;
}
</style>
background-color css
<style>
a { background-color: #A897D9; }
a { background-color: rgb(168,151,217); }
div.DivClassName
{
background-color: #A897D9;
}
.BgClassName
{
background-color: #A897D9;
}
</style>
border-color css
<style>
span { border-color: #A897D9; }
span { border-color: rgb(168,151,217); }
td.TdClassName
{
border-color: #A897D9;
}
.TagClassName
{
border-color: #A897D9;
}
</style>