Shades of Biloba Flower #A190E7
Tints of Biloba Flower #A190E7
RGB
CMYK
RGB Variations
Color information
#A190E7 (or 0xA190E7) is known color: Biloba Flower. HEX triplet: A1, 90 and E7. RGB value is (161,144,231). Sum of RGB (Red+Green+Blue) = 161+144+231=536 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.04% from 536); Green value is 144 (56.64% from 255 or 26.87% from 536); Blue value is 231 (90.62% from 255 or 43.10% from 536); Max value from RGB is 231 - color contains mainly: blue. Hex color #A190E7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A190E7 is #5E6F18. Grayscale: #9E9E9E. Windows color (decimal): -6188825 or 15175841. OLE color: 15175841.
HSL color Cylindrical-coordinate representation of color #A190E7: hue angle of 251.72º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A190E7 is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 144 | 231 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.09 |
| HSL | 251.72º | 0.64% | 0.74% | - |
| HSV(B) | 251.72º | 0.38% | 0.91% | - |
| XYZ | 39.1 | 33.29 | 79.97 | - |
| YUV | 159 | 168.63 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 231 | 0.30 | 0.38 | 0 | 0.09 | 251.72 | 0.64 | 0.74 |
| Hex | A1 | 90 | E7 | 1E | 26 | 0 | 9 | FC | 40 | 4A |
| Octal | 241 | 220 | 347 | 36 | 46 | 0 | 11 | 374 | 100 | 112 |
| Binary | 10100001 | 10010000 | 11100111 | 11110 | 100110 | 0 | 1001 | 11111100 | 1000000 | 1001010 |
Color Harmonies of #A190E7
Complementary color
Monochromatic Colors of #A190E7
Black with #A190E7
Text Example
Text Example
White with #A190E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A190E7; }
p { color: rgb(161,144,231); }
H1.HeaderClassName
{
color: #A190E7;
}
.AnyTagClassName
{
color: #A190E7;
}
</style>
background-color css
<style>
a { background-color: #A190E7; }
a { background-color: rgb(161,144,231); }
div.DivClassName
{
background-color: #A190E7;
}
.BgClassName
{
background-color: #A190E7;
}
</style>
border-color css
<style>
span { border-color: #A190E7; }
span { border-color: rgb(161,144,231); }
td.TdClassName
{
border-color: #A190E7;
}
.TagClassName
{
border-color: #A190E7;
}
</style>