Shades of Biloba Flower #A389E5
Tints of Biloba Flower #A389E5
RGB
CMYK
RGB Variations
Color information
#A389E5 (or 0xA389E5) is known color: Biloba Flower. HEX triplet: A3, 89 and E5. RGB value is (163,137,229). Sum of RGB (Red+Green+Blue) = 163+137+229=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 137 (53.91% from 255 or 25.90% from 529); Blue value is 229 (89.84% from 255 or 43.29% from 529); Max value from RGB is 229 - color contains mainly: blue. Hex color #A389E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A389E5 is #5C761A. Grayscale: #9A9A9A. Windows color (decimal): -6059547 or 15042979. OLE color: 15042979.
HSL color Cylindrical-coordinate representation of color #A389E5: hue angle of 256.96º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A389E5 is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 137 | 229 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.10 |
| HSL | 256.96º | 0.64% | 0.72% | - |
| HSV(B) | 256.96º | 0.4% | 0.9% | - |
| XYZ | 38.19 | 31.34 | 78.16 | - |
| YUV | 155.26 | 169.61 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 229 | 0.29 | 0.40 | 0 | 0.10 | 256.96 | 0.64 | 0.72 |
| Hex | A3 | 89 | E5 | 1D | 28 | 0 | A | 101 | 40 | 48 |
| Octal | 243 | 211 | 345 | 35 | 50 | 0 | 12 | 401 | 100 | 110 |
| Binary | 10100011 | 10001001 | 11100101 | 11101 | 101000 | 0 | 1010 | 100000001 | 1000000 | 1001000 |
Color Harmonies of #A389E5
Complementary color
Monochromatic Colors of #A389E5
Black with #A389E5
Text Example
Text Example
White with #A389E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A389E5; }
p { color: rgb(163,137,229); }
H1.HeaderClassName
{
color: #A389E5;
}
.AnyTagClassName
{
color: #A389E5;
}
</style>
background-color css
<style>
a { background-color: #A389E5; }
a { background-color: rgb(163,137,229); }
div.DivClassName
{
background-color: #A389E5;
}
.BgClassName
{
background-color: #A389E5;
}
</style>
border-color css
<style>
span { border-color: #A389E5; }
span { border-color: rgb(163,137,229); }
td.TdClassName
{
border-color: #A389E5;
}
.TagClassName
{
border-color: #A389E5;
}
</style>