Shades of Biloba Flower #A696FC
Tints of Biloba Flower #A696FC
RGB
CMYK
RGB Variations
Color information
#A696FC (or 0xA696FC) is known color: Biloba Flower. HEX triplet: A6, 96 and FC. RGB value is (166,150,252). Sum of RGB (Red+Green+Blue) = 166+150+252=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 150 (58.98% from 255 or 26.41% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #A696FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A696FC is #596903. Grayscale: #A6A6A6. Windows color (decimal): -5859588 or 16553638. OLE color: 16553638.
HSL color Cylindrical-coordinate representation of color #A696FC: hue angle of 249.41º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A696FC is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 150 | 252 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.01 |
| HSL | 249.41º | 0.94% | 0.79% | - |
| HSV(B) | 249.41º | 0.4% | 0.99% | - |
| XYZ | 44.2 | 36.95 | 96.9 | - |
| YUV | 166.41 | 176.3 | 127.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 252 | 0.34 | 0.40 | 0 | 0.01 | 249.41 | 0.94 | 0.79 |
| Hex | A6 | 96 | FC | 22 | 28 | 0 | 1 | F9 | 5E | 4F |
| Octal | 246 | 226 | 374 | 42 | 50 | 0 | 1 | 371 | 136 | 117 |
| Binary | 10100110 | 10010110 | 11111100 | 100010 | 101000 | 0 | 1 | 11111001 | 1011110 | 1001111 |
Color Harmonies of #A696FC
Complementary color
Monochromatic Colors of #A696FC
Black with #A696FC
Text Example
Text Example
White with #A696FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A696FC; }
p { color: rgb(166,150,252); }
H1.HeaderClassName
{
color: #A696FC;
}
.AnyTagClassName
{
color: #A696FC;
}
</style>
background-color css
<style>
a { background-color: #A696FC; }
a { background-color: rgb(166,150,252); }
div.DivClassName
{
background-color: #A696FC;
}
.BgClassName
{
background-color: #A696FC;
}
</style>
border-color css
<style>
span { border-color: #A696FC; }
span { border-color: rgb(166,150,252); }
td.TdClassName
{
border-color: #A696FC;
}
.TagClassName
{
border-color: #A696FC;
}
</style>