Shades of Biloba Flower #A393E3
Tints of Biloba Flower #A393E3
RGB
CMYK
RGB Variations
Color information
#A393E3 (or 0xA393E3) is known color: Biloba Flower. HEX triplet: A3, 93 and E3. RGB value is (163,147,227). Sum of RGB (Red+Green+Blue) = 163+147+227=537 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.35% from 537); Green value is 147 (57.81% from 255 or 27.37% from 537); Blue value is 227 (89.06% from 255 or 42.27% from 537); Max value from RGB is 227 - color contains mainly: blue. Hex color #A393E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A393E3 is #5C6C1C. Grayscale: #A0A0A0. Windows color (decimal): -6056989 or 14914467. OLE color: 14914467.
HSL color Cylindrical-coordinate representation of color #A393E3: hue angle of 252º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A393E3 is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 147 | 227 | - |
| CMYK | 0.28 | 0.35 | 0 | 0.11 |
| HSL | 252º | 0.59% | 0.73% | - |
| HSV(B) | 252º | 0.35% | 0.89% | - |
| XYZ | 39.4 | 34.2 | 77.2 | - |
| YUV | 160.9 | 165.3 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 147 | 227 | 0.28 | 0.35 | 0 | 0.11 | 252 | 0.59 | 0.73 |
| Hex | A3 | 93 | E3 | 1C | 23 | 0 | B | FC | 3B | 49 |
| Octal | 243 | 223 | 343 | 34 | 43 | 0 | 13 | 374 | 73 | 111 |
| Binary | 10100011 | 10010011 | 11100011 | 11100 | 100011 | 0 | 1011 | 11111100 | 111011 | 1001001 |
Color Harmonies of #A393E3
Complementary color
Monochromatic Colors of #A393E3
Black with #A393E3
Text Example
Text Example
White with #A393E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A393E3; }
p { color: rgb(163,147,227); }
H1.HeaderClassName
{
color: #A393E3;
}
.AnyTagClassName
{
color: #A393E3;
}
</style>
background-color css
<style>
a { background-color: #A393E3; }
a { background-color: rgb(163,147,227); }
div.DivClassName
{
background-color: #A393E3;
}
.BgClassName
{
background-color: #A393E3;
}
</style>
border-color css
<style>
span { border-color: #A393E3; }
span { border-color: rgb(163,147,227); }
td.TdClassName
{
border-color: #A393E3;
}
.TagClassName
{
border-color: #A393E3;
}
</style>