Shades of Biloba Flower #A291F4
Tints of Biloba Flower #A291F4
RGB
CMYK
RGB Variations
Color information
#A291F4 (or 0xA291F4) is known color: Biloba Flower. HEX triplet: A2, 91 and F4. RGB value is (162,145,244). Sum of RGB (Red+Green+Blue) = 162+145+244=551 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.40% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 244 (95.70% from 255 or 44.28% from 551); Max value from RGB is 244 - color contains mainly: blue. Hex color #A291F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A291F4 is #5D6E0B. Grayscale: #A0A0A0. Windows color (decimal): -6123020 or 16028066. OLE color: 16028066.
HSL color Cylindrical-coordinate representation of color #A291F4: hue angle of 250.3º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A291F4 is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 145 | 244 | - |
| CMYK | 0.34 | 0.41 | 0 | 0.04 |
| HSL | 250.3º | 0.82% | 0.76% | - |
| HSV(B) | 250.3º | 0.41% | 0.96% | - |
| XYZ | 41.35 | 34.46 | 90.06 | - |
| YUV | 161.37 | 174.63 | 128.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 145 | 244 | 0.34 | 0.41 | 0 | 0.04 | 250.3 | 0.82 | 0.76 |
| Hex | A2 | 91 | F4 | 22 | 29 | 0 | 4 | FA | 52 | 4C |
| Octal | 242 | 221 | 364 | 42 | 51 | 0 | 4 | 372 | 122 | 114 |
| Binary | 10100010 | 10010001 | 11110100 | 100010 | 101001 | 0 | 100 | 11111010 | 1010010 | 1001100 |
Color Harmonies of #A291F4
Complementary color
Monochromatic Colors of #A291F4
Black with #A291F4
Text Example
Text Example
White with #A291F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A291F4; }
p { color: rgb(162,145,244); }
H1.HeaderClassName
{
color: #A291F4;
}
.AnyTagClassName
{
color: #A291F4;
}
</style>
background-color css
<style>
a { background-color: #A291F4; }
a { background-color: rgb(162,145,244); }
div.DivClassName
{
background-color: #A291F4;
}
.BgClassName
{
background-color: #A291F4;
}
</style>
border-color css
<style>
span { border-color: #A291F4; }
span { border-color: rgb(162,145,244); }
td.TdClassName
{
border-color: #A291F4;
}
.TagClassName
{
border-color: #A291F4;
}
</style>