Shades of Biloba Flower #A798FB
Tints of Biloba Flower #A798FB
RGB
CMYK
RGB Variations
Color information
#A798FB (or 0xA798FB) is known color: Biloba Flower. HEX triplet: A7, 98 and FB. RGB value is (167,152,251). Sum of RGB (Red+Green+Blue) = 167+152+251=570 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.30% from 570); Green value is 152 (59.77% from 255 or 26.67% from 570); Blue value is 251 (98.44% from 255 or 44.04% from 570); Max value from RGB is 251 - color contains mainly: blue. Hex color #A798FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A798FB is #586704. Grayscale: #A7A7A7. Windows color (decimal): -5793541 or 16488615. OLE color: 16488615.
HSL color Cylindrical-coordinate representation of color #A798FB: hue angle of 249.09º degrees, saturation: 0.93, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A798FB is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 152 | 251 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.02 |
| HSL | 249.09º | 0.93% | 0.79% | - |
| HSV(B) | 249.09º | 0.39% | 0.98% | - |
| XYZ | 44.58 | 37.64 | 96.18 | - |
| YUV | 167.77 | 174.97 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 152 | 251 | 0.33 | 0.39 | 0 | 0.02 | 249.09 | 0.93 | 0.79 |
| Hex | A7 | 98 | FB | 21 | 27 | 0 | 2 | F9 | 5D | 4F |
| Octal | 247 | 230 | 373 | 41 | 47 | 0 | 2 | 371 | 135 | 117 |
| Binary | 10100111 | 10011000 | 11111011 | 100001 | 100111 | 0 | 10 | 11111001 | 1011101 | 1001111 |
Color Harmonies of #A798FB
Complementary color
Monochromatic Colors of #A798FB
Black with #A798FB
Text Example
Text Example
White with #A798FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A798FB; }
p { color: rgb(167,152,251); }
H1.HeaderClassName
{
color: #A798FB;
}
.AnyTagClassName
{
color: #A798FB;
}
</style>
background-color css
<style>
a { background-color: #A798FB; }
a { background-color: rgb(167,152,251); }
div.DivClassName
{
background-color: #A798FB;
}
.BgClassName
{
background-color: #A798FB;
}
</style>
border-color css
<style>
span { border-color: #A798FB; }
span { border-color: rgb(167,152,251); }
td.TdClassName
{
border-color: #A798FB;
}
.TagClassName
{
border-color: #A798FB;
}
</style>