Shades of Biloba Flower #A293FA
Tints of Biloba Flower #A293FA
RGB
CMYK
RGB Variations
Color information
#A293FA (or 0xA293FA) is known color: Biloba Flower. HEX triplet: A2, 93 and FA. RGB value is (162,147,250). Sum of RGB (Red+Green+Blue) = 162+147+250=559 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.98% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #A293FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A293FA is #5D6C05. Grayscale: #A2A2A2. Windows color (decimal): -6122502 or 16421794. OLE color: 16421794.
HSL color Cylindrical-coordinate representation of color #A293FA: hue angle of 248.74º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A293FA is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 147 | 250 | - |
| CMYK | 0.35 | 0.41 | 0 | 0.02 |
| HSL | 248.74º | 0.91% | 0.78% | - |
| HSV(B) | 248.74º | 0.41% | 0.98% | - |
| XYZ | 42.59 | 35.45 | 95.04 | - |
| YUV | 163.23 | 176.97 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 147 | 250 | 0.35 | 0.41 | 0 | 0.02 | 248.74 | 0.91 | 0.78 |
| Hex | A2 | 93 | FA | 23 | 29 | 0 | 2 | F9 | 5B | 4E |
| Octal | 242 | 223 | 372 | 43 | 51 | 0 | 2 | 371 | 133 | 116 |
| Binary | 10100010 | 10010011 | 11111010 | 100011 | 101001 | 0 | 10 | 11111001 | 1011011 | 1001110 |
Color Harmonies of #A293FA
Complementary color
Monochromatic Colors of #A293FA
Black with #A293FA
Text Example
Text Example
White with #A293FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A293FA; }
p { color: rgb(162,147,250); }
H1.HeaderClassName
{
color: #A293FA;
}
.AnyTagClassName
{
color: #A293FA;
}
</style>
background-color css
<style>
a { background-color: #A293FA; }
a { background-color: rgb(162,147,250); }
div.DivClassName
{
background-color: #A293FA;
}
.BgClassName
{
background-color: #A293FA;
}
</style>
border-color css
<style>
span { border-color: #A293FA; }
span { border-color: rgb(162,147,250); }
td.TdClassName
{
border-color: #A293FA;
}
.TagClassName
{
border-color: #A293FA;
}
</style>