Shades of Biloba Flower #A998D7
Tints of Biloba Flower #A998D7
RGB
CMYK
RGB Variations
Color information
#A998D7 (or 0xA998D7) is known color: Biloba Flower. HEX triplet: A9, 98 and D7. RGB value is (169,152,215). Sum of RGB (Red+Green+Blue) = 169+152+215=536 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.53% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 215 - color contains mainly: blue. Hex color #A998D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998D7 is #566728. Grayscale: #A4A4A4. Windows color (decimal): -5662505 or 14129321. OLE color: 14129321.
HSL color Cylindrical-coordinate representation of color #A998D7: hue angle of 256.19º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A998D7 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 152 | 215 | - |
| CMYK | 0.21 | 0.29 | 0 | 0.16 |
| HSL | 256.19º | 0.44% | 0.72% | - |
| HSV(B) | 256.19º | 0.29% | 0.84% | - |
| XYZ | 39.86 | 35.8 | 69.1 | - |
| YUV | 164.27 | 156.63 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 215 | 0.21 | 0.29 | 0 | 0.16 | 256.19 | 0.44 | 0.72 |
| Hex | A9 | 98 | D7 | 15 | 1D | 0 | 10 | 100 | 2C | 48 |
| Octal | 251 | 230 | 327 | 25 | 35 | 0 | 20 | 400 | 54 | 110 |
| Binary | 10101001 | 10011000 | 11010111 | 10101 | 11101 | 0 | 10000 | 100000000 | 101100 | 1001000 |
Color Harmonies of #A998D7
Complementary color
Monochromatic Colors of #A998D7
Black with #A998D7
Text Example
Text Example
White with #A998D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998D7; }
p { color: rgb(169,152,215); }
H1.HeaderClassName
{
color: #A998D7;
}
.AnyTagClassName
{
color: #A998D7;
}
</style>
background-color css
<style>
a { background-color: #A998D7; }
a { background-color: rgb(169,152,215); }
div.DivClassName
{
background-color: #A998D7;
}
.BgClassName
{
background-color: #A998D7;
}
</style>
border-color css
<style>
span { border-color: #A998D7; }
span { border-color: rgb(169,152,215); }
td.TdClassName
{
border-color: #A998D7;
}
.TagClassName
{
border-color: #A998D7;
}
</style>