Shades of Biloba Flower #A289D8
Tints of Biloba Flower #A289D8
RGB
CMYK
RGB Variations
Color information
#A289D8 (or 0xA289D8) is known color: Biloba Flower. HEX triplet: A2, 89 and D8. RGB value is (162,137,216). Sum of RGB (Red+Green+Blue) = 162+137+216=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 216 (84.77% from 255 or 41.94% from 515); Max value from RGB is 216 - color contains mainly: blue. Hex color #A289D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A289D8 is #5D7627. Grayscale: #999999. Windows color (decimal): -6125096 or 14191010. OLE color: 14191010.
HSL color Cylindrical-coordinate representation of color #A289D8: hue angle of 258.99º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A289D8 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 162 | 137 | 216 | - |
| CMYK | 0.25 | 0.37 | 0 | 0.15 |
| HSL | 258.99º | 0.5% | 0.69% | - |
| HSV(B) | 258.99º | 0.37% | 0.85% | - |
| XYZ | 36.24 | 30.53 | 68.95 | - |
| YUV | 153.48 | 163.28 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 137 | 216 | 0.25 | 0.37 | 0 | 0.15 | 258.99 | 0.5 | 0.69 |
| Hex | A2 | 89 | D8 | 19 | 25 | 0 | F | 103 | 32 | 45 |
| Octal | 242 | 211 | 330 | 31 | 45 | 0 | 17 | 403 | 62 | 105 |
| Binary | 10100010 | 10001001 | 11011000 | 11001 | 100101 | 0 | 1111 | 100000011 | 110010 | 1000101 |
Color Harmonies of #A289D8
Complementary color
Monochromatic Colors of #A289D8
Black with #A289D8
Text Example
Text Example
White with #A289D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A289D8; }
p { color: rgb(162,137,216); }
H1.HeaderClassName
{
color: #A289D8;
}
.AnyTagClassName
{
color: #A289D8;
}
</style>
background-color css
<style>
a { background-color: #A289D8; }
a { background-color: rgb(162,137,216); }
div.DivClassName
{
background-color: #A289D8;
}
.BgClassName
{
background-color: #A289D8;
}
</style>
border-color css
<style>
span { border-color: #A289D8; }
span { border-color: rgb(162,137,216); }
td.TdClassName
{
border-color: #A289D8;
}
.TagClassName
{
border-color: #A289D8;
}
</style>