Shades of Biloba Flower #A998D9
Tints of Biloba Flower #A998D9
RGB
CMYK
RGB Variations
Color information
#A998D9 (or 0xA998D9) is known color: Biloba Flower. HEX triplet: A9, 98 and D9. RGB value is (169,152,217). Sum of RGB (Red+Green+Blue) = 169+152+217=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 152 (59.77% from 255 or 28.25% from 538); Blue value is 217 (85.16% from 255 or 40.33% from 538); Max value from RGB is 217 - color contains mainly: blue. Hex color #A998D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998D9 is #566726. Grayscale: #A4A4A4. Windows color (decimal): -5662503 or 14260393. OLE color: 14260393.
HSL color Cylindrical-coordinate representation of color #A998D9: hue angle of 255.69º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A998D9 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 152 | 217 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.15 |
| HSL | 255.69º | 0.46% | 0.72% | - |
| HSV(B) | 255.69º | 0.3% | 0.85% | - |
| XYZ | 40.11 | 35.9 | 70.46 | - |
| YUV | 164.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 217 | 0.22 | 0.30 | 0 | 0.15 | 255.69 | 0.46 | 0.72 |
| Hex | A9 | 98 | D9 | 16 | 1E | 0 | F | 100 | 2E | 48 |
| Octal | 251 | 230 | 331 | 26 | 36 | 0 | 17 | 400 | 56 | 110 |
| Binary | 10101001 | 10011000 | 11011001 | 10110 | 11110 | 0 | 1111 | 100000000 | 101110 | 1001000 |
Color Harmonies of #A998D9
Complementary color
Monochromatic Colors of #A998D9
Black with #A998D9
Text Example
Text Example
White with #A998D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998D9; }
p { color: rgb(169,152,217); }
H1.HeaderClassName
{
color: #A998D9;
}
.AnyTagClassName
{
color: #A998D9;
}
</style>
background-color css
<style>
a { background-color: #A998D9; }
a { background-color: rgb(169,152,217); }
div.DivClassName
{
background-color: #A998D9;
}
.BgClassName
{
background-color: #A998D9;
}
</style>
border-color css
<style>
span { border-color: #A998D9; }
span { border-color: rgb(169,152,217); }
td.TdClassName
{
border-color: #A998D9;
}
.TagClassName
{
border-color: #A998D9;
}
</style>