Shades of Biloba Flower #A897FE
Tints of Biloba Flower #A897FE
RGB
CMYK
RGB Variations
Color information
#A897FE (or 0xA897FE) is known color: Biloba Flower. HEX triplet: A8, 97 and FE. RGB value is (168,151,254). Sum of RGB (Red+Green+Blue) = 168+151+254=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 151 (59.38% from 255 or 26.35% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #A897FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A897FE is #576801. Grayscale: #A7A7A7. Windows color (decimal): -5728258 or 16684968. OLE color: 16684968.
HSL color Cylindrical-coordinate representation of color #A897FE: hue angle of 249.9º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A897FE is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 151 | 254 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.00 |
| HSL | 249.9º | 0.98% | 0.79% | - |
| HSV(B) | 249.9º | 0.41% | 1% | - |
| XYZ | 45.1 | 37.61 | 98.65 | - |
| YUV | 167.83 | 176.63 | 128.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 151 | 254 | 0.34 | 0.41 | 0 | 0.00 | 249.9 | 0.98 | 0.79 |
| Hex | A8 | 97 | FE | 22 | 29 | 0 | 0 | FA | 62 | 4F |
| Octal | 250 | 227 | 376 | 42 | 51 | 0 | 0 | 372 | 142 | 117 |
| Binary | 10101000 | 10010111 | 11111110 | 100010 | 101001 | 0 | 0 | 11111010 | 1100010 | 1001111 |
Color Harmonies of #A897FE
Complementary color
Monochromatic Colors of #A897FE
Black with #A897FE
Text Example
Text Example
White with #A897FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A897FE; }
p { color: rgb(168,151,254); }
H1.HeaderClassName
{
color: #A897FE;
}
.AnyTagClassName
{
color: #A897FE;
}
</style>
background-color css
<style>
a { background-color: #A897FE; }
a { background-color: rgb(168,151,254); }
div.DivClassName
{
background-color: #A897FE;
}
.BgClassName
{
background-color: #A897FE;
}
</style>
border-color css
<style>
span { border-color: #A897FE; }
span { border-color: rgb(168,151,254); }
td.TdClassName
{
border-color: #A897FE;
}
.TagClassName
{
border-color: #A897FE;
}
</style>