Shades of Biloba Flower #A292EC
Tints of Biloba Flower #A292EC
RGB
CMYK
RGB Variations
Color information
#A292EC (or 0xA292EC) is known color: Biloba Flower. HEX triplet: A2, 92 and EC. RGB value is (162,146,236). Sum of RGB (Red+Green+Blue) = 162+146+236=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 146 (57.42% from 255 or 26.84% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #A292EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A292EC is #5D6D13. Grayscale: #A0A0A0. Windows color (decimal): -6122772 or 15504034. OLE color: 15504034.
HSL color Cylindrical-coordinate representation of color #A292EC: hue angle of 250.67º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A292EC is Cyan = 0.31, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 146 | 236 | - |
| CMYK | 0.31 | 0.38 | 0 | 0.07 |
| HSL | 250.67º | 0.7% | 0.75% | - |
| HSV(B) | 250.67º | 0.38% | 0.93% | - |
| XYZ | 40.32 | 34.3 | 83.85 | - |
| YUV | 161.04 | 170.3 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 146 | 236 | 0.31 | 0.38 | 0 | 0.07 | 250.67 | 0.7 | 0.75 |
| Hex | A2 | 92 | EC | 1F | 26 | 0 | 7 | FB | 46 | 4B |
| Octal | 242 | 222 | 354 | 37 | 46 | 0 | 7 | 373 | 106 | 113 |
| Binary | 10100010 | 10010010 | 11101100 | 11111 | 100110 | 0 | 111 | 11111011 | 1000110 | 1001011 |
Color Harmonies of #A292EC
Complementary color
Monochromatic Colors of #A292EC
Black with #A292EC
Text Example
Text Example
White with #A292EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A292EC; }
p { color: rgb(162,146,236); }
H1.HeaderClassName
{
color: #A292EC;
}
.AnyTagClassName
{
color: #A292EC;
}
</style>
background-color css
<style>
a { background-color: #A292EC; }
a { background-color: rgb(162,146,236); }
div.DivClassName
{
background-color: #A292EC;
}
.BgClassName
{
background-color: #A292EC;
}
</style>
border-color css
<style>
span { border-color: #A292EC; }
span { border-color: rgb(162,146,236); }
td.TdClassName
{
border-color: #A292EC;
}
.TagClassName
{
border-color: #A292EC;
}
</style>