Shades of Biloba Flower #A896D3
Tints of Biloba Flower #A896D3
RGB
CMYK
RGB Variations
Color information
#A896D3 (or 0xA896D3) is known color: Biloba Flower. HEX triplet: A8, 96 and D3. RGB value is (168,150,211). Sum of RGB (Red+Green+Blue) = 168+150+211=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #A896D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A896D3 is #57692C. Grayscale: #A2A2A2. Windows color (decimal): -5728557 or 13866664. OLE color: 13866664.
HSL color Cylindrical-coordinate representation of color #A896D3: hue angle of 257.7º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A896D3 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 168 | 150 | 211 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.17 |
| HSL | 257.7º | 0.41% | 0.71% | - |
| HSV(B) | 257.7º | 0.29% | 0.83% | - |
| XYZ | 38.81 | 34.84 | 66.31 | - |
| YUV | 162.34 | 155.46 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 150 | 211 | 0.20 | 0.29 | 0 | 0.17 | 257.7 | 0.41 | 0.71 |
| Hex | A8 | 96 | D3 | 14 | 1D | 0 | 11 | 102 | 29 | 47 |
| Octal | 250 | 226 | 323 | 24 | 35 | 0 | 21 | 402 | 51 | 107 |
| Binary | 10101000 | 10010110 | 11010011 | 10100 | 11101 | 0 | 10001 | 100000010 | 101001 | 1000111 |
Color Harmonies of #A896D3
Complementary color
Monochromatic Colors of #A896D3
Black with #A896D3
Text Example
Text Example
White with #A896D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A896D3; }
p { color: rgb(168,150,211); }
H1.HeaderClassName
{
color: #A896D3;
}
.AnyTagClassName
{
color: #A896D3;
}
</style>
background-color css
<style>
a { background-color: #A896D3; }
a { background-color: rgb(168,150,211); }
div.DivClassName
{
background-color: #A896D3;
}
.BgClassName
{
background-color: #A896D3;
}
</style>
border-color css
<style>
span { border-color: #A896D3; }
span { border-color: rgb(168,150,211); }
td.TdClassName
{
border-color: #A896D3;
}
.TagClassName
{
border-color: #A896D3;
}
</style>