Shades of Biloba Flower #A998E6
Tints of Biloba Flower #A998E6
RGB
CMYK
RGB Variations
Color information
#A998E6 (or 0xA998E6) is known color: Biloba Flower. HEX triplet: A9, 98 and E6. RGB value is (169,152,230). Sum of RGB (Red+Green+Blue) = 169+152+230=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 230 (90.23% from 255 or 41.74% from 551); Max value from RGB is 230 - color contains mainly: blue. Hex color #A998E6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A998E6 is #566719. Grayscale: #A5A5A5. Windows color (decimal): -5662490 or 15112361. OLE color: 15112361.
HSL color Cylindrical-coordinate representation of color #A998E6: hue angle of 253.08º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A998E6 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 152 | 230 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.10 |
| HSL | 253.08º | 0.61% | 0.75% | - |
| HSV(B) | 253.08º | 0.34% | 0.9% | - |
| XYZ | 41.87 | 36.6 | 79.72 | - |
| YUV | 165.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 152 | 230 | 0.27 | 0.34 | 0 | 0.10 | 253.08 | 0.61 | 0.75 |
| Hex | A9 | 98 | E6 | 1B | 22 | 0 | A | FD | 3D | 4B |
| Octal | 251 | 230 | 346 | 33 | 42 | 0 | 12 | 375 | 75 | 113 |
| Binary | 10101001 | 10011000 | 11100110 | 11011 | 100010 | 0 | 1010 | 11111101 | 111101 | 1001011 |
Color Harmonies of #A998E6
Complementary color
Monochromatic Colors of #A998E6
Black with #A998E6
Text Example
Text Example
White with #A998E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A998E6; }
p { color: rgb(169,152,230); }
H1.HeaderClassName
{
color: #A998E6;
}
.AnyTagClassName
{
color: #A998E6;
}
</style>
background-color css
<style>
a { background-color: #A998E6; }
a { background-color: rgb(169,152,230); }
div.DivClassName
{
background-color: #A998E6;
}
.BgClassName
{
background-color: #A998E6;
}
</style>
border-color css
<style>
span { border-color: #A998E6; }
span { border-color: rgb(169,152,230); }
td.TdClassName
{
border-color: #A998E6;
}
.TagClassName
{
border-color: #A998E6;
}
</style>