Shades of Biloba Flower #A794D8
Tints of Biloba Flower #A794D8
RGB
CMYK
RGB Variations
Color information
#A794D8 (or 0xA794D8) is known color: Biloba Flower. HEX triplet: A7, 94 and D8. RGB value is (167,148,216). Sum of RGB (Red+Green+Blue) = 167+148+216=531 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.45% from 531); Green value is 148 (58.20% from 255 or 27.87% from 531); Blue value is 216 (84.77% from 255 or 40.68% from 531); Max value from RGB is 216 - color contains mainly: blue. Hex color #A794D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A794D8 is #586B27. Grayscale: #A1A1A1. Windows color (decimal): -5794600 or 14193831. OLE color: 14193831.
HSL color Cylindrical-coordinate representation of color #A794D8: hue angle of 256.76º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A794D8 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 148 | 216 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.15 |
| HSL | 256.76º | 0.47% | 0.71% | - |
| HSV(B) | 256.76º | 0.31% | 0.85% | - |
| XYZ | 38.92 | 34.35 | 69.55 | - |
| YUV | 161.43 | 158.79 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 148 | 216 | 0.23 | 0.31 | 0 | 0.15 | 256.76 | 0.47 | 0.71 |
| Hex | A7 | 94 | D8 | 17 | 1F | 0 | F | 101 | 2F | 47 |
| Octal | 247 | 224 | 330 | 27 | 37 | 0 | 17 | 401 | 57 | 107 |
| Binary | 10100111 | 10010100 | 11011000 | 10111 | 11111 | 0 | 1111 | 100000001 | 101111 | 1000111 |
Color Harmonies of #A794D8
Complementary color
Monochromatic Colors of #A794D8
Black with #A794D8
Text Example
Text Example
White with #A794D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A794D8; }
p { color: rgb(167,148,216); }
H1.HeaderClassName
{
color: #A794D8;
}
.AnyTagClassName
{
color: #A794D8;
}
</style>
background-color css
<style>
a { background-color: #A794D8; }
a { background-color: rgb(167,148,216); }
div.DivClassName
{
background-color: #A794D8;
}
.BgClassName
{
background-color: #A794D8;
}
</style>
border-color css
<style>
span { border-color: #A794D8; }
span { border-color: rgb(167,148,216); }
td.TdClassName
{
border-color: #A794D8;
}
.TagClassName
{
border-color: #A794D8;
}
</style>