Shades of Biloba Flower #A393E1
Tints of Biloba Flower #A393E1
RGB
CMYK
RGB Variations
Color information
#A393E1 (or 0xA393E1) is known color: Biloba Flower. HEX triplet: A3, 93 and E1. RGB value is (163,147,225). Sum of RGB (Red+Green+Blue) = 163+147+225=535 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.47% from 535); Green value is 147 (57.81% from 255 or 27.48% from 535); Blue value is 225 (88.28% from 255 or 42.06% from 535); Max value from RGB is 225 - color contains mainly: blue. Hex color #A393E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393E1 is #5C6C1E. Grayscale: #A0A0A0. Windows color (decimal): -6056991 or 14783395. OLE color: 14783395.
HSL color Cylindrical-coordinate representation of color #A393E1: hue angle of 252.31º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A393E1 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 147 | 225 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.12 |
| HSL | 252.31º | 0.57% | 0.73% | - |
| HSV(B) | 252.31º | 0.35% | 0.88% | - |
| XYZ | 39.13 | 34.09 | 75.75 | - |
| YUV | 160.68 | 164.3 | 129.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 225 | 0.28 | 0.35 | 0 | 0.12 | 252.31 | 0.57 | 0.73 |
| Hex | A3 | 93 | E1 | 1C | 23 | 0 | C | FC | 39 | 49 |
| Octal | 243 | 223 | 341 | 34 | 43 | 0 | 14 | 374 | 71 | 111 |
| Binary | 10100011 | 10010011 | 11100001 | 11100 | 100011 | 0 | 1100 | 11111100 | 111001 | 1001001 |
Color Harmonies of #A393E1
Complementary color
Monochromatic Colors of #A393E1
Black with #A393E1
Text Example
Text Example
White with #A393E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A393E1; }
p { color: rgb(163,147,225); }
H1.HeaderClassName
{
color: #A393E1;
}
.AnyTagClassName
{
color: #A393E1;
}
</style>
background-color css
<style>
a { background-color: #A393E1; }
a { background-color: rgb(163,147,225); }
div.DivClassName
{
background-color: #A393E1;
}
.BgClassName
{
background-color: #A393E1;
}
</style>
border-color css
<style>
span { border-color: #A393E1; }
span { border-color: rgb(163,147,225); }
td.TdClassName
{
border-color: #A393E1;
}
.TagClassName
{
border-color: #A393E1;
}
</style>