Shades of Biloba Flower #A797D3
Tints of Biloba Flower #A797D3
RGB
CMYK
RGB Variations
Color information
#A797D3 (or 0xA797D3) is known color: Biloba Flower. HEX triplet: A7, 97 and D3. RGB value is (167,151,211). Sum of RGB (Red+Green+Blue) = 167+151+211=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 151 (59.38% from 255 or 28.54% from 529); Blue value is 211 (82.81% from 255 or 39.89% from 529); Max value from RGB is 211 - color contains mainly: blue. Hex color #A797D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A797D3 is #58682C. Grayscale: #A2A2A2. Windows color (decimal): -5793837 or 13866919. OLE color: 13866919.
HSL color Cylindrical-coordinate representation of color #A797D3: hue angle of 256º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A797D3 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 167 | 151 | 211 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.17 |
| HSL | 256º | 0.41% | 0.71% | - |
| HSV(B) | 256º | 0.28% | 0.83% | - |
| XYZ | 38.76 | 35.05 | 66.35 | - |
| YUV | 162.62 | 155.3 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 151 | 211 | 0.21 | 0.28 | 0 | 0.17 | 256 | 0.41 | 0.71 |
| Hex | A7 | 97 | D3 | 15 | 1C | 0 | 11 | 100 | 29 | 47 |
| Octal | 247 | 227 | 323 | 25 | 34 | 0 | 21 | 400 | 51 | 107 |
| Binary | 10100111 | 10010111 | 11010011 | 10101 | 11100 | 0 | 10001 | 100000000 | 101001 | 1000111 |
Color Harmonies of #A797D3
Complementary color
Monochromatic Colors of #A797D3
Black with #A797D3
Text Example
Text Example
White with #A797D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A797D3; }
p { color: rgb(167,151,211); }
H1.HeaderClassName
{
color: #A797D3;
}
.AnyTagClassName
{
color: #A797D3;
}
</style>
background-color css
<style>
a { background-color: #A797D3; }
a { background-color: rgb(167,151,211); }
div.DivClassName
{
background-color: #A797D3;
}
.BgClassName
{
background-color: #A797D3;
}
</style>
border-color css
<style>
span { border-color: #A797D3; }
span { border-color: rgb(167,151,211); }
td.TdClassName
{
border-color: #A797D3;
}
.TagClassName
{
border-color: #A797D3;
}
</style>