Shades of Biloba Flower #A293F5
Tints of Biloba Flower #A293F5
RGB
CMYK
RGB Variations
Color information
#A293F5 (or 0xA293F5) is known color: Biloba Flower. HEX triplet: A2, 93 and F5. RGB value is (162,147,245). Sum of RGB (Red+Green+Blue) = 162+147+245=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 147 (57.81% from 255 or 26.53% from 554); Blue value is 245 (96.09% from 255 or 44.22% from 554); Max value from RGB is 245 - color contains mainly: blue. Hex color #A293F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A293F5 is #5D6C0A. Grayscale: #A2A2A2. Windows color (decimal): -6122507 or 16094114. OLE color: 16094114.
HSL color Cylindrical-coordinate representation of color #A293F5: hue angle of 249.18º 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 #A293F5 is Cyan = 0.34, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 147 | 245 | - |
| CMYK | 0.34 | 0.4 | 0 | 0.04 |
| HSL | 249.18º | 0.83% | 0.77% | - |
| HSV(B) | 249.18º | 0.4% | 0.96% | - |
| XYZ | 41.82 | 35.14 | 90.97 | - |
| YUV | 162.66 | 174.47 | 127.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 245 | 0.34 | 0.4 | 0 | 0.04 | 249.18 | 0.83 | 0.77 |
| Hex | A2 | 93 | F5 | 22 | 28 | 0 | 4 | F9 | 53 | 4D |
| Octal | 242 | 223 | 365 | 42 | 50 | 0 | 4 | 371 | 123 | 115 |
| Binary | 10100010 | 10010011 | 11110101 | 100010 | 101000 | 0 | 100 | 11111001 | 1010011 | 1001101 |
Color Harmonies of #A293F5
Complementary color
Monochromatic Colors of #A293F5
Black with #A293F5
Text Example
Text Example
White with #A293F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A293F5; }
p { color: rgb(162,147,245); }
H1.HeaderClassName
{
color: #A293F5;
}
.AnyTagClassName
{
color: #A293F5;
}
</style>
background-color css
<style>
a { background-color: #A293F5; }
a { background-color: rgb(162,147,245); }
div.DivClassName
{
background-color: #A293F5;
}
.BgClassName
{
background-color: #A293F5;
}
</style>
border-color css
<style>
span { border-color: #A293F5; }
span { border-color: rgb(162,147,245); }
td.TdClassName
{
border-color: #A293F5;
}
.TagClassName
{
border-color: #A293F5;
}
</style>