Shades of Biloba Flower #A897DB
Tints of Biloba Flower #A897DB
RGB
CMYK
RGB Variations
Color information
#A897DB (or 0xA897DB) is known color: Biloba Flower. HEX triplet: A8, 97 and DB. RGB value is (168,151,219). Sum of RGB (Red+Green+Blue) = 168+151+219=538 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.23% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #A897DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897DB is #576824. Grayscale: #A3A3A3. Windows color (decimal): -5728293 or 14391208. OLE color: 14391208.
HSL color Cylindrical-coordinate representation of color #A897DB: hue angle of 255º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A897DB is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 168 | 151 | 219 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.14 |
| HSL | 255º | 0.49% | 0.73% | - |
| HSV(B) | 255º | 0.31% | 0.86% | - |
| XYZ | 40 | 35.57 | 71.78 | - |
| YUV | 163.84 | 159.13 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 219 | 0.23 | 0.31 | 0 | 0.14 | 255 | 0.49 | 0.73 |
| Hex | A8 | 97 | DB | 17 | 1F | 0 | E | FF | 31 | 49 |
| Octal | 250 | 227 | 333 | 27 | 37 | 0 | 16 | 377 | 61 | 111 |
| Binary | 10101000 | 10010111 | 11011011 | 10111 | 11111 | 0 | 1110 | 11111111 | 110001 | 1001001 |
Color Harmonies of #A897DB
Complementary color
Monochromatic Colors of #A897DB
Black with #A897DB
Text Example
Text Example
White with #A897DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A897DB; }
p { color: rgb(168,151,219); }
H1.HeaderClassName
{
color: #A897DB;
}
.AnyTagClassName
{
color: #A897DB;
}
</style>
background-color css
<style>
a { background-color: #A897DB; }
a { background-color: rgb(168,151,219); }
div.DivClassName
{
background-color: #A897DB;
}
.BgClassName
{
background-color: #A897DB;
}
</style>
border-color css
<style>
span { border-color: #A897DB; }
span { border-color: rgb(168,151,219); }
td.TdClassName
{
border-color: #A897DB;
}
.TagClassName
{
border-color: #A897DB;
}
</style>