Shades of Biloba Flower #A78BED
Tints of Biloba Flower #A78BED
RGB
CMYK
RGB Variations
Color information
#A78BED (or 0xA78BED) is known color: Biloba Flower. HEX triplet: A7, 8B and ED. RGB value is (167,139,237). Sum of RGB (Red+Green+Blue) = 167+139+237=543 (71% of max value = 765). Red value is 167 (65.62% from 255 or 30.76% from 543); Green value is 139 (54.69% from 255 or 25.60% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #A78BED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A78BED is #587412. Grayscale: #9E9E9E. Windows color (decimal): -5796883 or 15567783. OLE color: 15567783.
HSL color Cylindrical-coordinate representation of color #A78BED: hue angle of 257.14º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A78BED is Cyan = 0.30, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 139 | 237 | - |
| CMYK | 0.30 | 0.41 | 0 | 0.07 |
| HSL | 257.14º | 0.73% | 0.74% | - |
| HSV(B) | 257.14º | 0.41% | 0.93% | - |
| XYZ | 40.46 | 32.8 | 84.32 | - |
| YUV | 158.54 | 172.28 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 139 | 237 | 0.30 | 0.41 | 0 | 0.07 | 257.14 | 0.73 | 0.74 |
| Hex | A7 | 8B | ED | 1E | 29 | 0 | 7 | 101 | 49 | 4A |
| Octal | 247 | 213 | 355 | 36 | 51 | 0 | 7 | 401 | 111 | 112 |
| Binary | 10100111 | 10001011 | 11101101 | 11110 | 101001 | 0 | 111 | 100000001 | 1001001 | 1001010 |
Color Harmonies of #A78BED
Complementary color
Monochromatic Colors of #A78BED
Black with #A78BED
Text Example
Text Example
White with #A78BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A78BED; }
p { color: rgb(167,139,237); }
H1.HeaderClassName
{
color: #A78BED;
}
.AnyTagClassName
{
color: #A78BED;
}
</style>
background-color css
<style>
a { background-color: #A78BED; }
a { background-color: rgb(167,139,237); }
div.DivClassName
{
background-color: #A78BED;
}
.BgClassName
{
background-color: #A78BED;
}
</style>
border-color css
<style>
span { border-color: #A78BED; }
span { border-color: rgb(167,139,237); }
td.TdClassName
{
border-color: #A78BED;
}
.TagClassName
{
border-color: #A78BED;
}
</style>