Shades of Biloba Flower #A997EC
Tints of Biloba Flower #A997EC
RGB
CMYK
RGB Variations
Color information
#A997EC (or 0xA997EC) is known color: Biloba Flower. HEX triplet: A9, 97 and EC. RGB value is (169,151,236). Sum of RGB (Red+Green+Blue) = 169+151+236=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 151 (59.38% from 255 or 27.16% from 556); Blue value is 236 (92.58% from 255 or 42.45% from 556); Max value from RGB is 236 - color contains mainly: blue. Hex color #A997EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A997EC is #566813. Grayscale: #A5A5A5. Windows color (decimal): -5662740 or 15505321. OLE color: 15505321.
HSL color Cylindrical-coordinate representation of color #A997EC: hue angle of 252.71º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A997EC is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 151 | 236 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.07 |
| HSL | 252.71º | 0.69% | 0.76% | - |
| HSV(B) | 252.71º | 0.36% | 0.93% | - |
| XYZ | 42.57 | 36.62 | 84.18 | - |
| YUV | 166.07 | 167.46 | 130.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 236 | 0.28 | 0.36 | 0 | 0.07 | 252.71 | 0.69 | 0.76 |
| Hex | A9 | 97 | EC | 1C | 24 | 0 | 7 | FD | 45 | 4C |
| Octal | 251 | 227 | 354 | 34 | 44 | 0 | 7 | 375 | 105 | 114 |
| Binary | 10101001 | 10010111 | 11101100 | 11100 | 100100 | 0 | 111 | 11111101 | 1000101 | 1001100 |
Color Harmonies of #A997EC
Complementary color
Monochromatic Colors of #A997EC
Black with #A997EC
Text Example
Text Example
White with #A997EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A997EC; }
p { color: rgb(169,151,236); }
H1.HeaderClassName
{
color: #A997EC;
}
.AnyTagClassName
{
color: #A997EC;
}
</style>
background-color css
<style>
a { background-color: #A997EC; }
a { background-color: rgb(169,151,236); }
div.DivClassName
{
background-color: #A997EC;
}
.BgClassName
{
background-color: #A997EC;
}
</style>
border-color css
<style>
span { border-color: #A997EC; }
span { border-color: rgb(169,151,236); }
td.TdClassName
{
border-color: #A997EC;
}
.TagClassName
{
border-color: #A997EC;
}
</style>