Shades of Biloba Flower #A78CDF
Tints of Biloba Flower #A78CDF
RGB
CMYK
RGB Variations
Color information
#A78CDF (or 0xA78CDF) is known color: Biloba Flower. HEX triplet: A7, 8C and DF. RGB value is (167,140,223). Sum of RGB (Red+Green+Blue) = 167+140+223=530 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.51% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #A78CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CDF is #587320. Grayscale: #9D9D9D. Windows color (decimal): -5796641 or 14650535. OLE color: 14650535.
HSL color Cylindrical-coordinate representation of color #A78CDF: hue angle of 259.52º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A78CDF is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 140 | 223 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.13 |
| HSL | 259.52º | 0.56% | 0.71% | - |
| HSV(B) | 259.52º | 0.37% | 0.87% | - |
| XYZ | 38.63 | 32.3 | 74.01 | - |
| YUV | 157.54 | 164.95 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 140 | 223 | 0.25 | 0.37 | 0 | 0.13 | 259.52 | 0.56 | 0.71 |
| Hex | A7 | 8C | DF | 19 | 25 | 0 | D | 104 | 38 | 47 |
| Octal | 247 | 214 | 337 | 31 | 45 | 0 | 15 | 404 | 70 | 107 |
| Binary | 10100111 | 10001100 | 11011111 | 11001 | 100101 | 0 | 1101 | 100000100 | 111000 | 1000111 |
Color Harmonies of #A78CDF
Complementary color
Monochromatic Colors of #A78CDF
Black with #A78CDF
Text Example
Text Example
White with #A78CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78CDF; }
p { color: rgb(167,140,223); }
H1.HeaderClassName
{
color: #A78CDF;
}
.AnyTagClassName
{
color: #A78CDF;
}
</style>
background-color css
<style>
a { background-color: #A78CDF; }
a { background-color: rgb(167,140,223); }
div.DivClassName
{
background-color: #A78CDF;
}
.BgClassName
{
background-color: #A78CDF;
}
</style>
border-color css
<style>
span { border-color: #A78CDF; }
span { border-color: rgb(167,140,223); }
td.TdClassName
{
border-color: #A78CDF;
}
.TagClassName
{
border-color: #A78CDF;
}
</style>