Shades of Biloba Flower #A78ADD
Tints of Biloba Flower #A78ADD
RGB
CMYK
RGB Variations
Color information
#A78ADD (or 0xA78ADD) is known color: Biloba Flower. HEX triplet: A7, 8A and DD. RGB value is (167,138,221). Sum of RGB (Red+Green+Blue) = 167+138+221=526 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.75% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 221 - color contains mainly: blue. Hex color #A78ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A78ADD is #587522. Grayscale: #9B9B9B. Windows color (decimal): -5797155 or 14518951. OLE color: 14518951.
HSL color Cylindrical-coordinate representation of color #A78ADD: hue angle of 260.96º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A78ADD is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 138 | 221 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.13 |
| HSL | 260.96º | 0.55% | 0.7% | - |
| HSV(B) | 260.96º | 0.38% | 0.87% | - |
| XYZ | 38.08 | 31.61 | 72.5 | - |
| YUV | 156.13 | 164.61 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 138 | 221 | 0.24 | 0.38 | 0 | 0.13 | 260.96 | 0.55 | 0.7 |
| Hex | A7 | 8A | DD | 18 | 26 | 0 | D | 105 | 37 | 46 |
| Octal | 247 | 212 | 335 | 30 | 46 | 0 | 15 | 405 | 67 | 106 |
| Binary | 10100111 | 10001010 | 11011101 | 11000 | 100110 | 0 | 1101 | 100000101 | 110111 | 1000110 |
Color Harmonies of #A78ADD
Complementary color
Monochromatic Colors of #A78ADD
Black with #A78ADD
Text Example
Text Example
White with #A78ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78ADD; }
p { color: rgb(167,138,221); }
H1.HeaderClassName
{
color: #A78ADD;
}
.AnyTagClassName
{
color: #A78ADD;
}
</style>
background-color css
<style>
a { background-color: #A78ADD; }
a { background-color: rgb(167,138,221); }
div.DivClassName
{
background-color: #A78ADD;
}
.BgClassName
{
background-color: #A78ADD;
}
</style>
border-color css
<style>
span { border-color: #A78ADD; }
span { border-color: rgb(167,138,221); }
td.TdClassName
{
border-color: #A78ADD;
}
.TagClassName
{
border-color: #A78ADD;
}
</style>