Shades of Biloba Flower #A897C6
Tints of Biloba Flower #A897C6
RGB
CMYK
RGB Variations
Color information
#A897C6 (or 0xA897C6) is known color: Biloba Flower. HEX triplet: A8, 97 and C6. RGB value is (168,151,198). Sum of RGB (Red+Green+Blue) = 168+151+198=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 151 (59.38% from 255 or 29.21% from 517); Blue value is 198 (77.73% from 255 or 38.30% from 517); Max value from RGB is 198 - color contains mainly: blue. Hex color #A897C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897C6 is #576839. Grayscale: #A1A1A1. Windows color (decimal): -5728314 or 13014952. OLE color: 13014952.
HSL color Cylindrical-coordinate representation of color #A897C6: hue angle of 261.7º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A897C6 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 151 | 198 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.22 |
| HSL | 261.7º | 0.29% | 0.68% | - |
| HSV(B) | 261.7º | 0.24% | 0.78% | - |
| XYZ | 37.41 | 34.54 | 58.12 | - |
| YUV | 161.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 198 | 0.15 | 0.24 | 0 | 0.22 | 261.7 | 0.29 | 0.68 |
| Hex | A8 | 97 | C6 | F | 18 | 0 | 16 | 106 | 1D | 44 |
| Octal | 250 | 227 | 306 | 17 | 30 | 0 | 26 | 406 | 35 | 104 |
| Binary | 10101000 | 10010111 | 11000110 | 1111 | 11000 | 0 | 10110 | 100000110 | 11101 | 1000100 |
Color Harmonies of #A897C6
Complementary color
Monochromatic Colors of #A897C6
Black with #A897C6
Text Example
Text Example
White with #A897C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A897C6; }
p { color: rgb(168,151,198); }
H1.HeaderClassName
{
color: #A897C6;
}
.AnyTagClassName
{
color: #A897C6;
}
</style>
background-color css
<style>
a { background-color: #A897C6; }
a { background-color: rgb(168,151,198); }
div.DivClassName
{
background-color: #A897C6;
}
.BgClassName
{
background-color: #A897C6;
}
</style>
border-color css
<style>
span { border-color: #A897C6; }
span { border-color: rgb(168,151,198); }
td.TdClassName
{
border-color: #A897C6;
}
.TagClassName
{
border-color: #A897C6;
}
</style>