Shades of Biloba Flower #A78CEF
Tints of Biloba Flower #A78CEF
RGB
CMYK
RGB Variations
Color information
#A78CEF (or 0xA78CEF) is known color: Biloba Flower. HEX triplet: A7, 8C and EF. RGB value is (167,140,239). Sum of RGB (Red+Green+Blue) = 167+140+239=546 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.59% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #A78CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78CEF is #587310. Grayscale: #9E9E9E. Windows color (decimal): -5796625 or 15699111. OLE color: 15699111.
HSL color Cylindrical-coordinate representation of color #A78CEF: hue angle of 256.36º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A78CEF is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 167 | 140 | 239 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.06 |
| HSL | 256.36º | 0.76% | 0.74% | - |
| HSV(B) | 256.36º | 0.41% | 0.94% | - |
| XYZ | 40.89 | 33.2 | 85.91 | - |
| YUV | 159.36 | 172.95 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 140 | 239 | 0.30 | 0.41 | 0 | 0.06 | 256.36 | 0.76 | 0.74 |
| Hex | A7 | 8C | EF | 1E | 29 | 0 | 6 | 100 | 4C | 4A |
| Octal | 247 | 214 | 357 | 36 | 51 | 0 | 6 | 400 | 114 | 112 |
| Binary | 10100111 | 10001100 | 11101111 | 11110 | 101001 | 0 | 110 | 100000000 | 1001100 | 1001010 |
Color Harmonies of #A78CEF
Complementary color
Monochromatic Colors of #A78CEF
Black with #A78CEF
Text Example
Text Example
White with #A78CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78CEF; }
p { color: rgb(167,140,239); }
H1.HeaderClassName
{
color: #A78CEF;
}
.AnyTagClassName
{
color: #A78CEF;
}
</style>
background-color css
<style>
a { background-color: #A78CEF; }
a { background-color: rgb(167,140,239); }
div.DivClassName
{
background-color: #A78CEF;
}
.BgClassName
{
background-color: #A78CEF;
}
</style>
border-color css
<style>
span { border-color: #A78CEF; }
span { border-color: rgb(167,140,239); }
td.TdClassName
{
border-color: #A78CEF;
}
.TagClassName
{
border-color: #A78CEF;
}
</style>