Shades of Biloba Flower #A997F6
Tints of Biloba Flower #A997F6
RGB
CMYK
RGB Variations
Color information
#A997F6 (or 0xA997F6) is known color: Biloba Flower. HEX triplet: A9, 97 and F6. RGB value is (169,151,246). Sum of RGB (Red+Green+Blue) = 169+151+246=566 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.86% from 566); Green value is 151 (59.38% from 255 or 26.68% from 566); Blue value is 246 (96.48% from 255 or 43.46% from 566); Max value from RGB is 246 - color contains mainly: blue. Hex color #A997F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A997F6 is #566809. Grayscale: #A6A6A6. Windows color (decimal): -5662730 or 16160681. OLE color: 16160681.
HSL color Cylindrical-coordinate representation of color #A997F6: hue angle of 251.37º 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 #A997F6 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 169 | 151 | 246 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.04 |
| HSL | 251.37º | 0.84% | 0.78% | - |
| HSV(B) | 251.37º | 0.39% | 0.96% | - |
| XYZ | 44.06 | 37.22 | 92.05 | - |
| YUV | 167.21 | 172.46 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 246 | 0.31 | 0.39 | 0 | 0.04 | 251.37 | 0.84 | 0.78 |
| Hex | A9 | 97 | F6 | 1F | 27 | 0 | 4 | FB | 54 | 4E |
| Octal | 251 | 227 | 366 | 37 | 47 | 0 | 4 | 373 | 124 | 116 |
| Binary | 10101001 | 10010111 | 11110110 | 11111 | 100111 | 0 | 100 | 11111011 | 1010100 | 1001110 |
Color Harmonies of #A997F6
Complementary color
Monochromatic Colors of #A997F6
Black with #A997F6
Text Example
Text Example
White with #A997F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A997F6; }
p { color: rgb(169,151,246); }
H1.HeaderClassName
{
color: #A997F6;
}
.AnyTagClassName
{
color: #A997F6;
}
</style>
background-color css
<style>
a { background-color: #A997F6; }
a { background-color: rgb(169,151,246); }
div.DivClassName
{
background-color: #A997F6;
}
.BgClassName
{
background-color: #A997F6;
}
</style>
border-color css
<style>
span { border-color: #A997F6; }
span { border-color: rgb(169,151,246); }
td.TdClassName
{
border-color: #A997F6;
}
.TagClassName
{
border-color: #A997F6;
}
</style>