Shades of Biloba Flower #A78BDA
Tints of Biloba Flower #A78BDA
RGB
CMYK
RGB Variations
Color information
#A78BDA (or 0xA78BDA) is known color: Biloba Flower. HEX triplet: A7, 8B and DA. RGB value is (167,139,218). Sum of RGB (Red+Green+Blue) = 167+139+218=524 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.87% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 218 (85.55% from 255 or 41.60% from 524); Max value from RGB is 218 - color contains mainly: blue. Hex color #A78BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78BDA is #587425. Grayscale: #9C9C9C. Windows color (decimal): -5796902 or 14322599. OLE color: 14322599.
HSL color Cylindrical-coordinate representation of color #A78BDA: hue angle of 261.27º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A78BDA is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 139 | 218 | - |
| CMYK | 0.23 | 0.36 | 0 | 0.15 |
| HSL | 261.27º | 0.52% | 0.7% | - |
| HSV(B) | 261.27º | 0.36% | 0.85% | - |
| XYZ | 37.82 | 31.74 | 70.46 | - |
| YUV | 156.38 | 162.78 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 218 | 0.23 | 0.36 | 0 | 0.15 | 261.27 | 0.52 | 0.7 |
| Hex | A7 | 8B | DA | 17 | 24 | 0 | F | 105 | 34 | 46 |
| Octal | 247 | 213 | 332 | 27 | 44 | 0 | 17 | 405 | 64 | 106 |
| Binary | 10100111 | 10001011 | 11011010 | 10111 | 100100 | 0 | 1111 | 100000101 | 110100 | 1000110 |
Color Harmonies of #A78BDA
Complementary color
Monochromatic Colors of #A78BDA
Black with #A78BDA
Text Example
Text Example
White with #A78BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78BDA; }
p { color: rgb(167,139,218); }
H1.HeaderClassName
{
color: #A78BDA;
}
.AnyTagClassName
{
color: #A78BDA;
}
</style>
background-color css
<style>
a { background-color: #A78BDA; }
a { background-color: rgb(167,139,218); }
div.DivClassName
{
background-color: #A78BDA;
}
.BgClassName
{
background-color: #A78BDA;
}
</style>
border-color css
<style>
span { border-color: #A78BDA; }
span { border-color: rgb(167,139,218); }
td.TdClassName
{
border-color: #A78BDA;
}
.TagClassName
{
border-color: #A78BDA;
}
</style>