Shades of Biloba Flower #A998C1
Tints of Biloba Flower #A998C1
RGB
CMYK
RGB Variations
Color information
#A998C1 (or 0xA998C1) is known color: Biloba Flower. HEX triplet: A9, 98 and C1. RGB value is (169,152,193). Sum of RGB (Red+Green+Blue) = 169+152+193=514 (68% of max value = 765). Red value is 169 (66.41% from 255 or 32.88% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 193 (75.78% from 255 or 37.55% from 514); Max value from RGB is 193 - color contains mainly: blue. Hex color #A998C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A998C1 is #56673E. Grayscale: #A1A1A1. Windows color (decimal): -5662527 or 12687529. OLE color: 12687529.
HSL color Cylindrical-coordinate representation of color #A998C1: hue angle of 264.88º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A998C1 is Cyan = 0.12, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 169 | 152 | 193 | - |
| CMYK | 0.12 | 0.21 | 0 | 0.24 |
| HSL | 264.88º | 0.25% | 0.68% | - |
| HSV(B) | 264.88º | 0.21% | 0.76% | - |
| XYZ | 37.22 | 34.74 | 55.2 | - |
| YUV | 161.76 | 145.63 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 193 | 0.12 | 0.21 | 0 | 0.24 | 264.88 | 0.25 | 0.68 |
| Hex | A9 | 98 | C1 | C | 15 | 0 | 18 | 109 | 19 | 44 |
| Octal | 251 | 230 | 301 | 14 | 25 | 0 | 30 | 411 | 31 | 104 |
| Binary | 10101001 | 10011000 | 11000001 | 1100 | 10101 | 0 | 11000 | 100001001 | 11001 | 1000100 |
Color Harmonies of #A998C1
Complementary color
Monochromatic Colors of #A998C1
Black with #A998C1
Text Example
Text Example
White with #A998C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998C1; }
p { color: rgb(169,152,193); }
H1.HeaderClassName
{
color: #A998C1;
}
.AnyTagClassName
{
color: #A998C1;
}
</style>
background-color css
<style>
a { background-color: #A998C1; }
a { background-color: rgb(169,152,193); }
div.DivClassName
{
background-color: #A998C1;
}
.BgClassName
{
background-color: #A998C1;
}
</style>
border-color css
<style>
span { border-color: #A998C1; }
span { border-color: rgb(169,152,193); }
td.TdClassName
{
border-color: #A998C1;
}
.TagClassName
{
border-color: #A998C1;
}
</style>