Shades of Biloba Flower #A78ADE
Tints of Biloba Flower #A78ADE
RGB
CMYK
RGB Variations
Color information
#A78ADE (or 0xA78ADE) is known color: Biloba Flower. HEX triplet: A7, 8A and DE. RGB value is (167,138,222). Sum of RGB (Red+Green+Blue) = 167+138+222=527 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.69% from 527); Green value is 138 (54.30% from 255 or 26.19% from 527); Blue value is 222 (87.11% from 255 or 42.13% from 527); Max value from RGB is 222 - color contains mainly: blue. Hex color #A78ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ADE is #587521. Grayscale: #9B9B9B. Windows color (decimal): -5797154 or 14584487. OLE color: 14584487.
HSL color Cylindrical-coordinate representation of color #A78ADE: hue angle of 260.71º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A78ADE is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 138 | 222 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.13 |
| HSL | 260.71º | 0.56% | 0.71% | - |
| HSV(B) | 260.71º | 0.38% | 0.87% | - |
| XYZ | 38.21 | 31.67 | 73.21 | - |
| YUV | 156.25 | 165.11 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 222 | 0.25 | 0.38 | 0 | 0.13 | 260.71 | 0.56 | 0.71 |
| Hex | A7 | 8A | DE | 19 | 26 | 0 | D | 105 | 38 | 47 |
| Octal | 247 | 212 | 336 | 31 | 46 | 0 | 15 | 405 | 70 | 107 |
| Binary | 10100111 | 10001010 | 11011110 | 11001 | 100110 | 0 | 1101 | 100000101 | 111000 | 1000111 |
Color Harmonies of #A78ADE
Complementary color
Monochromatic Colors of #A78ADE
Black with #A78ADE
Text Example
Text Example
White with #A78ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78ADE; }
p { color: rgb(167,138,222); }
H1.HeaderClassName
{
color: #A78ADE;
}
.AnyTagClassName
{
color: #A78ADE;
}
</style>
background-color css
<style>
a { background-color: #A78ADE; }
a { background-color: rgb(167,138,222); }
div.DivClassName
{
background-color: #A78ADE;
}
.BgClassName
{
background-color: #A78ADE;
}
</style>
border-color css
<style>
span { border-color: #A78ADE; }
span { border-color: rgb(167,138,222); }
td.TdClassName
{
border-color: #A78ADE;
}
.TagClassName
{
border-color: #A78ADE;
}
</style>