Shades of Biloba Flower #A997FF
Tints of Biloba Flower #A997FF
RGB
CMYK
RGB Variations
Color information
#A997FF (or 0xA997FF) is known color: Biloba Flower. HEX triplet: A9, 97 and FF. RGB value is (169,151,255). Sum of RGB (Red+Green+Blue) = 169+151+255=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 151 (59.38% from 255 or 26.26% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #A997FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A997FF is #566800. Grayscale: #A7A7A7. Windows color (decimal): -5662721 or 16750505. OLE color: 16750505.
HSL color Cylindrical-coordinate representation of color #A997FF: hue angle of 250.38º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A997FF is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 151 | 255 | - |
| CMYK | 0.34 | 0.41 | 0 | 0 |
| HSL | 250.38º | 1% | 0.8% | - |
| HSV(B) | 250.38º | 0.41% | 1% | - |
| XYZ | 45.48 | 37.79 | 99.5 | - |
| YUV | 168.24 | 176.96 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 255 | 0.34 | 0.41 | 0 | 0 | 250.38 | 1 | 0.8 |
| Hex | A9 | 97 | FF | 22 | 29 | 0 | 0 | FA | 64 | 50 |
| Octal | 251 | 227 | 377 | 42 | 51 | 0 | 0 | 372 | 144 | 120 |
| Binary | 10101001 | 10010111 | 11111111 | 100010 | 101001 | 0 | 0 | 11111010 | 1100100 | 1010000 |
Color Harmonies of #A997FF
Complementary color
Monochromatic Colors of #A997FF
Black with #A997FF
Text Example
Text Example
White with #A997FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A997FF; }
p { color: rgb(169,151,255); }
H1.HeaderClassName
{
color: #A997FF;
}
.AnyTagClassName
{
color: #A997FF;
}
</style>
background-color css
<style>
a { background-color: #A997FF; }
a { background-color: rgb(169,151,255); }
div.DivClassName
{
background-color: #A997FF;
}
.BgClassName
{
background-color: #A997FF;
}
</style>
border-color css
<style>
span { border-color: #A997FF; }
span { border-color: rgb(169,151,255); }
td.TdClassName
{
border-color: #A997FF;
}
.TagClassName
{
border-color: #A997FF;
}
</style>