Shades of Biloba Flower #A798FF
Tints of Biloba Flower #A798FF
RGB
CMYK
RGB Variations
Color information
#A798FF (or 0xA798FF) is known color: Biloba Flower. HEX triplet: A7, 98 and FF. RGB value is (167,152,255). Sum of RGB (Red+Green+Blue) = 167+152+255=574 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.09% from 574); Green value is 152 (59.77% from 255 or 26.48% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #A798FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A798FF is #586700. Grayscale: #A7A7A7. Windows color (decimal): -5793537 or 16750759. OLE color: 16750759.
HSL color Cylindrical-coordinate representation of color #A798FF: hue angle of 248.74º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A798FF is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 167 | 152 | 255 | - |
| CMYK | 0.35 | 0.40 | 0 | 0 |
| HSL | 248.74º | 1% | 0.8% | - |
| HSV(B) | 248.74º | 0.4% | 1% | - |
| XYZ | 45.21 | 37.89 | 99.54 | - |
| YUV | 168.23 | 176.97 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 152 | 255 | 0.35 | 0.40 | 0 | 0 | 248.74 | 1 | 0.8 |
| Hex | A7 | 98 | FF | 23 | 28 | 0 | 0 | F9 | 64 | 50 |
| Octal | 247 | 230 | 377 | 43 | 50 | 0 | 0 | 371 | 144 | 120 |
| Binary | 10100111 | 10011000 | 11111111 | 100011 | 101000 | 0 | 0 | 11111001 | 1100100 | 1010000 |
Color Harmonies of #A798FF
Complementary color
Monochromatic Colors of #A798FF
Black with #A798FF
Text Example
Text Example
White with #A798FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A798FF; }
p { color: rgb(167,152,255); }
H1.HeaderClassName
{
color: #A798FF;
}
.AnyTagClassName
{
color: #A798FF;
}
</style>
background-color css
<style>
a { background-color: #A798FF; }
a { background-color: rgb(167,152,255); }
div.DivClassName
{
background-color: #A798FF;
}
.BgClassName
{
background-color: #A798FF;
}
</style>
border-color css
<style>
span { border-color: #A798FF; }
span { border-color: rgb(167,152,255); }
td.TdClassName
{
border-color: #A798FF;
}
.TagClassName
{
border-color: #A798FF;
}
</style>