Shades of Biloba Flower #A494E0
Tints of Biloba Flower #A494E0
RGB
CMYK
RGB Variations
Color information
#A494E0 (or 0xA494E0) is known color: Biloba Flower. HEX triplet: A4, 94 and E0. RGB value is (164,148,224). Sum of RGB (Red+Green+Blue) = 164+148+224=536 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.60% from 536); Green value is 148 (58.20% from 255 or 27.61% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #A494E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A494E0 is #5B6B1F. Grayscale: #A1A1A1. Windows color (decimal): -5991200 or 14718116. OLE color: 14718116.
HSL color Cylindrical-coordinate representation of color #A494E0: hue angle of 252.63º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A494E0 is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 148 | 224 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.12 |
| HSL | 252.63º | 0.55% | 0.73% | - |
| HSV(B) | 252.63º | 0.34% | 0.88% | - |
| XYZ | 39.35 | 34.45 | 75.1 | - |
| YUV | 161.45 | 163.3 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 148 | 224 | 0.27 | 0.34 | 0 | 0.12 | 252.63 | 0.55 | 0.73 |
| Hex | A4 | 94 | E0 | 1B | 22 | 0 | C | FD | 37 | 49 |
| Octal | 244 | 224 | 340 | 33 | 42 | 0 | 14 | 375 | 67 | 111 |
| Binary | 10100100 | 10010100 | 11100000 | 11011 | 100010 | 0 | 1100 | 11111101 | 110111 | 1001001 |
Color Harmonies of #A494E0
Complementary color
Monochromatic Colors of #A494E0
Black with #A494E0
Text Example
Text Example
White with #A494E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A494E0; }
p { color: rgb(164,148,224); }
H1.HeaderClassName
{
color: #A494E0;
}
.AnyTagClassName
{
color: #A494E0;
}
</style>
background-color css
<style>
a { background-color: #A494E0; }
a { background-color: rgb(164,148,224); }
div.DivClassName
{
background-color: #A494E0;
}
.BgClassName
{
background-color: #A494E0;
}
</style>
border-color css
<style>
span { border-color: #A494E0; }
span { border-color: rgb(164,148,224); }
td.TdClassName
{
border-color: #A494E0;
}
.TagClassName
{
border-color: #A494E0;
}
</style>