Shades of Biloba Flower #A997E4
Tints of Biloba Flower #A997E4
RGB
CMYK
RGB Variations
Color information
#A997E4 (or 0xA997E4) is known color: Biloba Flower. HEX triplet: A9, 97 and E4. RGB value is (169,151,228). Sum of RGB (Red+Green+Blue) = 169+151+228=548 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.84% from 548); Green value is 151 (59.38% from 255 or 27.55% from 548); Blue value is 228 (89.45% from 255 or 41.61% from 548); Max value from RGB is 228 - color contains mainly: blue. Hex color #A997E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A997E4 is #56681B. Grayscale: #A4A4A4. Windows color (decimal): -5662748 or 14981033. OLE color: 14981033.
HSL color Cylindrical-coordinate representation of color #A997E4: hue angle of 254.03º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A997E4 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 151 | 228 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.11 |
| HSL | 254.03º | 0.59% | 0.74% | - |
| HSV(B) | 254.03º | 0.34% | 0.89% | - |
| XYZ | 41.43 | 36.17 | 78.2 | - |
| YUV | 165.16 | 163.46 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 228 | 0.26 | 0.34 | 0 | 0.11 | 254.03 | 0.59 | 0.74 |
| Hex | A9 | 97 | E4 | 1A | 22 | 0 | B | FE | 3B | 4A |
| Octal | 251 | 227 | 344 | 32 | 42 | 0 | 13 | 376 | 73 | 112 |
| Binary | 10101001 | 10010111 | 11100100 | 11010 | 100010 | 0 | 1011 | 11111110 | 111011 | 1001010 |
Color Harmonies of #A997E4
Complementary color
Monochromatic Colors of #A997E4
Black with #A997E4
Text Example
Text Example
White with #A997E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A997E4; }
p { color: rgb(169,151,228); }
H1.HeaderClassName
{
color: #A997E4;
}
.AnyTagClassName
{
color: #A997E4;
}
</style>
background-color css
<style>
a { background-color: #A997E4; }
a { background-color: rgb(169,151,228); }
div.DivClassName
{
background-color: #A997E4;
}
.BgClassName
{
background-color: #A997E4;
}
</style>
border-color css
<style>
span { border-color: #A997E4; }
span { border-color: rgb(169,151,228); }
td.TdClassName
{
border-color: #A997E4;
}
.TagClassName
{
border-color: #A997E4;
}
</style>