Shades of Biloba Flower #A597C6
Tints of Biloba Flower #A597C6
RGB
CMYK
RGB Variations
Color information
#A597C6 (or 0xA597C6) is known color: Biloba Flower. HEX triplet: A5, 97 and C6. RGB value is (165,151,198). Sum of RGB (Red+Green+Blue) = 165+151+198=514 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.10% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 198 (77.73% from 255 or 38.52% from 514); Max value from RGB is 198 - color contains mainly: blue. Hex color #A597C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A597C6 is #5A6839. Grayscale: #A0A0A0. Windows color (decimal): -5924922 or 13014949. OLE color: 13014949.
HSL color Cylindrical-coordinate representation of color #A597C6: hue angle of 257.87º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A597C6 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 165 | 151 | 198 | - |
| CMYK | 0.17 | 0.24 | 0 | 0.22 |
| HSL | 257.87º | 0.29% | 0.68% | - |
| HSV(B) | 257.87º | 0.24% | 0.78% | - |
| XYZ | 36.78 | 34.21 | 58.09 | - |
| YUV | 160.54 | 149.14 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 198 | 0.17 | 0.24 | 0 | 0.22 | 257.87 | 0.29 | 0.68 |
| Hex | A5 | 97 | C6 | 11 | 18 | 0 | 16 | 102 | 1D | 44 |
| Octal | 245 | 227 | 306 | 21 | 30 | 0 | 26 | 402 | 35 | 104 |
| Binary | 10100101 | 10010111 | 11000110 | 10001 | 11000 | 0 | 10110 | 100000010 | 11101 | 1000100 |
Color Harmonies of #A597C6
Complementary color
Monochromatic Colors of #A597C6
Black with #A597C6
Text Example
Text Example
White with #A597C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A597C6; }
p { color: rgb(165,151,198); }
H1.HeaderClassName
{
color: #A597C6;
}
.AnyTagClassName
{
color: #A597C6;
}
</style>
background-color css
<style>
a { background-color: #A597C6; }
a { background-color: rgb(165,151,198); }
div.DivClassName
{
background-color: #A597C6;
}
.BgClassName
{
background-color: #A597C6;
}
</style>
border-color css
<style>
span { border-color: #A597C6; }
span { border-color: rgb(165,151,198); }
td.TdClassName
{
border-color: #A597C6;
}
.TagClassName
{
border-color: #A597C6;
}
</style>