Shades of Biloba Flower #A789DA
Tints of Biloba Flower #A789DA
RGB
CMYK
RGB Variations
Color information
#A789DA (or 0xA789DA) is known color: Biloba Flower. HEX triplet: A7, 89 and DA. RGB value is (167,137,218). Sum of RGB (Red+Green+Blue) = 167+137+218=522 (69% of max value = 765). Red value is 167 (65.62% from 255 or 31.99% from 522); Green value is 137 (53.91% from 255 or 26.25% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #A789DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A789DA is #587625. Grayscale: #9A9A9A. Windows color (decimal): -5797414 or 14322087. OLE color: 14322087.
HSL color Cylindrical-coordinate representation of color #A789DA: hue angle of 262.22º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A789DA is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 137 | 218 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.15 |
| HSL | 262.22º | 0.52% | 0.7% | - |
| HSV(B) | 262.22º | 0.37% | 0.85% | - |
| XYZ | 37.54 | 31.17 | 70.37 | - |
| YUV | 155.2 | 163.44 | 136.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 137 | 218 | 0.23 | 0.37 | 0 | 0.15 | 262.22 | 0.52 | 0.7 |
| Hex | A7 | 89 | DA | 17 | 25 | 0 | F | 106 | 34 | 46 |
| Octal | 247 | 211 | 332 | 27 | 45 | 0 | 17 | 406 | 64 | 106 |
| Binary | 10100111 | 10001001 | 11011010 | 10111 | 100101 | 0 | 1111 | 100000110 | 110100 | 1000110 |
Color Harmonies of #A789DA
Complementary color
Monochromatic Colors of #A789DA
Black with #A789DA
Text Example
Text Example
White with #A789DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A789DA; }
p { color: rgb(167,137,218); }
H1.HeaderClassName
{
color: #A789DA;
}
.AnyTagClassName
{
color: #A789DA;
}
</style>
background-color css
<style>
a { background-color: #A789DA; }
a { background-color: rgb(167,137,218); }
div.DivClassName
{
background-color: #A789DA;
}
.BgClassName
{
background-color: #A789DA;
}
</style>
border-color css
<style>
span { border-color: #A789DA; }
span { border-color: rgb(167,137,218); }
td.TdClassName
{
border-color: #A789DA;
}
.TagClassName
{
border-color: #A789DA;
}
</style>