Shades of Biloba Flower #A894FB
Tints of Biloba Flower #A894FB
RGB
CMYK
RGB Variations
Color information
#A894FB (or 0xA894FB) is known color: Biloba Flower. HEX triplet: A8, 94 and FB. RGB value is (168,148,251). Sum of RGB (Red+Green+Blue) = 168+148+251=567 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.63% from 567); Green value is 148 (58.20% from 255 or 26.10% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #A894FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A894FB is #576B04. Grayscale: #A5A5A5. Windows color (decimal): -5729029 or 16487592. OLE color: 16487592.
HSL color Cylindrical-coordinate representation of color #A894FB: hue angle of 251.65º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A894FB is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 148 | 251 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.02 |
| HSL | 251.65º | 0.93% | 0.78% | - |
| HSV(B) | 251.65º | 0.41% | 0.98% | - |
| XYZ | 44.15 | 36.47 | 95.98 | - |
| YUV | 165.72 | 176.13 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 251 | 0.33 | 0.41 | 0 | 0.02 | 251.65 | 0.93 | 0.78 |
| Hex | A8 | 94 | FB | 21 | 29 | 0 | 2 | FC | 5D | 4E |
| Octal | 250 | 224 | 373 | 41 | 51 | 0 | 2 | 374 | 135 | 116 |
| Binary | 10101000 | 10010100 | 11111011 | 100001 | 101001 | 0 | 10 | 11111100 | 1011101 | 1001110 |
Color Harmonies of #A894FB
Complementary color
Monochromatic Colors of #A894FB
Black with #A894FB
Text Example
Text Example
White with #A894FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A894FB; }
p { color: rgb(168,148,251); }
H1.HeaderClassName
{
color: #A894FB;
}
.AnyTagClassName
{
color: #A894FB;
}
</style>
background-color css
<style>
a { background-color: #A894FB; }
a { background-color: rgb(168,148,251); }
div.DivClassName
{
background-color: #A894FB;
}
.BgClassName
{
background-color: #A894FB;
}
</style>
border-color css
<style>
span { border-color: #A894FB; }
span { border-color: rgb(168,148,251); }
td.TdClassName
{
border-color: #A894FB;
}
.TagClassName
{
border-color: #A894FB;
}
</style>