Shades of Biloba Flower #A896D6
Tints of Biloba Flower #A896D6
RGB
CMYK
RGB Variations
Color information
#A896D6 (or 0xA896D6) is known color: Biloba Flower. HEX triplet: A8, 96 and D6. RGB value is (168,150,214). Sum of RGB (Red+Green+Blue) = 168+150+214=532 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.58% from 532); Green value is 150 (58.98% from 255 or 28.20% from 532); Blue value is 214 (83.98% from 255 or 40.23% from 532); Max value from RGB is 214 - color contains mainly: blue. Hex color #A896D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896D6 is #576929. Grayscale: #A2A2A2. Windows color (decimal): -5728554 or 14063272. OLE color: 14063272.
HSL color Cylindrical-coordinate representation of color #A896D6: hue angle of 256.88º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A896D6 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 150 | 214 | - |
| CMYK | 0.21 | 0.30 | 0 | 0.16 |
| HSL | 256.88º | 0.44% | 0.71% | - |
| HSV(B) | 256.88º | 0.3% | 0.84% | - |
| XYZ | 39.19 | 34.99 | 68.31 | - |
| YUV | 162.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 214 | 0.21 | 0.30 | 0 | 0.16 | 256.88 | 0.44 | 0.71 |
| Hex | A8 | 96 | D6 | 15 | 1E | 0 | 10 | 101 | 2C | 47 |
| Octal | 250 | 226 | 326 | 25 | 36 | 0 | 20 | 401 | 54 | 107 |
| Binary | 10101000 | 10010110 | 11010110 | 10101 | 11110 | 0 | 10000 | 100000001 | 101100 | 1000111 |
Color Harmonies of #A896D6
Complementary color
Monochromatic Colors of #A896D6
Black with #A896D6
Text Example
Text Example
White with #A896D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A896D6; }
p { color: rgb(168,150,214); }
H1.HeaderClassName
{
color: #A896D6;
}
.AnyTagClassName
{
color: #A896D6;
}
</style>
background-color css
<style>
a { background-color: #A896D6; }
a { background-color: rgb(168,150,214); }
div.DivClassName
{
background-color: #A896D6;
}
.BgClassName
{
background-color: #A896D6;
}
</style>
border-color css
<style>
span { border-color: #A896D6; }
span { border-color: rgb(168,150,214); }
td.TdClassName
{
border-color: #A896D6;
}
.TagClassName
{
border-color: #A896D6;
}
</style>