Shades of Biloba Flower #A292F7
Tints of Biloba Flower #A292F7
RGB
CMYK
RGB Variations
Color information
#A292F7 (or 0xA292F7) is known color: Biloba Flower. HEX triplet: A2, 92 and F7. RGB value is (162,146,247). Sum of RGB (Red+Green+Blue) = 162+146+247=555 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.19% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 247 (96.88% from 255 or 44.50% from 555); Max value from RGB is 247 - color contains mainly: blue. Hex color #A292F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A292F7 is #5D6D08. Grayscale: #A1A1A1. Windows color (decimal): -6122761 or 16224930. OLE color: 16224930.
HSL color Cylindrical-coordinate representation of color #A292F7: hue angle of 249.5º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A292F7 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 146 | 247 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.03 |
| HSL | 249.5º | 0.86% | 0.77% | - |
| HSV(B) | 249.5º | 0.41% | 0.97% | - |
| XYZ | 41.97 | 34.95 | 92.53 | - |
| YUV | 162.3 | 175.8 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 247 | 0.34 | 0.41 | 0 | 0.03 | 249.5 | 0.86 | 0.77 |
| Hex | A2 | 92 | F7 | 22 | 29 | 0 | 3 | FA | 56 | 4D |
| Octal | 242 | 222 | 367 | 42 | 51 | 0 | 3 | 372 | 126 | 115 |
| Binary | 10100010 | 10010010 | 11110111 | 100010 | 101001 | 0 | 11 | 11111010 | 1010110 | 1001101 |
Color Harmonies of #A292F7
Complementary color
Monochromatic Colors of #A292F7
Black with #A292F7
Text Example
Text Example
White with #A292F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A292F7; }
p { color: rgb(162,146,247); }
H1.HeaderClassName
{
color: #A292F7;
}
.AnyTagClassName
{
color: #A292F7;
}
</style>
background-color css
<style>
a { background-color: #A292F7; }
a { background-color: rgb(162,146,247); }
div.DivClassName
{
background-color: #A292F7;
}
.BgClassName
{
background-color: #A292F7;
}
</style>
border-color css
<style>
span { border-color: #A292F7; }
span { border-color: rgb(162,146,247); }
td.TdClassName
{
border-color: #A292F7;
}
.TagClassName
{
border-color: #A292F7;
}
</style>