Shades of Biloba Flower #A797CE
Tints of Biloba Flower #A797CE
RGB
CMYK
RGB Variations
Color information
#A797CE (or 0xA797CE) is known color: Biloba Flower. HEX triplet: A7, 97 and CE. RGB value is (167,151,206). Sum of RGB (Red+Green+Blue) = 167+151+206=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 151 (59.38% from 255 or 28.82% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: blue. Hex color #A797CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A797CE is #586831. Grayscale: #A1A1A1. Windows color (decimal): -5793842 or 13539239. OLE color: 13539239.
HSL color Cylindrical-coordinate representation of color #A797CE: hue angle of 257.45º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A797CE is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 151 | 206 | - |
| CMYK | 0.19 | 0.27 | 0 | 0.19 |
| HSL | 257.45º | 0.36% | 0.7% | - |
| HSV(B) | 257.45º | 0.27% | 0.81% | - |
| XYZ | 38.14 | 34.8 | 63.1 | - |
| YUV | 162.05 | 152.8 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 151 | 206 | 0.19 | 0.27 | 0 | 0.19 | 257.45 | 0.36 | 0.7 |
| Hex | A7 | 97 | CE | 13 | 1B | 0 | 13 | 101 | 24 | 46 |
| Octal | 247 | 227 | 316 | 23 | 33 | 0 | 23 | 401 | 44 | 106 |
| Binary | 10100111 | 10010111 | 11001110 | 10011 | 11011 | 0 | 10011 | 100000001 | 100100 | 1000110 |
Color Harmonies of #A797CE
Complementary color
Monochromatic Colors of #A797CE
Black with #A797CE
Text Example
Text Example
White with #A797CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A797CE; }
p { color: rgb(167,151,206); }
H1.HeaderClassName
{
color: #A797CE;
}
.AnyTagClassName
{
color: #A797CE;
}
</style>
background-color css
<style>
a { background-color: #A797CE; }
a { background-color: rgb(167,151,206); }
div.DivClassName
{
background-color: #A797CE;
}
.BgClassName
{
background-color: #A797CE;
}
</style>
border-color css
<style>
span { border-color: #A797CE; }
span { border-color: rgb(167,151,206); }
td.TdClassName
{
border-color: #A797CE;
}
.TagClassName
{
border-color: #A797CE;
}
</style>