Shades of Biloba Flower #A798C7
Tints of Biloba Flower #A798C7
RGB
CMYK
RGB Variations
Color information
#A798C7 (or 0xA798C7) is known color: Biloba Flower. HEX triplet: A7, 98 and C7. RGB value is (167,152,199). Sum of RGB (Red+Green+Blue) = 167+152+199=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 199 - color contains mainly: blue. Hex color #A798C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A798C7 is #586738. Grayscale: #A1A1A1. Windows color (decimal): -5793593 or 13080743. OLE color: 13080743.
HSL color Cylindrical-coordinate representation of color #A798C7: hue angle of 259.15º degrees, saturation: 0.3, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A798C7 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 152 | 199 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.22 |
| HSL | 259.15º | 0.3% | 0.69% | - |
| HSV(B) | 259.15º | 0.24% | 0.78% | - |
| XYZ | 37.47 | 34.8 | 58.77 | - |
| YUV | 161.84 | 148.97 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 152 | 199 | 0.16 | 0.24 | 0 | 0.22 | 259.15 | 0.3 | 0.69 |
| Hex | A7 | 98 | C7 | 10 | 18 | 0 | 16 | 103 | 1E | 45 |
| Octal | 247 | 230 | 307 | 20 | 30 | 0 | 26 | 403 | 36 | 105 |
| Binary | 10100111 | 10011000 | 11000111 | 10000 | 11000 | 0 | 10110 | 100000011 | 11110 | 1000101 |
Color Harmonies of #A798C7
Complementary color
Monochromatic Colors of #A798C7
Black with #A798C7
Text Example
Text Example
White with #A798C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A798C7; }
p { color: rgb(167,152,199); }
H1.HeaderClassName
{
color: #A798C7;
}
.AnyTagClassName
{
color: #A798C7;
}
</style>
background-color css
<style>
a { background-color: #A798C7; }
a { background-color: rgb(167,152,199); }
div.DivClassName
{
background-color: #A798C7;
}
.BgClassName
{
background-color: #A798C7;
}
</style>
border-color css
<style>
span { border-color: #A798C7; }
span { border-color: rgb(167,152,199); }
td.TdClassName
{
border-color: #A798C7;
}
.TagClassName
{
border-color: #A798C7;
}
</style>