Shades of Biloba Flower #A696D6
Tints of Biloba Flower #A696D6
RGB
CMYK
RGB Variations
Color information
#A696D6 (or 0xA696D6) is known color: Biloba Flower. HEX triplet: A6, 96 and D6. RGB value is (166,150,214). Sum of RGB (Red+Green+Blue) = 166+150+214=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 214 - color contains mainly: blue. Hex color #A696D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A696D6 is #596929. Grayscale: #A1A1A1. Windows color (decimal): -5859626 or 14063270. OLE color: 14063270.
HSL color Cylindrical-coordinate representation of color #A696D6: hue angle of 255º 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 #A696D6 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 150 | 214 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.16 |
| HSL | 255º | 0.44% | 0.71% | - |
| HSV(B) | 255º | 0.3% | 0.84% | - |
| XYZ | 38.77 | 34.77 | 68.29 | - |
| YUV | 162.08 | 157.3 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 214 | 0.22 | 0.30 | 0 | 0.16 | 255 | 0.44 | 0.71 |
| Hex | A6 | 96 | D6 | 16 | 1E | 0 | 10 | FF | 2C | 47 |
| Octal | 246 | 226 | 326 | 26 | 36 | 0 | 20 | 377 | 54 | 107 |
| Binary | 10100110 | 10010110 | 11010110 | 10110 | 11110 | 0 | 10000 | 11111111 | 101100 | 1000111 |
Color Harmonies of #A696D6
Complementary color
Monochromatic Colors of #A696D6
Black with #A696D6
Text Example
Text Example
White with #A696D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A696D6; }
p { color: rgb(166,150,214); }
H1.HeaderClassName
{
color: #A696D6;
}
.AnyTagClassName
{
color: #A696D6;
}
</style>
background-color css
<style>
a { background-color: #A696D6; }
a { background-color: rgb(166,150,214); }
div.DivClassName
{
background-color: #A696D6;
}
.BgClassName
{
background-color: #A696D6;
}
</style>
border-color css
<style>
span { border-color: #A696D6; }
span { border-color: rgb(166,150,214); }
td.TdClassName
{
border-color: #A696D6;
}
.TagClassName
{
border-color: #A696D6;
}
</style>