Shades of Biloba Flower #A78DEE
Tints of Biloba Flower #A78DEE
RGB
CMYK
RGB Variations
Color information
#A78DEE (or 0xA78DEE) is known color: Biloba Flower. HEX triplet: A7, 8D and EE. RGB value is (167,141,238). Sum of RGB (Red+Green+Blue) = 167+141+238=546 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.59% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #A78DEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78DEE is #587211. Grayscale: #9F9F9F. Windows color (decimal): -5796370 or 15633831. OLE color: 15633831.
HSL color Cylindrical-coordinate representation of color #A78DEE: hue angle of 256.08º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A78DEE is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 141 | 238 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.07 |
| HSL | 256.08º | 0.74% | 0.74% | - |
| HSV(B) | 256.08º | 0.41% | 0.93% | - |
| XYZ | 40.89 | 33.44 | 85.19 | - |
| YUV | 159.83 | 172.11 | 133.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 141 | 238 | 0.30 | 0.41 | 0 | 0.07 | 256.08 | 0.74 | 0.74 |
| Hex | A7 | 8D | EE | 1E | 29 | 0 | 7 | 100 | 4A | 4A |
| Octal | 247 | 215 | 356 | 36 | 51 | 0 | 7 | 400 | 112 | 112 |
| Binary | 10100111 | 10001101 | 11101110 | 11110 | 101001 | 0 | 111 | 100000000 | 1001010 | 1001010 |
Color Harmonies of #A78DEE
Complementary color
Monochromatic Colors of #A78DEE
Black with #A78DEE
Text Example
Text Example
White with #A78DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78DEE; }
p { color: rgb(167,141,238); }
H1.HeaderClassName
{
color: #A78DEE;
}
.AnyTagClassName
{
color: #A78DEE;
}
</style>
background-color css
<style>
a { background-color: #A78DEE; }
a { background-color: rgb(167,141,238); }
div.DivClassName
{
background-color: #A78DEE;
}
.BgClassName
{
background-color: #A78DEE;
}
</style>
border-color css
<style>
span { border-color: #A78DEE; }
span { border-color: rgb(167,141,238); }
td.TdClassName
{
border-color: #A78DEE;
}
.TagClassName
{
border-color: #A78DEE;
}
</style>