Shades of Biloba Flower #A696F6
Tints of Biloba Flower #A696F6
RGB
CMYK
RGB Variations
Color information
#A696F6 (or 0xA696F6) is known color: Biloba Flower. HEX triplet: A6, 96 and F6. RGB value is (166,150,246). Sum of RGB (Red+Green+Blue) = 166+150+246=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 246 (96.48% from 255 or 43.77% from 562); Max value from RGB is 246 - color contains mainly: blue. Hex color #A696F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A696F6 is #596909. Grayscale: #A5A5A5. Windows color (decimal): -5859594 or 16160422. OLE color: 16160422.
HSL color Cylindrical-coordinate representation of color #A696F6: hue angle of 250º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A696F6 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 166 | 150 | 246 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.04 |
| HSL | 250º | 0.84% | 0.78% | - |
| HSV(B) | 250º | 0.39% | 0.96% | - |
| XYZ | 43.27 | 36.57 | 91.97 | - |
| YUV | 165.73 | 173.3 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 150 | 246 | 0.33 | 0.39 | 0 | 0.04 | 250 | 0.84 | 0.78 |
| Hex | A6 | 96 | F6 | 21 | 27 | 0 | 4 | FA | 54 | 4E |
| Octal | 246 | 226 | 366 | 41 | 47 | 0 | 4 | 372 | 124 | 116 |
| Binary | 10100110 | 10010110 | 11110110 | 100001 | 100111 | 0 | 100 | 11111010 | 1010100 | 1001110 |
Color Harmonies of #A696F6
Complementary color
Monochromatic Colors of #A696F6
Black with #A696F6
Text Example
Text Example
White with #A696F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A696F6; }
p { color: rgb(166,150,246); }
H1.HeaderClassName
{
color: #A696F6;
}
.AnyTagClassName
{
color: #A696F6;
}
</style>
background-color css
<style>
a { background-color: #A696F6; }
a { background-color: rgb(166,150,246); }
div.DivClassName
{
background-color: #A696F6;
}
.BgClassName
{
background-color: #A696F6;
}
</style>
border-color css
<style>
span { border-color: #A696F6; }
span { border-color: rgb(166,150,246); }
td.TdClassName
{
border-color: #A696F6;
}
.TagClassName
{
border-color: #A696F6;
}
</style>