Shades of Biloba Flower #A190E3
Tints of Biloba Flower #A190E3
RGB
CMYK
RGB Variations
Color information
#A190E3 (or 0xA190E3) is known color: Biloba Flower. HEX triplet: A1, 90 and E3. RGB value is (161,144,227). Sum of RGB (Red+Green+Blue) = 161+144+227=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 144 (56.64% from 255 or 27.07% from 532); Blue value is 227 (89.06% from 255 or 42.67% from 532); Max value from RGB is 227 - color contains mainly: blue. Hex color #A190E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A190E3 is #5E6F1C. Grayscale: #9E9E9E. Windows color (decimal): -6188829 or 14913697. OLE color: 14913697.
HSL color Cylindrical-coordinate representation of color #A190E3: hue angle of 252.29º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A190E3 is Cyan = 0.29, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 144 | 227 | - |
| CMYK | 0.29 | 0.37 | 0 | 0.11 |
| HSL | 252.29º | 0.6% | 0.73% | - |
| HSV(B) | 252.29º | 0.37% | 0.89% | - |
| XYZ | 38.54 | 33.07 | 77.03 | - |
| YUV | 158.55 | 166.63 | 129.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 227 | 0.29 | 0.37 | 0 | 0.11 | 252.29 | 0.6 | 0.73 |
| Hex | A1 | 90 | E3 | 1D | 25 | 0 | B | FC | 3C | 49 |
| Octal | 241 | 220 | 343 | 35 | 45 | 0 | 13 | 374 | 74 | 111 |
| Binary | 10100001 | 10010000 | 11100011 | 11101 | 100101 | 0 | 1011 | 11111100 | 111100 | 1001001 |
Color Harmonies of #A190E3
Complementary color
Monochromatic Colors of #A190E3
Black with #A190E3
Text Example
Text Example
White with #A190E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A190E3; }
p { color: rgb(161,144,227); }
H1.HeaderClassName
{
color: #A190E3;
}
.AnyTagClassName
{
color: #A190E3;
}
</style>
background-color css
<style>
a { background-color: #A190E3; }
a { background-color: rgb(161,144,227); }
div.DivClassName
{
background-color: #A190E3;
}
.BgClassName
{
background-color: #A190E3;
}
</style>
border-color css
<style>
span { border-color: #A190E3; }
span { border-color: rgb(161,144,227); }
td.TdClassName
{
border-color: #A190E3;
}
.TagClassName
{
border-color: #A190E3;
}
</style>