Shades of Biloba Flower #A591F2
Tints of Biloba Flower #A591F2
RGB
CMYK
RGB Variations
Color information
#A591F2 (or 0xA591F2) is known color: Biloba Flower. HEX triplet: A5, 91 and F2. RGB value is (165,145,242). Sum of RGB (Red+Green+Blue) = 165+145+242=552 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.89% from 552); Green value is 145 (57.03% from 255 or 26.27% from 552); Blue value is 242 (94.92% from 255 or 43.84% from 552); Max value from RGB is 242 - color contains mainly: blue. Hex color #A591F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A591F2 is #5A6E0D. Grayscale: #A1A1A1. Windows color (decimal): -5926414 or 15896997. OLE color: 15896997.
HSL color Cylindrical-coordinate representation of color #A591F2: hue angle of 252.37º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A591F2 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 145 | 242 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.05 |
| HSL | 252.37º | 0.79% | 0.76% | - |
| HSV(B) | 252.37º | 0.4% | 0.95% | - |
| XYZ | 41.67 | 34.66 | 88.5 | - |
| YUV | 162.04 | 173.13 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 145 | 242 | 0.32 | 0.40 | 0 | 0.05 | 252.37 | 0.79 | 0.76 |
| Hex | A5 | 91 | F2 | 20 | 28 | 0 | 5 | FC | 4F | 4C |
| Octal | 245 | 221 | 362 | 40 | 50 | 0 | 5 | 374 | 117 | 114 |
| Binary | 10100101 | 10010001 | 11110010 | 100000 | 101000 | 0 | 101 | 11111100 | 1001111 | 1001100 |
Color Harmonies of #A591F2
Complementary color
Monochromatic Colors of #A591F2
Black with #A591F2
Text Example
Text Example
White with #A591F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A591F2; }
p { color: rgb(165,145,242); }
H1.HeaderClassName
{
color: #A591F2;
}
.AnyTagClassName
{
color: #A591F2;
}
</style>
background-color css
<style>
a { background-color: #A591F2; }
a { background-color: rgb(165,145,242); }
div.DivClassName
{
background-color: #A591F2;
}
.BgClassName
{
background-color: #A591F2;
}
</style>
border-color css
<style>
span { border-color: #A591F2; }
span { border-color: rgb(165,145,242); }
td.TdClassName
{
border-color: #A591F2;
}
.TagClassName
{
border-color: #A591F2;
}
</style>