Shades of Biloba Flower #A896FF
Tints of Biloba Flower #A896FF
RGB
CMYK
RGB Variations
Color information
#A896FF (or 0xA896FF) is known color: Biloba Flower. HEX triplet: A8, 96 and FF. RGB value is (168,150,255). Sum of RGB (Red+Green+Blue) = 168+150+255=573 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.32% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #A896FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A896FF is #576900. Grayscale: #A6A6A6. Windows color (decimal): -5728513 or 16750248. OLE color: 16750248.
HSL color Cylindrical-coordinate representation of color #A896FF: hue angle of 250.29º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A896FF is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 150 | 255 | - |
| CMYK | 0.34 | 0.41 | 0 | 0 |
| HSL | 250.29º | 1% | 0.79% | - |
| HSV(B) | 250.29º | 0.41% | 1% | - |
| XYZ | 45.1 | 37.36 | 99.44 | - |
| YUV | 167.35 | 177.46 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 255 | 0.34 | 0.41 | 0 | 0 | 250.29 | 1 | 0.79 |
| Hex | A8 | 96 | FF | 22 | 29 | 0 | 0 | FA | 64 | 4F |
| Octal | 250 | 226 | 377 | 42 | 51 | 0 | 0 | 372 | 144 | 117 |
| Binary | 10101000 | 10010110 | 11111111 | 100010 | 101001 | 0 | 0 | 11111010 | 1100100 | 1001111 |
Color Harmonies of #A896FF
Complementary color
Monochromatic Colors of #A896FF
Black with #A896FF
Text Example
Text Example
White with #A896FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A896FF; }
p { color: rgb(168,150,255); }
H1.HeaderClassName
{
color: #A896FF;
}
.AnyTagClassName
{
color: #A896FF;
}
</style>
background-color css
<style>
a { background-color: #A896FF; }
a { background-color: rgb(168,150,255); }
div.DivClassName
{
background-color: #A896FF;
}
.BgClassName
{
background-color: #A896FF;
}
</style>
border-color css
<style>
span { border-color: #A896FF; }
span { border-color: rgb(168,150,255); }
td.TdClassName
{
border-color: #A896FF;
}
.TagClassName
{
border-color: #A896FF;
}
</style>