Shades of Biloba Flower #A894F7
Tints of Biloba Flower #A894F7
RGB
CMYK
RGB Variations
Color information
#A894F7 (or 0xA894F7) is known color: Biloba Flower. HEX triplet: A8, 94 and F7. RGB value is (168,148,247). Sum of RGB (Red+Green+Blue) = 168+148+247=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 148 (58.20% from 255 or 26.29% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #A894F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A894F7 is #576B08. Grayscale: #A4A4A4. Windows color (decimal): -5729033 or 16225448. OLE color: 16225448.
HSL color Cylindrical-coordinate representation of color #A894F7: hue angle of 252.12º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A894F7 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 148 | 247 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.03 |
| HSL | 252.12º | 0.86% | 0.77% | - |
| HSV(B) | 252.12º | 0.4% | 0.97% | - |
| XYZ | 43.53 | 36.22 | 92.69 | - |
| YUV | 165.27 | 174.13 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 148 | 247 | 0.32 | 0.40 | 0 | 0.03 | 252.12 | 0.86 | 0.77 |
| Hex | A8 | 94 | F7 | 20 | 28 | 0 | 3 | FC | 56 | 4D |
| Octal | 250 | 224 | 367 | 40 | 50 | 0 | 3 | 374 | 126 | 115 |
| Binary | 10101000 | 10010100 | 11110111 | 100000 | 101000 | 0 | 11 | 11111100 | 1010110 | 1001101 |
Color Harmonies of #A894F7
Complementary color
Monochromatic Colors of #A894F7
Black with #A894F7
Text Example
Text Example
White with #A894F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A894F7; }
p { color: rgb(168,148,247); }
H1.HeaderClassName
{
color: #A894F7;
}
.AnyTagClassName
{
color: #A894F7;
}
</style>
background-color css
<style>
a { background-color: #A894F7; }
a { background-color: rgb(168,148,247); }
div.DivClassName
{
background-color: #A894F7;
}
.BgClassName
{
background-color: #A894F7;
}
</style>
border-color css
<style>
span { border-color: #A894F7; }
span { border-color: rgb(168,148,247); }
td.TdClassName
{
border-color: #A894F7;
}
.TagClassName
{
border-color: #A894F7;
}
</style>