Shades of Biloba Flower #A796F9
Tints of Biloba Flower #A796F9
RGB
CMYK
RGB Variations
Color information
#A796F9 (or 0xA796F9) is known color: Biloba Flower. HEX triplet: A7, 96 and F9. RGB value is (167,150,249). Sum of RGB (Red+Green+Blue) = 167+150+249=566 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.51% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 249 (97.66% from 255 or 43.99% from 566); Max value from RGB is 249 - color contains mainly: blue. Hex color #A796F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A796F9 is #586906. Grayscale: #A5A5A5. Windows color (decimal): -5794055 or 16357031. OLE color: 16357031.
HSL color Cylindrical-coordinate representation of color #A796F9: hue angle of 250.3º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A796F9 is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 150 | 249 | - |
| CMYK | 0.33 | 0.40 | 0 | 0.02 |
| HSL | 250.3º | 0.89% | 0.78% | - |
| HSV(B) | 250.3º | 0.4% | 0.98% | - |
| XYZ | 43.94 | 36.87 | 94.42 | - |
| YUV | 166.37 | 174.63 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 150 | 249 | 0.33 | 0.40 | 0 | 0.02 | 250.3 | 0.89 | 0.78 |
| Hex | A7 | 96 | F9 | 21 | 28 | 0 | 2 | FA | 59 | 4E |
| Octal | 247 | 226 | 371 | 41 | 50 | 0 | 2 | 372 | 131 | 116 |
| Binary | 10100111 | 10010110 | 11111001 | 100001 | 101000 | 0 | 10 | 11111010 | 1011001 | 1001110 |
Color Harmonies of #A796F9
Complementary color
Monochromatic Colors of #A796F9
Black with #A796F9
Text Example
Text Example
White with #A796F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A796F9; }
p { color: rgb(167,150,249); }
H1.HeaderClassName
{
color: #A796F9;
}
.AnyTagClassName
{
color: #A796F9;
}
</style>
background-color css
<style>
a { background-color: #A796F9; }
a { background-color: rgb(167,150,249); }
div.DivClassName
{
background-color: #A796F9;
}
.BgClassName
{
background-color: #A796F9;
}
</style>
border-color css
<style>
span { border-color: #A796F9; }
span { border-color: rgb(167,150,249); }
td.TdClassName
{
border-color: #A796F9;
}
.TagClassName
{
border-color: #A796F9;
}
</style>