Shades of Biloba Flower #A78CDC
Tints of Biloba Flower #A78CDC
RGB
CMYK
RGB Variations
Color information
#A78CDC (or 0xA78CDC) is known color: Biloba Flower. HEX triplet: A7, 8C and DC. RGB value is (167,140,220). Sum of RGB (Red+Green+Blue) = 167+140+220=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #A78CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CDC is #587323. Grayscale: #9C9C9C. Windows color (decimal): -5796644 or 14453927. OLE color: 14453927.
HSL color Cylindrical-coordinate representation of color #A78CDC: hue angle of 260.25º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A78CDC is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 167 | 140 | 220 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.14 |
| HSL | 260.25º | 0.53% | 0.71% | - |
| HSV(B) | 260.25º | 0.36% | 0.86% | - |
| XYZ | 38.23 | 32.14 | 71.9 | - |
| YUV | 157.19 | 163.45 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 140 | 220 | 0.24 | 0.36 | 0 | 0.14 | 260.25 | 0.53 | 0.71 |
| Hex | A7 | 8C | DC | 18 | 24 | 0 | E | 104 | 35 | 47 |
| Octal | 247 | 214 | 334 | 30 | 44 | 0 | 16 | 404 | 65 | 107 |
| Binary | 10100111 | 10001100 | 11011100 | 11000 | 100100 | 0 | 1110 | 100000100 | 110101 | 1000111 |
Color Harmonies of #A78CDC
Complementary color
Monochromatic Colors of #A78CDC
Black with #A78CDC
Text Example
Text Example
White with #A78CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78CDC; }
p { color: rgb(167,140,220); }
H1.HeaderClassName
{
color: #A78CDC;
}
.AnyTagClassName
{
color: #A78CDC;
}
</style>
background-color css
<style>
a { background-color: #A78CDC; }
a { background-color: rgb(167,140,220); }
div.DivClassName
{
background-color: #A78CDC;
}
.BgClassName
{
background-color: #A78CDC;
}
</style>
border-color css
<style>
span { border-color: #A78CDC; }
span { border-color: rgb(167,140,220); }
td.TdClassName
{
border-color: #A78CDC;
}
.TagClassName
{
border-color: #A78CDC;
}
</style>