Shades of Biloba Flower #A591FA
Tints of Biloba Flower #A591FA
RGB
CMYK
RGB Variations
Color information
#A591FA (or 0xA591FA) is known color: Biloba Flower. HEX triplet: A5, 91 and FA. RGB value is (165,145,250). Sum of RGB (Red+Green+Blue) = 165+145+250=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 145 (57.03% from 255 or 25.89% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #A591FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A591FA is #5A6E05. Grayscale: #A2A2A2. Windows color (decimal): -5926406 or 16421285. OLE color: 16421285.
HSL color Cylindrical-coordinate representation of color #A591FA: hue angle of 251.43º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A591FA is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 145 | 250 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.02 |
| HSL | 251.43º | 0.91% | 0.77% | - |
| HSV(B) | 251.43º | 0.42% | 0.98% | - |
| XYZ | 42.9 | 35.15 | 94.97 | - |
| YUV | 162.95 | 177.13 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 145 | 250 | 0.34 | 0.42 | 0 | 0.02 | 251.43 | 0.91 | 0.77 |
| Hex | A5 | 91 | FA | 22 | 2A | 0 | 2 | FB | 5B | 4D |
| Octal | 245 | 221 | 372 | 42 | 52 | 0 | 2 | 373 | 133 | 115 |
| Binary | 10100101 | 10010001 | 11111010 | 100010 | 101010 | 0 | 10 | 11111011 | 1011011 | 1001101 |
Color Harmonies of #A591FA
Complementary color
Monochromatic Colors of #A591FA
Black with #A591FA
Text Example
Text Example
White with #A591FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A591FA; }
p { color: rgb(165,145,250); }
H1.HeaderClassName
{
color: #A591FA;
}
.AnyTagClassName
{
color: #A591FA;
}
</style>
background-color css
<style>
a { background-color: #A591FA; }
a { background-color: rgb(165,145,250); }
div.DivClassName
{
background-color: #A591FA;
}
.BgClassName
{
background-color: #A591FA;
}
</style>
border-color css
<style>
span { border-color: #A591FA; }
span { border-color: rgb(165,145,250); }
td.TdClassName
{
border-color: #A591FA;
}
.TagClassName
{
border-color: #A591FA;
}
</style>