Shades of Biloba Flower #A490E2
Tints of Biloba Flower #A490E2
RGB
CMYK
RGB Variations
Color information
#A490E2 (or 0xA490E2) is known color: Biloba Flower. HEX triplet: A4, 90 and E2. RGB value is (164,144,226). Sum of RGB (Red+Green+Blue) = 164+144+226=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 144 (56.64% from 255 or 26.97% from 534); Blue value is 226 (88.67% from 255 or 42.32% from 534); Max value from RGB is 226 - color contains mainly: blue. Hex color #A490E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A490E2 is #5B6F1D. Grayscale: #9F9F9F. Windows color (decimal): -5992222 or 14848164. OLE color: 14848164.
HSL color Cylindrical-coordinate representation of color #A490E2: hue angle of 254.63º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A490E2 is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 144 | 226 | - |
| CMYK | 0.27 | 0.36 | 0 | 0.11 |
| HSL | 254.63º | 0.59% | 0.73% | - |
| HSV(B) | 254.63º | 0.36% | 0.89% | - |
| XYZ | 39.01 | 33.33 | 76.33 | - |
| YUV | 159.33 | 165.63 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 144 | 226 | 0.27 | 0.36 | 0 | 0.11 | 254.63 | 0.59 | 0.73 |
| Hex | A4 | 90 | E2 | 1B | 24 | 0 | B | FF | 3B | 49 |
| Octal | 244 | 220 | 342 | 33 | 44 | 0 | 13 | 377 | 73 | 111 |
| Binary | 10100100 | 10010000 | 11100010 | 11011 | 100100 | 0 | 1011 | 11111111 | 111011 | 1001001 |
Color Harmonies of #A490E2
Complementary color
Monochromatic Colors of #A490E2
Black with #A490E2
Text Example
Text Example
White with #A490E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A490E2; }
p { color: rgb(164,144,226); }
H1.HeaderClassName
{
color: #A490E2;
}
.AnyTagClassName
{
color: #A490E2;
}
</style>
background-color css
<style>
a { background-color: #A490E2; }
a { background-color: rgb(164,144,226); }
div.DivClassName
{
background-color: #A490E2;
}
.BgClassName
{
background-color: #A490E2;
}
</style>
border-color css
<style>
span { border-color: #A490E2; }
span { border-color: rgb(164,144,226); }
td.TdClassName
{
border-color: #A490E2;
}
.TagClassName
{
border-color: #A490E2;
}
</style>