Shades of Biloba Flower #A790F0
Tints of Biloba Flower #A790F0
RGB
CMYK
RGB Variations
Color information
#A790F0 (or 0xA790F0) is known color: Biloba Flower. HEX triplet: A7, 90 and F0. RGB value is (167,144,240). Sum of RGB (Red+Green+Blue) = 167+144+240=551 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.31% from 551); Green value is 144 (56.64% from 255 or 26.13% from 551); Blue value is 240 (94.14% from 255 or 43.56% from 551); Max value from RGB is 240 - color contains mainly: blue. Hex color #A790F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A790F0 is #586F0F. Grayscale: #A1A1A1. Windows color (decimal): -5795600 or 15765671. OLE color: 15765671.
HSL color Cylindrical-coordinate representation of color #A790F0: hue angle of 254.38º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A790F0 is Cyan = 0.30, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 144 | 240 | - |
| CMYK | 0.30 | 0.4 | 0 | 0.06 |
| HSL | 254.38º | 0.76% | 0.75% | - |
| HSV(B) | 254.38º | 0.4% | 0.94% | - |
| XYZ | 41.64 | 34.45 | 86.89 | - |
| YUV | 161.82 | 172.12 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 144 | 240 | 0.30 | 0.4 | 0 | 0.06 | 254.38 | 0.76 | 0.75 |
| Hex | A7 | 90 | F0 | 1E | 28 | 0 | 6 | FE | 4C | 4B |
| Octal | 247 | 220 | 360 | 36 | 50 | 0 | 6 | 376 | 114 | 113 |
| Binary | 10100111 | 10010000 | 11110000 | 11110 | 101000 | 0 | 110 | 11111110 | 1001100 | 1001011 |
Color Harmonies of #A790F0
Complementary color
Monochromatic Colors of #A790F0
Black with #A790F0
Text Example
Text Example
White with #A790F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A790F0; }
p { color: rgb(167,144,240); }
H1.HeaderClassName
{
color: #A790F0;
}
.AnyTagClassName
{
color: #A790F0;
}
</style>
background-color css
<style>
a { background-color: #A790F0; }
a { background-color: rgb(167,144,240); }
div.DivClassName
{
background-color: #A790F0;
}
.BgClassName
{
background-color: #A790F0;
}
</style>
border-color css
<style>
span { border-color: #A790F0; }
span { border-color: rgb(167,144,240); }
td.TdClassName
{
border-color: #A790F0;
}
.TagClassName
{
border-color: #A790F0;
}
</style>