Shades of Biloba Flower #A78CDD
Tints of Biloba Flower #A78CDD
RGB
CMYK
RGB Variations
Color information
#A78CDD (or 0xA78CDD) is known color: Biloba Flower. HEX triplet: A7, 8C and DD. RGB value is (167,140,221). Sum of RGB (Red+Green+Blue) = 167+140+221=528 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.63% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #A78CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78CDD is #587322. Grayscale: #9D9D9D. Windows color (decimal): -5796643 or 14519463. OLE color: 14519463.
HSL color Cylindrical-coordinate representation of color #A78CDD: hue angle of 260º degrees, saturation: 0.54, 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 #A78CDD is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 140 | 221 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.13 |
| HSL | 260º | 0.54% | 0.71% | - |
| HSV(B) | 260º | 0.37% | 0.87% | - |
| XYZ | 38.37 | 32.19 | 72.6 | - |
| YUV | 157.31 | 163.95 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 140 | 221 | 0.24 | 0.37 | 0 | 0.13 | 260 | 0.54 | 0.71 |
| Hex | A7 | 8C | DD | 18 | 25 | 0 | D | 104 | 36 | 47 |
| Octal | 247 | 214 | 335 | 30 | 45 | 0 | 15 | 404 | 66 | 107 |
| Binary | 10100111 | 10001100 | 11011101 | 11000 | 100101 | 0 | 1101 | 100000100 | 110110 | 1000111 |
Color Harmonies of #A78CDD
Complementary color
Monochromatic Colors of #A78CDD
Black with #A78CDD
Text Example
Text Example
White with #A78CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78CDD; }
p { color: rgb(167,140,221); }
H1.HeaderClassName
{
color: #A78CDD;
}
.AnyTagClassName
{
color: #A78CDD;
}
</style>
background-color css
<style>
a { background-color: #A78CDD; }
a { background-color: rgb(167,140,221); }
div.DivClassName
{
background-color: #A78CDD;
}
.BgClassName
{
background-color: #A78CDD;
}
</style>
border-color css
<style>
span { border-color: #A78CDD; }
span { border-color: rgb(167,140,221); }
td.TdClassName
{
border-color: #A78CDD;
}
.TagClassName
{
border-color: #A78CDD;
}
</style>