Shades of Biloba Flower #A78ACF
Tints of Biloba Flower #A78ACF
RGB
CMYK
RGB Variations
Color information
#A78ACF (or 0xA78ACF) is known color: Biloba Flower. HEX triplet: A7, 8A and CF. RGB value is (167,138,207). Sum of RGB (Red+Green+Blue) = 167+138+207=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 138 (54.30% from 255 or 26.95% from 512); Blue value is 207 (81.25% from 255 or 40.43% from 512); Max value from RGB is 207 - color contains mainly: blue. Hex color #A78ACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ACF is #587530. Grayscale: #9A9A9A. Windows color (decimal): -5797169 or 13601447. OLE color: 13601447.
HSL color Cylindrical-coordinate representation of color #A78ACF: hue angle of 265.22º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A78ACF is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 167 | 138 | 207 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.19 |
| HSL | 265.22º | 0.42% | 0.68% | - |
| HSV(B) | 265.22º | 0.33% | 0.81% | - |
| XYZ | 36.29 | 30.9 | 63.08 | - |
| YUV | 154.54 | 157.61 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 207 | 0.19 | 0.33 | 0 | 0.19 | 265.22 | 0.42 | 0.68 |
| Hex | A7 | 8A | CF | 13 | 21 | 0 | 13 | 109 | 2A | 44 |
| Octal | 247 | 212 | 317 | 23 | 41 | 0 | 23 | 411 | 52 | 104 |
| Binary | 10100111 | 10001010 | 11001111 | 10011 | 100001 | 0 | 10011 | 100001001 | 101010 | 1000100 |
Color Harmonies of #A78ACF
Complementary color
Monochromatic Colors of #A78ACF
Black with #A78ACF
Text Example
Text Example
White with #A78ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78ACF; }
p { color: rgb(167,138,207); }
H1.HeaderClassName
{
color: #A78ACF;
}
.AnyTagClassName
{
color: #A78ACF;
}
</style>
background-color css
<style>
a { background-color: #A78ACF; }
a { background-color: rgb(167,138,207); }
div.DivClassName
{
background-color: #A78ACF;
}
.BgClassName
{
background-color: #A78ACF;
}
</style>
border-color css
<style>
span { border-color: #A78ACF; }
span { border-color: rgb(167,138,207); }
td.TdClassName
{
border-color: #A78ACF;
}
.TagClassName
{
border-color: #A78ACF;
}
</style>