Shades of Biloba Flower #A697FA
Tints of Biloba Flower #A697FA
RGB
CMYK
RGB Variations
Color information
#A697FA (or 0xA697FA) is known color: Biloba Flower. HEX triplet: A6, 97 and FA. RGB value is (166,151,250). Sum of RGB (Red+Green+Blue) = 166+151+250=567 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.28% from 567); Green value is 151 (59.38% from 255 or 26.63% from 567); Blue value is 250 (98.05% from 255 or 44.09% from 567); Max value from RGB is 250 - color contains mainly: blue. Hex color #A697FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A697FA is #596805. Grayscale: #A6A6A6. Windows color (decimal): -5859334 or 16422822. OLE color: 16422822.
HSL color Cylindrical-coordinate representation of color #A697FA: hue angle of 249.09º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A697FA is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 151 | 250 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.02 |
| HSL | 249.09º | 0.91% | 0.79% | - |
| HSV(B) | 249.09º | 0.4% | 0.98% | - |
| XYZ | 44.05 | 37.14 | 95.29 | - |
| YUV | 166.77 | 174.97 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 151 | 250 | 0.34 | 0.40 | 0 | 0.02 | 249.09 | 0.91 | 0.79 |
| Hex | A6 | 97 | FA | 22 | 28 | 0 | 2 | F9 | 5B | 4F |
| Octal | 246 | 227 | 372 | 42 | 50 | 0 | 2 | 371 | 133 | 117 |
| Binary | 10100110 | 10010111 | 11111010 | 100010 | 101000 | 0 | 10 | 11111001 | 1011011 | 1001111 |
Color Harmonies of #A697FA
Complementary color
Monochromatic Colors of #A697FA
Black with #A697FA
Text Example
Text Example
White with #A697FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A697FA; }
p { color: rgb(166,151,250); }
H1.HeaderClassName
{
color: #A697FA;
}
.AnyTagClassName
{
color: #A697FA;
}
</style>
background-color css
<style>
a { background-color: #A697FA; }
a { background-color: rgb(166,151,250); }
div.DivClassName
{
background-color: #A697FA;
}
.BgClassName
{
background-color: #A697FA;
}
</style>
border-color css
<style>
span { border-color: #A697FA; }
span { border-color: rgb(166,151,250); }
td.TdClassName
{
border-color: #A697FA;
}
.TagClassName
{
border-color: #A697FA;
}
</style>