Shades of Biloba Flower #A897C7
Tints of Biloba Flower #A897C7
RGB
CMYK
RGB Variations
Color information
#A897C7 (or 0xA897C7) is known color: Biloba Flower. HEX triplet: A8, 97 and C7. RGB value is (168,151,199). Sum of RGB (Red+Green+Blue) = 168+151+199=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 199 - color contains mainly: blue. Hex color #A897C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897C7 is #576838. Grayscale: #A1A1A1. Windows color (decimal): -5728313 or 13080488. OLE color: 13080488.
HSL color Cylindrical-coordinate representation of color #A897C7: hue angle of 261.25º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A897C7 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 151 | 199 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.22 |
| HSL | 261.25º | 0.3% | 0.69% | - |
| HSV(B) | 261.25º | 0.24% | 0.78% | - |
| XYZ | 37.52 | 34.58 | 58.73 | - |
| YUV | 161.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 199 | 0.16 | 0.24 | 0 | 0.22 | 261.25 | 0.3 | 0.69 |
| Hex | A8 | 97 | C7 | 10 | 18 | 0 | 16 | 105 | 1E | 45 |
| Octal | 250 | 227 | 307 | 20 | 30 | 0 | 26 | 405 | 36 | 105 |
| Binary | 10101000 | 10010111 | 11000111 | 10000 | 11000 | 0 | 10110 | 100000101 | 11110 | 1000101 |
Color Harmonies of #A897C7
Complementary color
Monochromatic Colors of #A897C7
Black with #A897C7
Text Example
Text Example
White with #A897C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A897C7; }
p { color: rgb(168,151,199); }
H1.HeaderClassName
{
color: #A897C7;
}
.AnyTagClassName
{
color: #A897C7;
}
</style>
background-color css
<style>
a { background-color: #A897C7; }
a { background-color: rgb(168,151,199); }
div.DivClassName
{
background-color: #A897C7;
}
.BgClassName
{
background-color: #A897C7;
}
</style>
border-color css
<style>
span { border-color: #A897C7; }
span { border-color: rgb(168,151,199); }
td.TdClassName
{
border-color: #A897C7;
}
.TagClassName
{
border-color: #A897C7;
}
</style>