Shades of Biloba Flower #A289DB
Tints of Biloba Flower #A289DB
RGB
CMYK
RGB Variations
Color information
#A289DB (or 0xA289DB) is known color: Biloba Flower. HEX triplet: A2, 89 and DB. RGB value is (162,137,219). Sum of RGB (Red+Green+Blue) = 162+137+219=518 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.27% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #A289DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289DB is #5D7624. Grayscale: #999999. Windows color (decimal): -6125093 or 14387618. OLE color: 14387618.
HSL color Cylindrical-coordinate representation of color #A289DB: hue angle of 258.29º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A289DB is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 137 | 219 | - |
| CMYK | 0.26 | 0.37 | 0 | 0.14 |
| HSL | 258.29º | 0.53% | 0.7% | - |
| HSV(B) | 258.29º | 0.37% | 0.86% | - |
| XYZ | 36.63 | 30.69 | 71.01 | - |
| YUV | 153.82 | 164.78 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 137 | 219 | 0.26 | 0.37 | 0 | 0.14 | 258.29 | 0.53 | 0.7 |
| Hex | A2 | 89 | DB | 1A | 25 | 0 | E | 102 | 35 | 46 |
| Octal | 242 | 211 | 333 | 32 | 45 | 0 | 16 | 402 | 65 | 106 |
| Binary | 10100010 | 10001001 | 11011011 | 11010 | 100101 | 0 | 1110 | 100000010 | 110101 | 1000110 |
Color Harmonies of #A289DB
Complementary color
Monochromatic Colors of #A289DB
Black with #A289DB
Text Example
Text Example
White with #A289DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A289DB; }
p { color: rgb(162,137,219); }
H1.HeaderClassName
{
color: #A289DB;
}
.AnyTagClassName
{
color: #A289DB;
}
</style>
background-color css
<style>
a { background-color: #A289DB; }
a { background-color: rgb(162,137,219); }
div.DivClassName
{
background-color: #A289DB;
}
.BgClassName
{
background-color: #A289DB;
}
</style>
border-color css
<style>
span { border-color: #A289DB; }
span { border-color: rgb(162,137,219); }
td.TdClassName
{
border-color: #A289DB;
}
.TagClassName
{
border-color: #A289DB;
}
</style>