Shades of Biloba Flower #A490F2
Tints of Biloba Flower #A490F2
RGB
CMYK
RGB Variations
Color information
#A490F2 (or 0xA490F2) is known color: Biloba Flower. HEX triplet: A4, 90 and F2. RGB value is (164,144,242). Sum of RGB (Red+Green+Blue) = 164+144+242=550 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.82% from 550); Green value is 144 (56.64% from 255 or 26.18% from 550); Blue value is 242 (94.92% from 255 or 44% from 550); Max value from RGB is 242 - color contains mainly: blue. Hex color #A490F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A490F2 is #5B6F0D. Grayscale: #A0A0A0. Windows color (decimal): -5992206 or 15896740. OLE color: 15896740.
HSL color Cylindrical-coordinate representation of color #A490F2: hue angle of 252.24º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A490F2 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 144 | 242 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.05 |
| HSL | 252.24º | 0.79% | 0.76% | - |
| HSV(B) | 252.24º | 0.4% | 0.95% | - |
| XYZ | 41.31 | 34.25 | 88.44 | - |
| YUV | 161.15 | 173.63 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 242 | 0.32 | 0.40 | 0 | 0.05 | 252.24 | 0.79 | 0.76 |
| Hex | A4 | 90 | F2 | 20 | 28 | 0 | 5 | FC | 4F | 4C |
| Octal | 244 | 220 | 362 | 40 | 50 | 0 | 5 | 374 | 117 | 114 |
| Binary | 10100100 | 10010000 | 11110010 | 100000 | 101000 | 0 | 101 | 11111100 | 1001111 | 1001100 |
Color Harmonies of #A490F2
Complementary color
Monochromatic Colors of #A490F2
Black with #A490F2
Text Example
Text Example
White with #A490F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A490F2; }
p { color: rgb(164,144,242); }
H1.HeaderClassName
{
color: #A490F2;
}
.AnyTagClassName
{
color: #A490F2;
}
</style>
background-color css
<style>
a { background-color: #A490F2; }
a { background-color: rgb(164,144,242); }
div.DivClassName
{
background-color: #A490F2;
}
.BgClassName
{
background-color: #A490F2;
}
</style>
border-color css
<style>
span { border-color: #A490F2; }
span { border-color: rgb(164,144,242); }
td.TdClassName
{
border-color: #A490F2;
}
.TagClassName
{
border-color: #A490F2;
}
</style>