Shades of Biloba Flower #A597F2
Tints of Biloba Flower #A597F2
RGB
CMYK
RGB Variations
Color information
#A597F2 (or 0xA597F2) is known color: Biloba Flower. HEX triplet: A5, 97 and F2. RGB value is (165,151,242). Sum of RGB (Red+Green+Blue) = 165+151+242=558 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.57% from 558); Green value is 151 (59.38% from 255 or 27.06% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #A597F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A597F2 is #5A680D. Grayscale: #A5A5A5. Windows color (decimal): -5924878 or 15898533. OLE color: 15898533.
HSL color Cylindrical-coordinate representation of color #A597F2: hue angle of 249.23º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A597F2 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 151 | 242 | - |
| CMYK | 0.32 | 0.38 | 0 | 0.05 |
| HSL | 249.23º | 0.78% | 0.77% | - |
| HSV(B) | 249.23º | 0.38% | 0.95% | - |
| XYZ | 42.61 | 36.54 | 88.81 | - |
| YUV | 165.56 | 171.14 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 242 | 0.32 | 0.38 | 0 | 0.05 | 249.23 | 0.78 | 0.77 |
| Hex | A5 | 97 | F2 | 20 | 26 | 0 | 5 | F9 | 4E | 4D |
| Octal | 245 | 227 | 362 | 40 | 46 | 0 | 5 | 371 | 116 | 115 |
| Binary | 10100101 | 10010111 | 11110010 | 100000 | 100110 | 0 | 101 | 11111001 | 1001110 | 1001101 |
Color Harmonies of #A597F2
Complementary color
Monochromatic Colors of #A597F2
Black with #A597F2
Text Example
Text Example
White with #A597F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A597F2; }
p { color: rgb(165,151,242); }
H1.HeaderClassName
{
color: #A597F2;
}
.AnyTagClassName
{
color: #A597F2;
}
</style>
background-color css
<style>
a { background-color: #A597F2; }
a { background-color: rgb(165,151,242); }
div.DivClassName
{
background-color: #A597F2;
}
.BgClassName
{
background-color: #A597F2;
}
</style>
border-color css
<style>
span { border-color: #A597F2; }
span { border-color: rgb(165,151,242); }
td.TdClassName
{
border-color: #A597F2;
}
.TagClassName
{
border-color: #A597F2;
}
</style>