Shades of Biloba Flower #A896F8
Tints of Biloba Flower #A896F8
RGB
CMYK
RGB Variations
Color information
#A896F8 (or 0xA896F8) is known color: Biloba Flower. HEX triplet: A8, 96 and F8. RGB value is (168,150,248). Sum of RGB (Red+Green+Blue) = 168+150+248=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 248 (97.27% from 255 or 43.82% from 566); Max value from RGB is 248 - color contains mainly: blue. Hex color #A896F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A896F8 is #576907. Grayscale: #A6A6A6. Windows color (decimal): -5728520 or 16291496. OLE color: 16291496.
HSL color Cylindrical-coordinate representation of color #A896F8: hue angle of 251.02º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A896F8 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 150 | 248 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.03 |
| HSL | 251.02º | 0.88% | 0.78% | - |
| HSV(B) | 251.02º | 0.4% | 0.97% | - |
| XYZ | 44 | 36.91 | 93.61 | - |
| YUV | 166.55 | 173.96 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 248 | 0.32 | 0.40 | 0 | 0.03 | 251.02 | 0.88 | 0.78 |
| Hex | A8 | 96 | F8 | 20 | 28 | 0 | 3 | FB | 58 | 4E |
| Octal | 250 | 226 | 370 | 40 | 50 | 0 | 3 | 373 | 130 | 116 |
| Binary | 10101000 | 10010110 | 11111000 | 100000 | 101000 | 0 | 11 | 11111011 | 1011000 | 1001110 |
Color Harmonies of #A896F8
Complementary color
Monochromatic Colors of #A896F8
Black with #A896F8
Text Example
Text Example
White with #A896F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A896F8; }
p { color: rgb(168,150,248); }
H1.HeaderClassName
{
color: #A896F8;
}
.AnyTagClassName
{
color: #A896F8;
}
</style>
background-color css
<style>
a { background-color: #A896F8; }
a { background-color: rgb(168,150,248); }
div.DivClassName
{
background-color: #A896F8;
}
.BgClassName
{
background-color: #A896F8;
}
</style>
border-color css
<style>
span { border-color: #A896F8; }
span { border-color: rgb(168,150,248); }
td.TdClassName
{
border-color: #A896F8;
}
.TagClassName
{
border-color: #A896F8;
}
</style>