Shades of Biloba Flower #A190EC
Tints of Biloba Flower #A190EC
RGB
CMYK
RGB Variations
Color information
#A190EC (or 0xA190EC) is known color: Biloba Flower. HEX triplet: A1, 90 and EC. RGB value is (161,144,236). Sum of RGB (Red+Green+Blue) = 161+144+236=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 144 (56.64% from 255 or 26.62% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #A190EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A190EC is #5E6F13. Grayscale: #9F9F9F. Windows color (decimal): -6188820 or 15503521. OLE color: 15503521.
HSL color Cylindrical-coordinate representation of color #A190EC: hue angle of 251.09º 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 #A190EC is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 144 | 236 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.07 |
| HSL | 251.09º | 0.71% | 0.75% | - |
| HSV(B) | 251.09º | 0.39% | 0.93% | - |
| XYZ | 39.81 | 33.58 | 83.74 | - |
| YUV | 159.57 | 171.13 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 236 | 0.32 | 0.39 | 0 | 0.07 | 251.09 | 0.71 | 0.75 |
| Hex | A1 | 90 | EC | 20 | 27 | 0 | 7 | FB | 47 | 4B |
| Octal | 241 | 220 | 354 | 40 | 47 | 0 | 7 | 373 | 107 | 113 |
| Binary | 10100001 | 10010000 | 11101100 | 100000 | 100111 | 0 | 111 | 11111011 | 1000111 | 1001011 |
Color Harmonies of #A190EC
Complementary color
Monochromatic Colors of #A190EC
Black with #A190EC
Text Example
Text Example
White with #A190EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A190EC; }
p { color: rgb(161,144,236); }
H1.HeaderClassName
{
color: #A190EC;
}
.AnyTagClassName
{
color: #A190EC;
}
</style>
background-color css
<style>
a { background-color: #A190EC; }
a { background-color: rgb(161,144,236); }
div.DivClassName
{
background-color: #A190EC;
}
.BgClassName
{
background-color: #A190EC;
}
</style>
border-color css
<style>
span { border-color: #A190EC; }
span { border-color: rgb(161,144,236); }
td.TdClassName
{
border-color: #A190EC;
}
.TagClassName
{
border-color: #A190EC;
}
</style>