Shades of Biloba Flower #A997FA
Tints of Biloba Flower #A997FA
RGB
CMYK
RGB Variations
Color information
#A997FA (or 0xA997FA) is known color: Biloba Flower. HEX triplet: A9, 97 and FA. RGB value is (169,151,250). Sum of RGB (Red+Green+Blue) = 169+151+250=570 (75% of max value = 765). Red value is 169 (66.41% from 255 or 29.65% from 570); Green value is 151 (59.38% from 255 or 26.49% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #A997FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A997FA is #566805. Grayscale: #A7A7A7. Windows color (decimal): -5662726 or 16422825. OLE color: 16422825.
HSL color Cylindrical-coordinate representation of color #A997FA: hue angle of 250.91º 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 #A997FA is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 151 | 250 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.02 |
| HSL | 250.91º | 0.91% | 0.79% | - |
| HSV(B) | 250.91º | 0.4% | 0.98% | - |
| XYZ | 44.68 | 37.47 | 95.32 | - |
| YUV | 167.67 | 174.46 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 250 | 0.32 | 0.40 | 0 | 0.02 | 250.91 | 0.91 | 0.79 |
| Hex | A9 | 97 | FA | 20 | 28 | 0 | 2 | FB | 5B | 4F |
| Octal | 251 | 227 | 372 | 40 | 50 | 0 | 2 | 373 | 133 | 117 |
| Binary | 10101001 | 10010111 | 11111010 | 100000 | 101000 | 0 | 10 | 11111011 | 1011011 | 1001111 |
Color Harmonies of #A997FA
Complementary color
Monochromatic Colors of #A997FA
Black with #A997FA
Text Example
Text Example
White with #A997FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A997FA; }
p { color: rgb(169,151,250); }
H1.HeaderClassName
{
color: #A997FA;
}
.AnyTagClassName
{
color: #A997FA;
}
</style>
background-color css
<style>
a { background-color: #A997FA; }
a { background-color: rgb(169,151,250); }
div.DivClassName
{
background-color: #A997FA;
}
.BgClassName
{
background-color: #A997FA;
}
</style>
border-color css
<style>
span { border-color: #A997FA; }
span { border-color: rgb(169,151,250); }
td.TdClassName
{
border-color: #A997FA;
}
.TagClassName
{
border-color: #A997FA;
}
</style>