Shades of Biloba Flower #A494F3
Tints of Biloba Flower #A494F3
RGB
CMYK
RGB Variations
Color information
#A494F3 (or 0xA494F3) is known color: Biloba Flower. HEX triplet: A4, 94 and F3. RGB value is (164,148,243). Sum of RGB (Red+Green+Blue) = 164+148+243=555 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.55% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 243 (95.31% from 255 or 43.78% from 555); Max value from RGB is 243 - color contains mainly: blue. Hex color #A494F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A494F3 is #5B6B0C. Grayscale: #A3A3A3. Windows color (decimal): -5991181 or 15963300. OLE color: 15963300.
HSL color Cylindrical-coordinate representation of color #A494F3: hue angle of 250.11º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A494F3 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 148 | 243 | - |
| CMYK | 0.33 | 0.39 | 0 | 0.05 |
| HSL | 250.11º | 0.8% | 0.77% | - |
| HSV(B) | 250.11º | 0.39% | 0.95% | - |
| XYZ | 42.08 | 35.54 | 89.44 | - |
| YUV | 163.61 | 172.8 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 243 | 0.33 | 0.39 | 0 | 0.05 | 250.11 | 0.8 | 0.77 |
| Hex | A4 | 94 | F3 | 21 | 27 | 0 | 5 | FA | 50 | 4D |
| Octal | 244 | 224 | 363 | 41 | 47 | 0 | 5 | 372 | 120 | 115 |
| Binary | 10100100 | 10010100 | 11110011 | 100001 | 100111 | 0 | 101 | 11111010 | 1010000 | 1001101 |
Color Harmonies of #A494F3
Complementary color
Monochromatic Colors of #A494F3
Black with #A494F3
Text Example
Text Example
White with #A494F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A494F3; }
p { color: rgb(164,148,243); }
H1.HeaderClassName
{
color: #A494F3;
}
.AnyTagClassName
{
color: #A494F3;
}
</style>
background-color css
<style>
a { background-color: #A494F3; }
a { background-color: rgb(164,148,243); }
div.DivClassName
{
background-color: #A494F3;
}
.BgClassName
{
background-color: #A494F3;
}
</style>
border-color css
<style>
span { border-color: #A494F3; }
span { border-color: rgb(164,148,243); }
td.TdClassName
{
border-color: #A494F3;
}
.TagClassName
{
border-color: #A494F3;
}
</style>