Shades of Biloba Flower #A897CF
Tints of Biloba Flower #A897CF
RGB
CMYK
RGB Variations
Color information
#A897CF (or 0xA897CF) is known color: Biloba Flower. HEX triplet: A8, 97 and CF. RGB value is (168,151,207). Sum of RGB (Red+Green+Blue) = 168+151+207=526 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.94% from 526); Green value is 151 (59.38% from 255 or 28.71% from 526); Blue value is 207 (81.25% from 255 or 39.35% from 526); Max value from RGB is 207 - color contains mainly: blue. Hex color #A897CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A897CF is #576830. Grayscale: #A2A2A2. Windows color (decimal): -5728305 or 13604776. OLE color: 13604776.
HSL color Cylindrical-coordinate representation of color #A897CF: hue angle of 258.21º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A897CF is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 151 | 207 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.19 |
| HSL | 258.21º | 0.37% | 0.7% | - |
| HSV(B) | 258.21º | 0.27% | 0.81% | - |
| XYZ | 38.48 | 34.96 | 63.75 | - |
| YUV | 162.47 | 153.13 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 207 | 0.19 | 0.27 | 0 | 0.19 | 258.21 | 0.37 | 0.7 |
| Hex | A8 | 97 | CF | 13 | 1B | 0 | 13 | 102 | 25 | 46 |
| Octal | 250 | 227 | 317 | 23 | 33 | 0 | 23 | 402 | 45 | 106 |
| Binary | 10101000 | 10010111 | 11001111 | 10011 | 11011 | 0 | 10011 | 100000010 | 100101 | 1000110 |
Color Harmonies of #A897CF
Complementary color
Monochromatic Colors of #A897CF
Black with #A897CF
Text Example
Text Example
White with #A897CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A897CF; }
p { color: rgb(168,151,207); }
H1.HeaderClassName
{
color: #A897CF;
}
.AnyTagClassName
{
color: #A897CF;
}
</style>
background-color css
<style>
a { background-color: #A897CF; }
a { background-color: rgb(168,151,207); }
div.DivClassName
{
background-color: #A897CF;
}
.BgClassName
{
background-color: #A897CF;
}
</style>
border-color css
<style>
span { border-color: #A897CF; }
span { border-color: rgb(168,151,207); }
td.TdClassName
{
border-color: #A897CF;
}
.TagClassName
{
border-color: #A897CF;
}
</style>