Shades of Biloba Flower #A597F4
Tints of Biloba Flower #A597F4
RGB
CMYK
RGB Variations
Color information
#A597F4 (or 0xA597F4) is known color: Biloba Flower. HEX triplet: A5, 97 and F4. RGB value is (165,151,244). Sum of RGB (Red+Green+Blue) = 165+151+244=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 151 (59.38% from 255 or 26.96% from 560); Blue value is 244 (95.70% from 255 or 43.57% from 560); Max value from RGB is 244 - color contains mainly: blue. Hex color #A597F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A597F4 is #5A680B. Grayscale: #A5A5A5. Windows color (decimal): -5924876 or 16029605. OLE color: 16029605.
HSL color Cylindrical-coordinate representation of color #A597F4: hue angle of 249.03º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A597F4 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 151 | 244 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.04 |
| HSL | 249.03º | 0.81% | 0.77% | - |
| HSV(B) | 249.03º | 0.38% | 0.96% | - |
| XYZ | 42.91 | 36.66 | 90.4 | - |
| YUV | 165.79 | 172.14 | 127.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 244 | 0.32 | 0.38 | 0 | 0.04 | 249.03 | 0.81 | 0.77 |
| Hex | A5 | 97 | F4 | 20 | 26 | 0 | 4 | F9 | 51 | 4D |
| Octal | 245 | 227 | 364 | 40 | 46 | 0 | 4 | 371 | 121 | 115 |
| Binary | 10100101 | 10010111 | 11110100 | 100000 | 100110 | 0 | 100 | 11111001 | 1010001 | 1001101 |
Color Harmonies of #A597F4
Complementary color
Monochromatic Colors of #A597F4
Black with #A597F4
Text Example
Text Example
White with #A597F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A597F4; }
p { color: rgb(165,151,244); }
H1.HeaderClassName
{
color: #A597F4;
}
.AnyTagClassName
{
color: #A597F4;
}
</style>
background-color css
<style>
a { background-color: #A597F4; }
a { background-color: rgb(165,151,244); }
div.DivClassName
{
background-color: #A597F4;
}
.BgClassName
{
background-color: #A597F4;
}
</style>
border-color css
<style>
span { border-color: #A597F4; }
span { border-color: rgb(165,151,244); }
td.TdClassName
{
border-color: #A597F4;
}
.TagClassName
{
border-color: #A597F4;
}
</style>