Shades of Biloba Flower #A390EC
Tints of Biloba Flower #A390EC
RGB
CMYK
RGB Variations
Color information
#A390EC (or 0xA390EC) is known color: Biloba Flower. HEX triplet: A3, 90 and EC. RGB value is (163,144,236). Sum of RGB (Red+Green+Blue) = 163+144+236=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #A390EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A390EC is #5C6F13. Grayscale: #9F9F9F. Windows color (decimal): -6057748 or 15503523. OLE color: 15503523.
HSL color Cylindrical-coordinate representation of color #A390EC: hue angle of 252.39º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A390EC is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 144 | 236 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.07 |
| HSL | 252.39º | 0.71% | 0.75% | - |
| HSV(B) | 252.39º | 0.39% | 0.93% | - |
| XYZ | 40.22 | 33.79 | 83.76 | - |
| YUV | 160.17 | 170.79 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 144 | 236 | 0.31 | 0.39 | 0 | 0.07 | 252.39 | 0.71 | 0.75 |
| Hex | A3 | 90 | EC | 1F | 27 | 0 | 7 | FC | 47 | 4B |
| Octal | 243 | 220 | 354 | 37 | 47 | 0 | 7 | 374 | 107 | 113 |
| Binary | 10100011 | 10010000 | 11101100 | 11111 | 100111 | 0 | 111 | 11111100 | 1000111 | 1001011 |
Color Harmonies of #A390EC
Complementary color
Monochromatic Colors of #A390EC
Black with #A390EC
Text Example
Text Example
White with #A390EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A390EC; }
p { color: rgb(163,144,236); }
H1.HeaderClassName
{
color: #A390EC;
}
.AnyTagClassName
{
color: #A390EC;
}
</style>
background-color css
<style>
a { background-color: #A390EC; }
a { background-color: rgb(163,144,236); }
div.DivClassName
{
background-color: #A390EC;
}
.BgClassName
{
background-color: #A390EC;
}
</style>
border-color css
<style>
span { border-color: #A390EC; }
span { border-color: rgb(163,144,236); }
td.TdClassName
{
border-color: #A390EC;
}
.TagClassName
{
border-color: #A390EC;
}
</style>