Shades of Biloba Flower #A290EC
Tints of Biloba Flower #A290EC
RGB
CMYK
RGB Variations
Color information
#A290EC (or 0xA290EC) is known color: Biloba Flower. HEX triplet: A2, 90 and EC. RGB value is (162,144,236). Sum of RGB (Red+Green+Blue) = 162+144+236=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #A290EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A290EC is #5D6F13. Grayscale: #9F9F9F. Windows color (decimal): -6123284 or 15503522. OLE color: 15503522.
HSL color Cylindrical-coordinate representation of color #A290EC: hue angle of 251.74º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A290EC is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 144 | 236 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.07 |
| HSL | 251.74º | 0.71% | 0.75% | - |
| HSV(B) | 251.74º | 0.39% | 0.93% | - |
| XYZ | 40.01 | 33.68 | 83.75 | - |
| YUV | 159.87 | 170.96 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 236 | 0.31 | 0.39 | 0 | 0.07 | 251.74 | 0.71 | 0.75 |
| Hex | A2 | 90 | EC | 1F | 27 | 0 | 7 | FC | 47 | 4B |
| Octal | 242 | 220 | 354 | 37 | 47 | 0 | 7 | 374 | 107 | 113 |
| Binary | 10100010 | 10010000 | 11101100 | 11111 | 100111 | 0 | 111 | 11111100 | 1000111 | 1001011 |
Color Harmonies of #A290EC
Complementary color
Monochromatic Colors of #A290EC
Black with #A290EC
Text Example
Text Example
White with #A290EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A290EC; }
p { color: rgb(162,144,236); }
H1.HeaderClassName
{
color: #A290EC;
}
.AnyTagClassName
{
color: #A290EC;
}
</style>
background-color css
<style>
a { background-color: #A290EC; }
a { background-color: rgb(162,144,236); }
div.DivClassName
{
background-color: #A290EC;
}
.BgClassName
{
background-color: #A290EC;
}
</style>
border-color css
<style>
span { border-color: #A290EC; }
span { border-color: rgb(162,144,236); }
td.TdClassName
{
border-color: #A290EC;
}
.TagClassName
{
border-color: #A290EC;
}
</style>