Shades of Biloba Flower #A494F0
Tints of Biloba Flower #A494F0
RGB
CMYK
RGB Variations
Color information
#A494F0 (or 0xA494F0) is known color: Biloba Flower. HEX triplet: A4, 94 and F0. RGB value is (164,148,240). Sum of RGB (Red+Green+Blue) = 164+148+240=552 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.71% from 552); Green value is 148 (58.20% from 255 or 26.81% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #A494F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A494F0 is #5B6B0F. Grayscale: #A2A2A2. Windows color (decimal): -5991184 or 15766692. OLE color: 15766692.
HSL color Cylindrical-coordinate representation of color #A494F0: hue angle of 250.43º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A494F0 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 148 | 240 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.06 |
| HSL | 250.43º | 0.75% | 0.76% | - |
| HSV(B) | 250.43º | 0.38% | 0.94% | - |
| XYZ | 41.63 | 35.36 | 87.07 | - |
| YUV | 163.27 | 171.3 | 128.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 240 | 0.32 | 0.38 | 0 | 0.06 | 250.43 | 0.75 | 0.76 |
| Hex | A4 | 94 | F0 | 20 | 26 | 0 | 6 | FA | 4B | 4C |
| Octal | 244 | 224 | 360 | 40 | 46 | 0 | 6 | 372 | 113 | 114 |
| Binary | 10100100 | 10010100 | 11110000 | 100000 | 100110 | 0 | 110 | 11111010 | 1001011 | 1001100 |
Color Harmonies of #A494F0
Complementary color
Monochromatic Colors of #A494F0
Black with #A494F0
Text Example
Text Example
White with #A494F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A494F0; }
p { color: rgb(164,148,240); }
H1.HeaderClassName
{
color: #A494F0;
}
.AnyTagClassName
{
color: #A494F0;
}
</style>
background-color css
<style>
a { background-color: #A494F0; }
a { background-color: rgb(164,148,240); }
div.DivClassName
{
background-color: #A494F0;
}
.BgClassName
{
background-color: #A494F0;
}
</style>
border-color css
<style>
span { border-color: #A494F0; }
span { border-color: rgb(164,148,240); }
td.TdClassName
{
border-color: #A494F0;
}
.TagClassName
{
border-color: #A494F0;
}
</style>