Shades of Biloba Flower #A393F7
Tints of Biloba Flower #A393F7
RGB
CMYK
RGB Variations
Color information
#A393F7 (or 0xA393F7) is known color: Biloba Flower. HEX triplet: A3, 93 and F7. RGB value is (163,147,247). Sum of RGB (Red+Green+Blue) = 163+147+247=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #A393F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A393F7 is #5C6C08. Grayscale: #A2A2A2. Windows color (decimal): -6056969 or 16225187. OLE color: 16225187.
HSL color Cylindrical-coordinate representation of color #A393F7: hue angle of 249.6º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A393F7 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 163 | 147 | 247 | - |
| CMYK | 0.34 | 0.40 | 0 | 0.03 |
| HSL | 249.6º | 0.86% | 0.77% | - |
| HSV(B) | 249.6º | 0.4% | 0.97% | - |
| XYZ | 42.33 | 35.37 | 92.59 | - |
| YUV | 163.18 | 175.3 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 247 | 0.34 | 0.40 | 0 | 0.03 | 249.6 | 0.86 | 0.77 |
| Hex | A3 | 93 | F7 | 22 | 28 | 0 | 3 | FA | 56 | 4D |
| Octal | 243 | 223 | 367 | 42 | 50 | 0 | 3 | 372 | 126 | 115 |
| Binary | 10100011 | 10010011 | 11110111 | 100010 | 101000 | 0 | 11 | 11111010 | 1010110 | 1001101 |
Color Harmonies of #A393F7
Complementary color
Monochromatic Colors of #A393F7
Black with #A393F7
Text Example
Text Example
White with #A393F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A393F7; }
p { color: rgb(163,147,247); }
H1.HeaderClassName
{
color: #A393F7;
}
.AnyTagClassName
{
color: #A393F7;
}
</style>
background-color css
<style>
a { background-color: #A393F7; }
a { background-color: rgb(163,147,247); }
div.DivClassName
{
background-color: #A393F7;
}
.BgClassName
{
background-color: #A393F7;
}
</style>
border-color css
<style>
span { border-color: #A393F7; }
span { border-color: rgb(163,147,247); }
td.TdClassName
{
border-color: #A393F7;
}
.TagClassName
{
border-color: #A393F7;
}
</style>