Shades of Biloba Flower #A696FE
Tints of Biloba Flower #A696FE
RGB
CMYK
RGB Variations
Color information
#A696FE (or 0xA696FE) is known color: Biloba Flower. HEX triplet: A6, 96 and FE. RGB value is (166,150,254). Sum of RGB (Red+Green+Blue) = 166+150+254=570 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.12% from 570); Green value is 150 (58.98% from 255 or 26.32% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #A696FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A696FE is #596901. Grayscale: #A6A6A6. Windows color (decimal): -5859586 or 16684710. OLE color: 16684710.
HSL color Cylindrical-coordinate representation of color #A696FE: hue angle of 249.23º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A696FE is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 150 | 254 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.00 |
| HSL | 249.23º | 0.98% | 0.79% | - |
| HSV(B) | 249.23º | 0.41% | 1% | - |
| XYZ | 44.52 | 37.08 | 98.58 | - |
| YUV | 166.64 | 177.3 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 254 | 0.35 | 0.41 | 0 | 0.00 | 249.23 | 0.98 | 0.79 |
| Hex | A6 | 96 | FE | 23 | 29 | 0 | 0 | F9 | 62 | 4F |
| Octal | 246 | 226 | 376 | 43 | 51 | 0 | 0 | 371 | 142 | 117 |
| Binary | 10100110 | 10010110 | 11111110 | 100011 | 101001 | 0 | 0 | 11111001 | 1100010 | 1001111 |
Color Harmonies of #A696FE
Complementary color
Monochromatic Colors of #A696FE
Black with #A696FE
Text Example
Text Example
White with #A696FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A696FE; }
p { color: rgb(166,150,254); }
H1.HeaderClassName
{
color: #A696FE;
}
.AnyTagClassName
{
color: #A696FE;
}
</style>
background-color css
<style>
a { background-color: #A696FE; }
a { background-color: rgb(166,150,254); }
div.DivClassName
{
background-color: #A696FE;
}
.BgClassName
{
background-color: #A696FE;
}
</style>
border-color css
<style>
span { border-color: #A696FE; }
span { border-color: rgb(166,150,254); }
td.TdClassName
{
border-color: #A696FE;
}
.TagClassName
{
border-color: #A696FE;
}
</style>