Shades of Biloba Flower #A490F4
Tints of Biloba Flower #A490F4
RGB
CMYK
RGB Variations
Color information
#A490F4 (or 0xA490F4) is known color: Biloba Flower. HEX triplet: A4, 90 and F4. RGB value is (164,144,244). Sum of RGB (Red+Green+Blue) = 164+144+244=552 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.71% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 244 (95.70% from 255 or 44.20% from 552); Max value from RGB is 244 - color contains mainly: blue. Hex color #A490F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A490F4 is #5B6F0B. Grayscale: #A1A1A1. Windows color (decimal): -5992204 or 16027812. OLE color: 16027812.
HSL color Cylindrical-coordinate representation of color #A490F4: hue angle of 252º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A490F4 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 144 | 244 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.04 |
| HSL | 252º | 0.82% | 0.76% | - |
| HSV(B) | 252º | 0.41% | 0.96% | - |
| XYZ | 41.61 | 34.37 | 90.03 | - |
| YUV | 161.38 | 174.63 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 244 | 0.33 | 0.41 | 0 | 0.04 | 252 | 0.82 | 0.76 |
| Hex | A4 | 90 | F4 | 21 | 29 | 0 | 4 | FC | 52 | 4C |
| Octal | 244 | 220 | 364 | 41 | 51 | 0 | 4 | 374 | 122 | 114 |
| Binary | 10100100 | 10010000 | 11110100 | 100001 | 101001 | 0 | 100 | 11111100 | 1010010 | 1001100 |
Color Harmonies of #A490F4
Complementary color
Monochromatic Colors of #A490F4
Black with #A490F4
Text Example
Text Example
White with #A490F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A490F4; }
p { color: rgb(164,144,244); }
H1.HeaderClassName
{
color: #A490F4;
}
.AnyTagClassName
{
color: #A490F4;
}
</style>
background-color css
<style>
a { background-color: #A490F4; }
a { background-color: rgb(164,144,244); }
div.DivClassName
{
background-color: #A490F4;
}
.BgClassName
{
background-color: #A490F4;
}
</style>
border-color css
<style>
span { border-color: #A490F4; }
span { border-color: rgb(164,144,244); }
td.TdClassName
{
border-color: #A490F4;
}
.TagClassName
{
border-color: #A490F4;
}
</style>