Shades of Biloba Flower #A292F5
Tints of Biloba Flower #A292F5
RGB
CMYK
RGB Variations
Color information
#A292F5 (or 0xA292F5) is known color: Biloba Flower. HEX triplet: A2, 92 and F5. RGB value is (162,146,245). Sum of RGB (Red+Green+Blue) = 162+146+245=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 146 (57.42% from 255 or 26.40% from 553); Blue value is 245 (96.09% from 255 or 44.30% from 553); Max value from RGB is 245 - color contains mainly: blue. Hex color #A292F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A292F5 is #5D6D0A. Grayscale: #A1A1A1. Windows color (decimal): -6122763 or 16093858. OLE color: 16093858.
HSL color Cylindrical-coordinate representation of color #A292F5: hue angle of 249.7º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A292F5 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 146 | 245 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.04 |
| HSL | 249.7º | 0.83% | 0.77% | - |
| HSV(B) | 249.7º | 0.4% | 0.96% | - |
| XYZ | 41.66 | 34.83 | 90.91 | - |
| YUV | 162.07 | 174.8 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 245 | 0.34 | 0.40 | 0 | 0.04 | 249.7 | 0.83 | 0.77 |
| Hex | A2 | 92 | F5 | 22 | 28 | 0 | 4 | FA | 53 | 4D |
| Octal | 242 | 222 | 365 | 42 | 50 | 0 | 4 | 372 | 123 | 115 |
| Binary | 10100010 | 10010010 | 11110101 | 100010 | 101000 | 0 | 100 | 11111010 | 1010011 | 1001101 |
Color Harmonies of #A292F5
Complementary color
Monochromatic Colors of #A292F5
Black with #A292F5
Text Example
Text Example
White with #A292F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A292F5; }
p { color: rgb(162,146,245); }
H1.HeaderClassName
{
color: #A292F5;
}
.AnyTagClassName
{
color: #A292F5;
}
</style>
background-color css
<style>
a { background-color: #A292F5; }
a { background-color: rgb(162,146,245); }
div.DivClassName
{
background-color: #A292F5;
}
.BgClassName
{
background-color: #A292F5;
}
</style>
border-color css
<style>
span { border-color: #A292F5; }
span { border-color: rgb(162,146,245); }
td.TdClassName
{
border-color: #A292F5;
}
.TagClassName
{
border-color: #A292F5;
}
</style>