Shades of Biloba Flower #A897FF
Tints of Biloba Flower #A897FF
RGB
CMYK
RGB Variations
Color information
#A897FF (or 0xA897FF) is known color: Biloba Flower. HEX triplet: A8, 97 and FF. RGB value is (168,151,255). Sum of RGB (Red+Green+Blue) = 168+151+255=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 151 (59.38% from 255 or 26.31% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #A897FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A897FF is #576800. Grayscale: #A7A7A7. Windows color (decimal): -5728257 or 16750504. OLE color: 16750504.
HSL color Cylindrical-coordinate representation of color #A897FF: hue angle of 249.81º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A897FF is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 151 | 255 | - |
| CMYK | 0.34 | 0.41 | 0 | 0 |
| HSL | 249.81º | 1% | 0.8% | - |
| HSV(B) | 249.81º | 0.41% | 1% | - |
| XYZ | 45.27 | 37.68 | 99.49 | - |
| YUV | 167.94 | 177.13 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 255 | 0.34 | 0.41 | 0 | 0 | 249.81 | 1 | 0.8 |
| Hex | A8 | 97 | FF | 22 | 29 | 0 | 0 | FA | 64 | 50 |
| Octal | 250 | 227 | 377 | 42 | 51 | 0 | 0 | 372 | 144 | 120 |
| Binary | 10101000 | 10010111 | 11111111 | 100010 | 101001 | 0 | 0 | 11111010 | 1100100 | 1010000 |
Color Harmonies of #A897FF
Complementary color
Monochromatic Colors of #A897FF
Black with #A897FF
Text Example
Text Example
White with #A897FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A897FF; }
p { color: rgb(168,151,255); }
H1.HeaderClassName
{
color: #A897FF;
}
.AnyTagClassName
{
color: #A897FF;
}
</style>
background-color css
<style>
a { background-color: #A897FF; }
a { background-color: rgb(168,151,255); }
div.DivClassName
{
background-color: #A897FF;
}
.BgClassName
{
background-color: #A897FF;
}
</style>
border-color css
<style>
span { border-color: #A897FF; }
span { border-color: rgb(168,151,255); }
td.TdClassName
{
border-color: #A897FF;
}
.TagClassName
{
border-color: #A897FF;
}
</style>